JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
juce::SVGState Class Reference

Classes

struct  GetClipPathOp
 
struct  GetFillTypeOp
 
struct  SetGradientStopsOp
 
struct  UseImageOp
 
struct  UsePathOp
 
struct  UseTextOp
 
struct  XmlPath
 

Public Member Functions

 SVGState (const XmlElement *topLevel, const File &svgFile={})
 
DrawableparseSVGElement (const XmlPath &xml)
 
void parsePathString (Path &path, const String &pathString) const
 

Detailed Description

Definition at line 29 of file juce_SVGParser.cpp.

Constructor & Destructor Documentation

◆ SVGState()

juce::SVGState::SVGState ( const XmlElement topLevel,
const File svgFile = {} 
)
explicit

Definition at line 33 of file juce_SVGParser.cpp.

Member Function Documentation

◆ parsePathString()

void juce::SVGState::parsePathString ( Path path,
const String pathString 
) const

Definition at line 205 of file juce_SVGParser.cpp.

◆ parseSVGElement()

Drawable * juce::SVGState::parseSVGElement ( const XmlPath xml)

Definition at line 149 of file juce_SVGParser.cpp.


The documentation for this class was generated from the following file: