Class for the close sub path element. More...
Public Member Functions | |
CloseSubPath () | |
void | addToPath (Path &path, Expression::Scope *) const override |
RelativePoint * | getControlPoints (int &numPoints) override |
ElementBase * | clone () const override |
![]() | |
ElementBase (ElementType type) | |
virtual | ~ElementBase ()=default |
virtual void | addToPath (Path &path, Expression::Scope *) const =0 |
virtual RelativePoint * | getControlPoints (int &numPoints)=0 |
virtual ElementBase * | clone () const =0 |
bool | isDynamic () |
Additional Inherited Members | |
![]() | |
const ElementType | type |
Class for the close sub path element.
RelativePointPath::CloseSubPath::CloseSubPath | ( | ) |
|
overridevirtual |
Implements RelativePointPath::ElementBase.
|
overridevirtual |
Implements RelativePointPath::ElementBase.
|
overridevirtual |
Implements RelativePointPath::ElementBase.