Internally-used class for wrapping a DrawableText's state into a ValueTree.
More...
#include <juce_DrawableText.h>
Internally-used class for wrapping a DrawableText's state into a ValueTree.
◆ ValueTreeWrapper()
DrawableText::ValueTreeWrapper::ValueTreeWrapper |
( |
const ValueTree & |
state | ) |
|
◆ getBoundingBox()
◆ getColour()
Colour DrawableText::ValueTreeWrapper::getColour |
( |
| ) |
const |
◆ getFont()
Font DrawableText::ValueTreeWrapper::getFont |
( |
| ) |
const |
◆ getFontHeight()
◆ getFontHorizontalScale()
◆ getFontValue()
◆ getID()
String Drawable::ValueTreeWrapperBase::getID |
( |
| ) |
const |
|
inherited |
◆ getJustification()
Justification DrawableText::ValueTreeWrapper::getJustification |
( |
| ) |
const |
◆ getState()
ValueTree& Drawable::ValueTreeWrapperBase::getState |
( |
| ) |
|
|
inlinenoexceptinherited |
◆ getText()
String DrawableText::ValueTreeWrapper::getText |
( |
| ) |
const |
◆ getTextValue()
◆ setBoundingBox()
◆ setColour()
void DrawableText::ValueTreeWrapper::setColour |
( |
Colour |
newColour, |
|
|
UndoManager * |
undoManager |
|
) |
| |
◆ setFont()
void DrawableText::ValueTreeWrapper::setFont |
( |
const Font & |
newFont, |
|
|
UndoManager * |
undoManager |
|
) |
| |
◆ setFontHeight()
◆ setFontHorizontalScale()
◆ setID()
void Drawable::ValueTreeWrapperBase::setID |
( |
const String & |
newID | ) |
|
|
inherited |
◆ setJustification()
◆ setText()
void DrawableText::ValueTreeWrapper::setText |
( |
const String & |
newText, |
|
|
UndoManager * |
undoManager |
|
) |
| |
◆ bottomLeft
const Identifier DrawableText::ValueTreeWrapper::bottomLeft |
|
static |
◆ colour
const Identifier DrawableText::ValueTreeWrapper::colour |
|
static |
◆ font
const Identifier DrawableText::ValueTreeWrapper::font |
|
static |
◆ fontHeight
const Identifier DrawableText::ValueTreeWrapper::fontHeight |
|
static |
◆ fontHScale
const Identifier DrawableText::ValueTreeWrapper::fontHScale |
|
static |
◆ justification
const Identifier DrawableText::ValueTreeWrapper::justification |
|
static |
◆ state
ValueTree Drawable::ValueTreeWrapperBase::state |
|
inherited |
◆ text
const Identifier DrawableText::ValueTreeWrapper::text |
|
static |
◆ topLeft
const Identifier DrawableText::ValueTreeWrapper::topLeft |
|
static |
◆ topRight
const Identifier DrawableText::ValueTreeWrapper::topRight |
|
static |
The documentation for this class was generated from the following file: