LMMS
Loading...
Searching...
No Matches
juce::RelativePointPath::ElementBase Class Referenceabstract

#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 ~ElementBase ()=default
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.

Constructor & Destructor Documentation

◆ ElementBase()

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

◆ ~ElementBase()

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

Member Function Documentation

◆ addToPath()

◆ clone()

◆ getControlPoints()

◆ 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 files: