Internally-used class for wrapping a DrawablePath's state into a ValueTree. More...
Inherits DrawableShape::FillAndStrokeState.
Classes | |
| class | Element |
Public Member Functions | |
| ValueTreeWrapper (const ValueTree &state) | |
| bool | usesNonZeroWinding () const |
| void | setUsesNonZeroWinding (bool b, UndoManager *undoManager) |
| ValueTree | getPathState () |
| void | readFrom (const RelativePointPath &path, UndoManager *undoManager) |
| void | writeTo (RelativePointPath &path) const |
Static Public Attributes | |
| static const Identifier | nonZeroWinding |
| static const Identifier | point1 |
| static const Identifier | point2 |
| static const Identifier | point3 |
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 | ||
| ) |
| void DrawablePath::ValueTreeWrapper::readFrom | ( | const RelativePointPath & | path, |
| UndoManager * | undoManager | ||
| ) |
| void DrawablePath::ValueTreeWrapper::writeTo | ( | RelativePointPath & | path | ) | const |
const Identifier DrawablePath::ValueTreeWrapper::nonZeroWinding [static] |
const Identifier DrawablePath::ValueTreeWrapper::point1 [static] |
const Identifier DrawablePath::ValueTreeWrapper::point2 [static] |
const Identifier DrawablePath::ValueTreeWrapper::point3 [static] |