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
Public Member Functions | Public Attributes | List of all members
juce::SVGState::XmlPath Struct Reference

Public Member Functions

 XmlPath (const XmlElement *e, const XmlPath *p) noexcept
 
const XmlElementoperator* () const noexcept
 
const XmlElementoperator-> () const noexcept
 
XmlPath getChild (const XmlElement *e) const noexcept
 
template<typename OperationType >
bool applyOperationToChildWithID (const String &id, OperationType &op) const
 

Public Attributes

const XmlElementxml
 
const XmlPathparent
 

Detailed Description

Definition at line 38 of file juce_SVGParser.cpp.

Constructor & Destructor Documentation

◆ XmlPath()

juce::SVGState::XmlPath::XmlPath ( const XmlElement e,
const XmlPath p 
)
noexcept

Definition at line 40 of file juce_SVGParser.cpp.

Member Function Documentation

◆ applyOperationToChildWithID()

template<typename OperationType >
bool juce::SVGState::XmlPath::applyOperationToChildWithID ( const String id,
OperationType op 
) const

Definition at line 47 of file juce_SVGParser.cpp.

◆ getChild()

XmlPath juce::SVGState::XmlPath::getChild ( const XmlElement e) const
noexcept

Definition at line 44 of file juce_SVGParser.cpp.

◆ operator*()

const XmlElement & juce::SVGState::XmlPath::operator* ( ) const
noexcept

Definition at line 42 of file juce_SVGParser.cpp.

◆ operator->()

const XmlElement * juce::SVGState::XmlPath::operator-> ( ) const
noexcept

Definition at line 43 of file juce_SVGParser.cpp.

Member Data Documentation

◆ parent

const XmlPath* juce::SVGState::XmlPath::parent

Definition at line 65 of file juce_SVGParser.cpp.

◆ xml

const XmlElement* juce::SVGState::XmlPath::xml

Definition at line 64 of file juce_SVGParser.cpp.


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