JUCE
Public Member Functions | Public Attributes | List of all members
RelativePointPath::ElementBase Class Referenceabstract

Base class for the elements that make up a RelativePointPath. More...

+ Inheritance diagram for RelativePointPath::ElementBase:

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

RelativePointPath::ElementBase::ElementBase ( ElementType  type)
virtual RelativePointPath::ElementBase::~ElementBase ( )
virtual

Member Function Documentation

virtual ValueTree RelativePointPath::ElementBase::createTree ( ) const
pure virtual
virtual void RelativePointPath::ElementBase::addToPath ( Path path,
Expression::Scope  
) const
pure virtual
virtual RelativePoint* RelativePointPath::ElementBase::getControlPoints ( int &  numPoints)
pure virtual
virtual ElementBase* RelativePointPath::ElementBase::clone ( ) const
pure virtual
bool RelativePointPath::ElementBase::isDynamic ( )

Member Data Documentation

const ElementType RelativePointPath::ElementBase::type

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