Inherits RelativePointPath::ElementBase.
Public Member Functions | |
| LineTo (const RelativePoint &endPoint) | |
| ValueTree | createTree () const |
| void | addToPath (Path &path, Expression::Scope *) const |
| RelativePoint * | getControlPoints (int &numPoints) |
| ElementBase * | clone () const |
Public Attributes | |
| RelativePoint | endPoint |
| RelativePointPath::LineTo::LineTo | ( | const RelativePoint & | endPoint | ) |
| ValueTree RelativePointPath::LineTo::createTree | ( | ) | const [virtual] |
Implements RelativePointPath::ElementBase.
| void RelativePointPath::LineTo::addToPath | ( | Path & | path, |
| Expression::Scope * | |||
| ) | const [virtual] |
Implements RelativePointPath::ElementBase.
| RelativePoint* RelativePointPath::LineTo::getControlPoints | ( | int & | numPoints | ) | [virtual] |
Implements RelativePointPath::ElementBase.
| ElementBase* RelativePointPath::LineTo::clone | ( | ) | const [virtual] |
Implements RelativePointPath::ElementBase.