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

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

#include <juce_RelativePointPath.h>

Inheritance diagram for juce::RelativePointPath::CloseSubPath:
Collaboration diagram for juce::RelativePointPath::CloseSubPath:

Public Member Functions

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

Public Attributes

const ElementType type
 

Detailed Description

Class for the close sub path element.

Constructor & Destructor Documentation

◆ CloseSubPath()

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

Member Function Documentation

◆ addToPath()

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

◆ clone()

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

◆ getControlPoints()

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

◆ isDynamic()

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

Member Data Documentation

◆ type

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

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