|
JUCE
|
Base class for the elements that make up a RelativePointPath. More...
Public Member Functions | |
| 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 () |
Public Attributes | |
| const ElementType | type |
Base class for the elements that make up a RelativePointPath.
| RelativePointPath::ElementBase::ElementBase | ( | ElementType | type | ) |
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
| bool RelativePointPath::ElementBase::isDynamic | ( | ) |
| const ElementType RelativePointPath::ElementBase::type |
1.8.13