Base class for the elements that make up a RelativePointPath. More...
Inherited by RelativePointPath::CloseSubPath, RelativePointPath::CubicTo, RelativePointPath::LineTo, RelativePointPath::QuadraticTo, and RelativePointPath::StartSubPath.
Public Member Functions | |
| ElementBase (ElementType type) | |
| virtual | ~ElementBase () |
| virtual ValueTree | createTree () const =0 |
| virtual void | addToPath (Path &path, Expression::Scope *) const =0 |
| virtual RelativePoint * | getControlPoints (int &numPoints)=0 |
| virtual ElementBase * | clone () const =0 |
| bool | isDynamic () |
Public Attributes | |
| const ElementType | type |
Base class for the elements that make up a RelativePointPath.
| virtual RelativePointPath::ElementBase::~ElementBase | ( | ) | [virtual] |
| virtual ValueTree RelativePointPath::ElementBase::createTree | ( | ) | const [pure virtual] |
| virtual void RelativePointPath::ElementBase::addToPath | ( | Path & | path, |
| Expression::Scope * | |||
| ) | const [pure virtual] |
| virtual RelativePoint* RelativePointPath::ElementBase::getControlPoints | ( | int & | numPoints | ) | [pure virtual] |
| virtual ElementBase* RelativePointPath::ElementBase::clone | ( | ) | const [pure virtual] |