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

Public Member Functions

 QuadraticTo (const RelativePoint &controlPoint, const RelativePoint &endPoint)
 
ValueTree createTree () const
 
void addToPath (Path &path, Expression::Scope *) const
 
RelativePointgetControlPoints (int &numPoints)
 
ElementBaseclone () const
 
- Public Member Functions inherited from RelativePointPath::ElementBase
 ElementBase (ElementType type)
 
virtual ~ElementBase ()
 
bool isDynamic ()
 

Public Attributes

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

Constructor & Destructor Documentation

RelativePointPath::QuadraticTo::QuadraticTo ( const RelativePoint controlPoint,
const RelativePoint endPoint 
)

Member Function Documentation

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

Member Data Documentation

RelativePoint RelativePointPath::QuadraticTo::controlPoints[2]

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