LMMS
Loading...
Searching...
No Matches
juce::RelativePointPath::StartSubPath Class Reference

#include <juce_RelativePointPath.h>

Inheritance diagram for juce::RelativePointPath::StartSubPath:
juce::RelativePointPath::ElementBase

Public Member Functions

 StartSubPath (const RelativePoint &pos)
void addToPath (Path &path, Expression::Scope *) const override
RelativePointgetControlPoints (int &numPoints) override
ElementBaseclone () const override
Public Member Functions inherited from juce::RelativePointPath::ElementBase
 ElementBase (ElementType type)
virtual ~ElementBase ()=default
bool isDynamic ()

Public Attributes

RelativePoint startPos
Public Attributes inherited from juce::RelativePointPath::ElementBase
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 * scope ) const
overridevirtual

◆ clone()

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

◆ getControlPoints()

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

Member Data Documentation

◆ startPos

RelativePoint juce::RelativePointPath::StartSubPath::startPos

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