JUCE  v5.1.1-3-g1a0b28c73
JUCE API
RelativePointPath::LineTo Class Reference

#include <juce_RelativePointPath.h>

Inheritance diagram for RelativePointPath::LineTo:
Collaboration diagram for RelativePointPath::LineTo:

Public Member Functions

 LineTo (const RelativePoint &endPoint)
 
void addToPath (Path &path, Expression::Scope *) const
 
ElementBaseclone () const
 
ValueTree createTree () const
 
RelativePointgetControlPoints (int &numPoints)
 
bool isDynamic ()
 

Public Attributes

RelativePoint endPoint
 
const ElementType type
 

Constructor & Destructor Documentation

◆ LineTo()

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

Member Function Documentation

◆ addToPath()

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

◆ clone()

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

◆ createTree()

ValueTree RelativePointPath::LineTo::createTree ( ) const
virtual

◆ getControlPoints()

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

◆ isDynamic()

bool RelativePointPath::ElementBase::isDynamic ( )
inherited

Member Data Documentation

◆ endPoint

RelativePoint RelativePointPath::LineTo::endPoint

◆ type

const ElementType RelativePointPath::ElementBase::type
inherited

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