JUCE
Public Member Functions | Public Attributes | List of all members
RelativePointPath::CubicTo Class Reference
+ Inheritance diagram for RelativePointPath::CubicTo:

Public Member Functions

 CubicTo (const RelativePoint &controlPoint1, const RelativePoint &controlPoint2, const RelativePoint &endPoint)
 
ValueTree createTree () const
 
void addToPath (Path &path, Expression::Scope *) const
 
RelativePoint * getControlPoints (int &numPoints)
 
ElementBase * clone () const
 
- Public Member Functions inherited from RelativePointPath::ElementBase
 ElementBase (ElementType type)
 
virtual ~ElementBase ()
 
bool isDynamic ()
 

Public Attributes

RelativePoint controlPoints [3]
 
- Public Attributes inherited from RelativePointPath::ElementBase
const ElementType type
 

Constructor & Destructor Documentation

RelativePointPath::CubicTo::CubicTo ( const RelativePoint &  controlPoint1,
const RelativePoint &  controlPoint2,
const RelativePoint &  endPoint 
)

Member Function Documentation

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

Member Data Documentation

RelativePoint RelativePointPath::CubicTo::controlPoints[3]

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