JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::RelativePointPath::StartSubPath Class Reference

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

#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)
 
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.

Definition at line 97 of file juce_RelativePointPath.h.

Constructor & Destructor Documentation

◆ StartSubPath()

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

Definition at line 144 of file juce_RelativePointPath.cpp.

Member Function Documentation

◆ addToPath()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 149 of file juce_RelativePointPath.cpp.

◆ clone()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 160 of file juce_RelativePointPath.cpp.

◆ getControlPoints()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 154 of file juce_RelativePointPath.cpp.

Member Data Documentation

◆ startPos

RelativePoint juce::RelativePointPath::StartSubPath::startPos

Definition at line 105 of file juce_RelativePointPath.h.


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