Public Member Functions | |
| CDRCubicBezierToElement (double x1, double y1, double x2, double y2, double x, double y) | |
| ~CDRCubicBezierToElement () | |
| void | writeOut (WPXPropertyListVector &vec) const |
| void | transform (const CDRTransforms &trafos) |
| void | transform (const CDRTransform &trafo) |
| CDRPathElement * | clone () |
Private Attributes | |
| double | m_x1 |
| double | m_y1 |
| double | m_x2 |
| double | m_y2 |
| double | m_x |
| double | m_y |
| libcdr::CDRCubicBezierToElement::CDRCubicBezierToElement | ( | double | x1, |
| double | y1, | ||
| double | x2, | ||
| double | y2, | ||
| double | x, | ||
| double | y | ||
| ) | [inline] |
| libcdr::CDRPathElement * libcdr::CDRCubicBezierToElement::clone | ( | ) | [virtual] |
Implements libcdr::CDRPathElement.
| void libcdr::CDRCubicBezierToElement::transform | ( | const CDRTransforms & | trafos | ) | [virtual] |
Implements libcdr::CDRPathElement.
| void libcdr::CDRCubicBezierToElement::transform | ( | const CDRTransform & | trafo | ) | [virtual] |
Implements libcdr::CDRPathElement.
| void libcdr::CDRCubicBezierToElement::writeOut | ( | WPXPropertyListVector & | vec | ) | const [virtual] |
Implements libcdr::CDRPathElement.
double libcdr::CDRCubicBezierToElement::m_x [private] |
double libcdr::CDRCubicBezierToElement::m_x1 [private] |
double libcdr::CDRCubicBezierToElement::m_x2 [private] |
double libcdr::CDRCubicBezierToElement::m_y [private] |
double libcdr::CDRCubicBezierToElement::m_y1 [private] |
double libcdr::CDRCubicBezierToElement::m_y2 [private] |