Internally-used class for wrapping a DrawableText's state into a ValueTree. More...
Inherits Drawable::ValueTreeWrapperBase.
Internally-used class for wrapping a DrawableText's state into a ValueTree.
| DrawableText::ValueTreeWrapper::ValueTreeWrapper | ( | const ValueTree & | state | ) |
| void DrawableText::ValueTreeWrapper::setText | ( | const String & | newText, |
| UndoManager * | undoManager | ||
| ) |
| Value DrawableText::ValueTreeWrapper::getTextValue | ( | UndoManager * | undoManager | ) |
| void DrawableText::ValueTreeWrapper::setColour | ( | const Colour & | newColour, |
| UndoManager * | undoManager | ||
| ) |
| void DrawableText::ValueTreeWrapper::setJustification | ( | const Justification & | newJustification, |
| UndoManager * | undoManager | ||
| ) |
| Font DrawableText::ValueTreeWrapper::getFont | ( | ) | const |
| void DrawableText::ValueTreeWrapper::setFont | ( | const Font & | newFont, |
| UndoManager * | undoManager | ||
| ) |
| Value DrawableText::ValueTreeWrapper::getFontValue | ( | UndoManager * | undoManager | ) |
| void DrawableText::ValueTreeWrapper::setBoundingBox | ( | const RelativeParallelogram & | newBounds, |
| UndoManager * | undoManager | ||
| ) |
| void DrawableText::ValueTreeWrapper::setFontHeight | ( | const RelativeCoordinate & | newHeight, |
| UndoManager * | undoManager | ||
| ) |
| void DrawableText::ValueTreeWrapper::setFontHorizontalScale | ( | const RelativeCoordinate & | newScale, |
| UndoManager * | undoManager | ||
| ) |
const Identifier DrawableText::ValueTreeWrapper::text [static] |
const Identifier DrawableText::ValueTreeWrapper::colour [static] |
const Identifier DrawableText::ValueTreeWrapper::font [static] |
const Identifier DrawableText::ValueTreeWrapper::justification [static] |
const Identifier DrawableText::ValueTreeWrapper::topLeft [static] |
const Identifier DrawableText::ValueTreeWrapper::topRight [static] |
const Identifier DrawableText::ValueTreeWrapper::bottomLeft [static] |
const Identifier DrawableText::ValueTreeWrapper::fontHeight [static] |
const Identifier DrawableText::ValueTreeWrapper::fontHScale [static] |