openshot-audio
0.1.7
|
#include <juce_gui_basics.h>
Static Public Attributes | |
static const Identifier | text |
static const Identifier | colour |
static const Identifier | font |
static const Identifier | justification |
static const Identifier | topLeft |
static const Identifier | topRight |
static const Identifier | bottomLeft |
static const Identifier | fontHeight |
static const Identifier | fontHScale |
Additional Inherited Members | |
![]() | |
ValueTree | state |
Internally-used class for wrapping a DrawableText's state into a ValueTree.
RelativeParallelogram DrawableText::ValueTreeWrapper::getBoundingBox | ( | ) | const |
Colour DrawableText::ValueTreeWrapper::getColour | ( | ) | const |
Font DrawableText::ValueTreeWrapper::getFont | ( | ) | const |
RelativeCoordinate DrawableText::ValueTreeWrapper::getFontHeight | ( | ) | const |
RelativeCoordinate DrawableText::ValueTreeWrapper::getFontHorizontalScale | ( | ) | const |
Value DrawableText::ValueTreeWrapper::getFontValue | ( | UndoManager * | undoManager | ) |
Justification DrawableText::ValueTreeWrapper::getJustification | ( | ) | const |
String DrawableText::ValueTreeWrapper::getText | ( | ) | const |
Value DrawableText::ValueTreeWrapper::getTextValue | ( | UndoManager * | undoManager | ) |
void DrawableText::ValueTreeWrapper::setBoundingBox | ( | const RelativeParallelogram & | newBounds, |
UndoManager * | undoManager | ||
) |
void DrawableText::ValueTreeWrapper::setColour | ( | Colour | newColour, |
UndoManager * | undoManager | ||
) |
void DrawableText::ValueTreeWrapper::setFont | ( | const Font & | newFont, |
UndoManager * | undoManager | ||
) |
void DrawableText::ValueTreeWrapper::setFontHeight | ( | const RelativeCoordinate & | newHeight, |
UndoManager * | undoManager | ||
) |
void DrawableText::ValueTreeWrapper::setFontHorizontalScale | ( | const RelativeCoordinate & | newScale, |
UndoManager * | undoManager | ||
) |
void DrawableText::ValueTreeWrapper::setJustification | ( | Justification | newJustification, |
UndoManager * | undoManager | ||
) |
void DrawableText::ValueTreeWrapper::setText | ( | const String & | newText, |
UndoManager * | undoManager | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |