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

#include <juce_RelativePointPath.h>

Inheritance diagram for RelativePointPath::StartSubPath:
Collaboration diagram for RelativePointPath::StartSubPath:

Public Member Functions

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

Public Attributes

RelativePoint startPos
 
const ElementType type
 

Constructor & Destructor Documentation

◆ StartSubPath()

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

Member Function Documentation

◆ addToPath()

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

◆ clone()

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

◆ createTree()

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

◆ getControlPoints()

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

◆ isDynamic()

bool RelativePointPath::ElementBase::isDynamic ( )
inherited

Member Data Documentation

◆ startPos

RelativePoint RelativePointPath::StartSubPath::startPos

◆ type

const ElementType RelativePointPath::ElementBase::type
inherited

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