|
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 line to element. More...
#include "juce_RelativePointPath.h"
Public Member Functions | |
| LineTo (const RelativePoint &endPoint) | |
| 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 | endPoint |
Public Attributes inherited from juce::RelativePointPath::ElementBase | |
| const ElementType | type |
Class for the line to element.
Definition at line 127 of file juce_RelativePointPath.h.
| juce::RelativePointPath::LineTo::LineTo | ( | const RelativePoint & | endPoint | ) |
Definition at line 188 of file juce_RelativePointPath.cpp.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
Definition at line 193 of file juce_RelativePointPath.cpp.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
Definition at line 204 of file juce_RelativePointPath.cpp.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
Definition at line 198 of file juce_RelativePointPath.cpp.
| RelativePoint juce::RelativePointPath::LineTo::endPoint |
Definition at line 135 of file juce_RelativePointPath.h.