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 | List of all members
juce::RelativePointPath::CloseSubPath Class Reference

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

#include "juce_RelativePointPath.h"

Inheritance diagram for juce::RelativePointPath::CloseSubPath:
juce::RelativePointPath::ElementBase

Public Member Functions

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 ()
 

Additional Inherited Members

- Public Attributes inherited from juce::RelativePointPath::ElementBase
const ElementType type
 

Detailed Description

Class for the close sub path element.

Definition at line 113 of file juce_RelativePointPath.h.

Constructor & Destructor Documentation

◆ CloseSubPath()

juce::RelativePointPath::CloseSubPath::CloseSubPath ( )

Definition at line 166 of file juce_RelativePointPath.cpp.

Member Function Documentation

◆ addToPath()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 171 of file juce_RelativePointPath.cpp.

◆ clone()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 182 of file juce_RelativePointPath.cpp.

◆ getControlPoints()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 176 of file juce_RelativePointPath.cpp.


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