openshot-audio
0.1.5
|
#include <juce_gui_basics.h>
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 | ) |
String Drawable::ValueTreeWrapperBase::getID | ( | ) | const |
|
inlinenoexcept |
void Drawable::ValueTreeWrapperBase::setID | ( | const String & | newID | ) |
ValueTree juce::Drawable::ValueTreeWrapperBase::state |