Internally-used class for wrapping a DrawableComposite's state into a ValueTree. More...
Inherits Drawable::ValueTreeWrapperBase.
Public Member Functions | |
| ValueTreeWrapper (const ValueTree &state) | |
| ValueTree | getChildList () const |
| ValueTree | getChildListCreating (UndoManager *undoManager) |
| RelativeParallelogram | getBoundingBox () const |
| void | setBoundingBox (const RelativeParallelogram &newBounds, UndoManager *undoManager) |
| void | resetBoundingBoxToContentArea (UndoManager *undoManager) |
| RelativeRectangle | getContentArea () const |
| void | setContentArea (const RelativeRectangle &newArea, UndoManager *undoManager) |
| MarkerList::ValueTreeWrapper | getMarkerList (bool xAxis) const |
| MarkerList::ValueTreeWrapper | getMarkerListCreating (bool xAxis, UndoManager *undoManager) |
Static Public Attributes | |
| static const Identifier | topLeft |
| static const Identifier | topRight |
| static const Identifier | bottomLeft |
Internally-used class for wrapping a DrawableComposite's state into a ValueTree.
| DrawableComposite::ValueTreeWrapper::ValueTreeWrapper | ( | const ValueTree & | state | ) |
| void DrawableComposite::ValueTreeWrapper::setBoundingBox | ( | const RelativeParallelogram & | newBounds, |
| UndoManager * | undoManager | ||
| ) |
| void DrawableComposite::ValueTreeWrapper::resetBoundingBoxToContentArea | ( | UndoManager * | undoManager | ) |
| void DrawableComposite::ValueTreeWrapper::setContentArea | ( | const RelativeRectangle & | newArea, |
| UndoManager * | undoManager | ||
| ) |
| MarkerList::ValueTreeWrapper DrawableComposite::ValueTreeWrapper::getMarkerList | ( | bool | xAxis | ) | const |
| MarkerList::ValueTreeWrapper DrawableComposite::ValueTreeWrapper::getMarkerListCreating | ( | bool | xAxis, |
| UndoManager * | undoManager | ||
| ) |
const Identifier DrawableComposite::ValueTreeWrapper::topLeft [static] |
const Identifier DrawableComposite::ValueTreeWrapper::topRight [static] |
const Identifier DrawableComposite::ValueTreeWrapper::bottomLeft [static] |