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::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
 
ElementBaseclone () const override
 
RelativePointgetControlPoints (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: