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

Class for the line to element. More...

Inheritance diagram for RelativePointPath::LineTo:

Public Member Functions

 LineTo (const RelativePoint &endPoint)
 
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 endPoint
 
- Public Attributes inherited from RelativePointPath::ElementBase
const ElementType type
 

Detailed Description

Class for the line to element.

Constructor & Destructor Documentation

◆ LineTo()

RelativePointPath::LineTo::LineTo ( const RelativePoint endPoint)

Member Function Documentation

◆ addToPath()

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

◆ getControlPoints()

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

◆ clone()

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

Member Data Documentation

◆ endPoint

RelativePoint RelativePointPath::LineTo::endPoint

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