JUCE  v5.1.1-3-g1a0b28c73
JUCE API
Drawable::ValueTreeWrapperBase Class Reference

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

#include <juce_Drawable.h>

Inheritance diagram for Drawable::ValueTreeWrapperBase:
Collaboration diagram for Drawable::ValueTreeWrapperBase:

Public Member Functions

 ValueTreeWrapperBase (const ValueTree &state)
 
String getID () const
 
ValueTreegetState () noexcept
 
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

◆ getID()

String Drawable::ValueTreeWrapperBase::getID ( ) const

◆ getState()

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

◆ 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: