#include <juce_gui_basics.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()
◆ getJustification()
Justification DrawableText::ValueTreeWrapper::getJustification |
( |
| ) |
const |
◆ 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()
◆ 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 |
◆ 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 files: