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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::RelativePointPath::ElementBase Class Referenceabstract

Base class for the elements that make up a RelativePointPath. More...

#include "juce_RelativePointPath.h"

Inheritance diagram for juce::RelativePointPath::ElementBase:
juce::RelativePointPath::CloseSubPath juce::RelativePointPath::CubicTo juce::RelativePointPath::LineTo juce::RelativePointPath::QuadraticTo juce::RelativePointPath::StartSubPath

Public Member Functions

 ElementBase (ElementType type)
 
virtual void addToPath (Path &path, Expression::Scope *) const =0
 
virtual RelativePointgetControlPoints (int &numPoints)=0
 
virtual ElementBaseclone () const =0
 
bool isDynamic ()
 

Public Attributes

const ElementType type
 

Detailed Description

Base class for the elements that make up a RelativePointPath.

Definition at line 79 of file juce_RelativePointPath.h.

Constructor & Destructor Documentation

◆ ElementBase()

juce::RelativePointPath::ElementBase::ElementBase ( ElementType  type)

Definition at line 127 of file juce_RelativePointPath.cpp.

Member Function Documentation

◆ isDynamic()

bool juce::RelativePointPath::ElementBase::isDynamic ( )

Definition at line 131 of file juce_RelativePointPath.cpp.

Member Data Documentation

◆ type

const ElementType juce::RelativePointPath::ElementBase::type

Definition at line 89 of file juce_RelativePointPath.h.


The documentation for this class was generated from the following files: