JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
RelativePointPath::ElementBase Class Reference

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

Inherited by RelativePointPath::CloseSubPath, RelativePointPath::CubicTo, RelativePointPath::LineTo, RelativePointPath::QuadraticTo, and RelativePointPath::StartSubPath.

List of all members.

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


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]

Member Data Documentation


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