|
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 |
Public Member Functions | |
| XmlPath (const XmlElement *e, const XmlPath *p) noexcept | |
| const XmlElement & | operator* () const noexcept |
| const XmlElement * | operator-> () const noexcept |
| XmlPath | getChild (const XmlElement *e) const noexcept |
| template<typename OperationType > | |
| bool | applyOperationToChildWithID (const String &id, OperationType &op) const |
Public Attributes | |
| const XmlElement * | xml |
| const XmlPath * | parent |
Definition at line 38 of file juce_SVGParser.cpp.
|
noexcept |
Definition at line 40 of file juce_SVGParser.cpp.
| bool juce::SVGState::XmlPath::applyOperationToChildWithID | ( | const String & | id, |
| OperationType & | op | ||
| ) | const |
Definition at line 47 of file juce_SVGParser.cpp.
|
noexcept |
Definition at line 44 of file juce_SVGParser.cpp.
|
noexcept |
Definition at line 42 of file juce_SVGParser.cpp.
|
noexcept |
Definition at line 43 of file juce_SVGParser.cpp.
Definition at line 65 of file juce_SVGParser.cpp.
| const XmlElement* juce::SVGState::XmlPath::xml |
Definition at line 64 of file juce_SVGParser.cpp.