openshot-audio  0.1.5
Public Member Functions | Public Attributes | List of all members
juce::RelativePointPath::ElementBase Class Referenceabstract

#include <juce_gui_basics.h>

Inheritance diagram for juce::RelativePointPath::ElementBase:
juce::RelativePointPath::CloseSubPath juce::RelativePointPath::CubicTo juce::RelativePointPath::LineTo juce::RelativePointPath::QuadraticTo juce::RelativePointPath::StartSubPath

Public Member Functions

 ElementBase (ElementType type)
 
virtual ~ElementBase ()
 
virtual ValueTree createTree () const =0
 
virtual void addToPath (Path &path, Expression::Scope *) const =0
 
virtual RelativePointgetControlPoints (int &numPoints)=0
 
virtual ElementBaseclone () const =0
 
bool isDynamic ()
 

Public Attributes

const ElementType type
 

Detailed Description

Base class for the elements that make up a RelativePointPath.

Constructor & Destructor Documentation

◆ ElementBase()

RelativePointPath::ElementBase::ElementBase ( ElementType  type)

◆ ~ElementBase()

virtual juce::RelativePointPath::ElementBase::~ElementBase ( )
inlinevirtual

Member Function Documentation

◆ addToPath()

virtual void juce::RelativePointPath::ElementBase::addToPath ( Path path,
Expression::Scope  
) const
pure virtual

◆ clone()

virtual ElementBase* juce::RelativePointPath::ElementBase::clone ( ) const
pure virtual

◆ createTree()

virtual ValueTree juce::RelativePointPath::ElementBase::createTree ( ) const
pure virtual

◆ getControlPoints()

virtual RelativePoint* juce::RelativePointPath::ElementBase::getControlPoints ( int &  numPoints)
pure virtual

◆ isDynamic()

bool RelativePointPath::ElementBase::isDynamic ( )

Member Data Documentation

◆ type

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

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