|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
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 |
| RelativePoint * | getControlPoints (int &numPoints) override |
| ElementBase * | clone () const override |
Public Member Functions inherited from juce::RelativePointPath::ElementBase | |
| ElementBase (ElementType type) | |
| bool | isDynamic () |
Public Attributes | |
| RelativePoint | startPos |
Public Attributes inherited from juce::RelativePointPath::ElementBase | |
| const ElementType | type |
Class for the start sub path element.
Definition at line 97 of file juce_RelativePointPath.h.
| juce::RelativePointPath::StartSubPath::StartSubPath | ( | const RelativePoint & | pos | ) |
Definition at line 144 of file juce_RelativePointPath.cpp.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
Definition at line 149 of file juce_RelativePointPath.cpp.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
Definition at line 160 of file juce_RelativePointPath.cpp.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
Definition at line 154 of file juce_RelativePointPath.cpp.
| RelativePoint juce::RelativePointPath::StartSubPath::startPos |
Definition at line 105 of file juce_RelativePointPath.h.