JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::RelativePointPath::StartSubPath Class Reference

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

#include <juce_RelativePointPath.h>

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

Public Member Functions

 StartSubPath (const RelativePoint &pos)
 
void addToPath (Path &path, Expression::Scope *) const override
 
ElementBase * clone () const override
 
RelativePoint * getControlPoints (int &numPoints) override
 
bool isDynamic ()
 

Public Attributes

RelativePoint startPos
 
const ElementType type
 

Detailed Description

Class for the start sub path element.

Constructor & Destructor Documentation

◆ StartSubPath()

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

Member Function Documentation

◆ addToPath()

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

◆ clone()

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

◆ getControlPoints()

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

◆ isDynamic()

bool juce::RelativePointPath::ElementBase::isDynamic ( )
inherited

Member Data Documentation

◆ startPos

RelativePoint juce::RelativePointPath::StartSubPath::startPos

◆ type

const ElementType juce::RelativePointPath::ElementBase::type
inherited

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