Class for the start sub path element.
Public Member Functions | |
| StartSubPath (const RelativePoint &pos) | |
| void | addToPath (Path &path, Expression::Scope *) const override |
| RelativePoint * | getControlPoints (int &numPoints) override |
| ElementBase * | clone () const override |
| Public Member Functions inherited from juce::RelativePointPath::ElementBase | |
| ElementBase (ElementType type) | |
| virtual | ~ElementBase ()=default |
| bool | isDynamic () |
Public Attributes | |
| RelativePoint | startPos |
| Public Attributes inherited from juce::RelativePointPath::ElementBase | |
| const ElementType | type |
| juce::RelativePointPath::StartSubPath::StartSubPath | ( | const RelativePoint & | pos | ) |
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
References juce::RelativePointPath::ElementBase::ElementBase().
| RelativePoint juce::RelativePointPath::StartSubPath::startPos |