|
JUCE
|
Internal class used to manage ValueTrees that represent Drawables. More...
Inheritance diagram for Drawable::ValueTreeWrapperBase:Public Member Functions | |
| ValueTreeWrapperBase (const ValueTree &state) | |
| ValueTree & | getState () noexcept |
| String | getID () const |
| void | setID (const String &newID) |
Public Attributes | |
| ValueTree | state |
Internal class used to manage ValueTrees that represent Drawables.
| Drawable::ValueTreeWrapperBase::ValueTreeWrapperBase | ( | const ValueTree & | state | ) |
|
noexcept |
| String Drawable::ValueTreeWrapperBase::getID | ( | ) | const |
| void Drawable::ValueTreeWrapperBase::setID | ( | const String & | newID | ) |
| ValueTree Drawable::ValueTreeWrapperBase::state |