JUCE
Public Member Functions | Public Attributes | List of all members
RelativePointPath::StartSubPath Class Reference

Class for the start sub path element. More...

Inheritance diagram for RelativePointPath::StartSubPath:

Public Member Functions

 StartSubPath (const RelativePoint &pos)
 
void addToPath (Path &path, Expression::Scope *) const override
 
RelativePointgetControlPoints (int &numPoints) override
 
ElementBaseclone () const override
 
- Public Member Functions inherited from RelativePointPath::ElementBase
 ElementBase (ElementType type)
 
virtual ~ElementBase ()=default
 
bool isDynamic ()
 

Public Attributes

RelativePoint startPos
 
- Public Attributes inherited from RelativePointPath::ElementBase
const ElementType type
 

Detailed Description

Class for the start sub path element.

Constructor & Destructor Documentation

◆ StartSubPath()

RelativePointPath::StartSubPath::StartSubPath ( const RelativePoint pos)

Member Function Documentation

◆ addToPath()

void RelativePointPath::StartSubPath::addToPath ( Path path,
Expression::Scope  
) const
overridevirtual

◆ getControlPoints()

RelativePoint* RelativePointPath::StartSubPath::getControlPoints ( int numPoints)
overridevirtual

◆ clone()

ElementBase* RelativePointPath::StartSubPath::clone ( ) const
overridevirtual

Member Data Documentation

◆ startPos

RelativePoint RelativePointPath::StartSubPath::startPos

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