JUCE
|
Internally-used class for wrapping a DrawablePath's state into a ValueTree. More...
Classes | |
class | Element |
Static Public Attributes | |
static const Identifier | nonZeroWinding |
static const Identifier | point1 |
static const Identifier | point2 |
static const Identifier | point3 |
![]() | |
static const Identifier | type |
static const Identifier | colour |
static const Identifier | colours |
static const Identifier | fill |
static const Identifier | stroke |
static const Identifier | path |
static const Identifier | jointStyle |
static const Identifier | capStyle |
static const Identifier | strokeWidth |
static const Identifier | gradientPoint1 |
static const Identifier | gradientPoint2 |
static const Identifier | gradientPoint3 |
static const Identifier | radial |
static const Identifier | imageId |
static const Identifier | imageOpacity |
Additional Inherited Members | |
![]() | |
ValueTree | state |
Internally-used class for wrapping a DrawablePath's state into a ValueTree.
DrawablePath::ValueTreeWrapper::ValueTreeWrapper | ( | const ValueTree & | state | ) |
bool DrawablePath::ValueTreeWrapper::usesNonZeroWinding | ( | ) | const |
void DrawablePath::ValueTreeWrapper::setUsesNonZeroWinding | ( | bool | b, |
UndoManager * | undoManager | ||
) |
ValueTree DrawablePath::ValueTreeWrapper::getPathState | ( | ) |
void DrawablePath::ValueTreeWrapper::readFrom | ( | const RelativePointPath & | relativePath, |
UndoManager * | undoManager | ||
) |
void DrawablePath::ValueTreeWrapper::writeTo | ( | RelativePointPath & | relativePath | ) | const |
|
static |
|
static |
|
static |
|
static |