JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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
 
ElementBaseclone () const override
 
RelativePointgetControlPoints (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: