Internal class used to manage ValueTrees that represent Drawables. More...
#include <juce_Drawable.h>
Public Member Functions | |
ValueTreeWrapperBase (const ValueTree &state) | |
String | getID () const |
ValueTree & | getState () noexcept |
void | setID (const String &newID) |
Public Attributes | |
ValueTree | state |
Internal class used to manage ValueTrees that represent Drawables.
Drawable::ValueTreeWrapperBase::ValueTreeWrapperBase | ( | const ValueTree & | state | ) |
String Drawable::ValueTreeWrapperBase::getID | ( | ) | const |
|
inlinenoexcept |
void Drawable::ValueTreeWrapperBase::setID | ( | const String & | newID | ) |
ValueTree Drawable::ValueTreeWrapperBase::state |