Public Member Functions | |
| CDRLineToElement (double x, double y) | |
| ~CDRLineToElement () | |
| void | writeOut (WPXPropertyListVector &vec) const |
| void | transform (const CDRTransforms &trafos) |
| void | transform (const CDRTransform &trafo) |
| CDRPathElement * | clone () |
Private Attributes | |
| double | m_x |
| double | m_y |
| libcdr::CDRLineToElement::CDRLineToElement | ( | double | x, |
| double | y | ||
| ) | [inline] |
| libcdr::CDRLineToElement::~CDRLineToElement | ( | ) | [inline] |
| libcdr::CDRPathElement * libcdr::CDRLineToElement::clone | ( | ) | [virtual] |
Implements libcdr::CDRPathElement.
| void libcdr::CDRLineToElement::transform | ( | const CDRTransforms & | trafos | ) | [virtual] |
Implements libcdr::CDRPathElement.
| void libcdr::CDRLineToElement::transform | ( | const CDRTransform & | trafo | ) | [virtual] |
Implements libcdr::CDRPathElement.
| void libcdr::CDRLineToElement::writeOut | ( | WPXPropertyListVector & | vec | ) | const [virtual] |
Implements libcdr::CDRPathElement.
double libcdr::CDRLineToElement::m_x [private] |
double libcdr::CDRLineToElement::m_y [private] |