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

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

Inheritance diagram for RelativePointPath::CloseSubPath:

Public Member Functions

 CloseSubPath ()
 
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 ()
 

Additional Inherited Members

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

Detailed Description

Class for the close sub path element.

Constructor & Destructor Documentation

◆ CloseSubPath()

RelativePointPath::CloseSubPath::CloseSubPath ( )

Member Function Documentation

◆ addToPath()

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

◆ getControlPoints()

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

◆ clone()

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

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