Class for the start sub path element. More...
#include <juce_RelativePointPath.h>


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