JUCE
Public Member Functions | Public Attributes | List of all members
Drawable::ValueTreeWrapperBase Class Reference

Internal class used to manage ValueTrees that represent Drawables. More...

+ Inheritance diagram for Drawable::ValueTreeWrapperBase:

Public Member Functions

 ValueTreeWrapperBase (const ValueTree &state)
 
ValueTreegetState () noexcept
 
String getID () const
 
void setID (const String &newID)
 

Public Attributes

ValueTree state
 

Detailed Description

Internal class used to manage ValueTrees that represent Drawables.

Constructor & Destructor Documentation

§ ValueTreeWrapperBase()

Drawable::ValueTreeWrapperBase::ValueTreeWrapperBase ( const ValueTree state)

Member Function Documentation

§ getState()

ValueTree& Drawable::ValueTreeWrapperBase::getState ( )
noexcept

§ getID()

String Drawable::ValueTreeWrapperBase::getID ( ) const

§ setID()

void Drawable::ValueTreeWrapperBase::setID ( const String newID)

Member Data Documentation

§ state

ValueTree Drawable::ValueTreeWrapperBase::state

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