|
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 |
Base class for the elements that make up a RelativePointPath. More...
#include "juce_RelativePointPath.h"
Public Member Functions | |
| ElementBase (ElementType type) | |
| 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.
Definition at line 79 of file juce_RelativePointPath.h.
| juce::RelativePointPath::ElementBase::ElementBase | ( | ElementType | type | ) |
Definition at line 127 of file juce_RelativePointPath.cpp.
| bool juce::RelativePointPath::ElementBase::isDynamic | ( | ) |
Definition at line 131 of file juce_RelativePointPath.cpp.
| const ElementType juce::RelativePointPath::ElementBase::type |
Definition at line 89 of file juce_RelativePointPath.h.