|
LMMS
|
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 |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| const XmlElement* juce::SVGState::XmlPath::xml |