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

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

Member Function Documentation

ValueTree& Drawable::ValueTreeWrapperBase::getState ( )
noexcept
String Drawable::ValueTreeWrapperBase::getID ( ) const
void Drawable::ValueTreeWrapperBase::setID ( const String newID)

Member Data Documentation

ValueTree Drawable::ValueTreeWrapperBase::state

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