openshot-audio  0.1.2
Public Member Functions | Public Attributes | List of all members
Drawable::ValueTreeWrapperBase Class Reference

#include <juce_Drawable.h>

Inheritance diagram for Drawable::ValueTreeWrapperBase:
DrawableComposite::ValueTreeWrapper DrawableImage::ValueTreeWrapper DrawableShape::FillAndStrokeState DrawableText::ValueTreeWrapper DrawablePath::ValueTreeWrapper DrawableRectangle::ValueTreeWrapper

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

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