JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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:
Collaboration diagram for juce::RelativePointPath::ElementBase:

Public Member Functions

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

Public Attributes

const ElementType type
 

Detailed Description

Base class for the elements that make up a RelativePointPath.

Constructor & Destructor Documentation

◆ ElementBase()

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

◆ ~ElementBase()

virtual juce::RelativePointPath::ElementBase::~ElementBase ( )
virtualdefault

Member Function Documentation

◆ addToPath()

virtual void juce::RelativePointPath::ElementBase::addToPath ( Path path,
Expression::Scope  
) const
pure virtual

◆ clone()

◆ getControlPoints()

virtual RelativePoint* juce::RelativePointPath::ElementBase::getControlPoints ( int numPoints)
pure virtual

◆ isDynamic()

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

Member Data Documentation

◆ type

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

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