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

Public Member Functions

 LineTo (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 endPoint
 
- Public Attributes inherited from RelativePointPath::ElementBase
const ElementType type
 

Constructor & Destructor Documentation

RelativePointPath::LineTo::LineTo ( const RelativePoint endPoint)

Member Function Documentation

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

Member Data Documentation

RelativePoint RelativePointPath::LineTo::endPoint

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