|
| FHArcToElement (double rx, double ry, double rotation, bool largeArc, bool sweep, double x, double y) |
|
| ~FHArcToElement () |
|
void | writeOut (librevenge::RVNGPropertyListVector &vec) const |
|
void | transform (const FHTransform &trafo) |
|
FHPathElement * | clone () |
|
void | getBoundingBox (double x0, double y0, double &xmin, double &ymin, double &xmax, double &ymax) const |
|
double | getX () const |
|
double | getY () const |
|
Public Member Functions inherited from libfreehand::FHPathElement |
| FHPathElement () |
|
virtual | ~FHPathElement () |
|
libfreehand::FHArcToElement::FHArcToElement |
( |
double |
rx, |
|
|
double |
ry, |
|
|
double |
rotation, |
|
|
bool |
largeArc, |
|
|
bool |
sweep, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
libfreehand::FHArcToElement::~FHArcToElement |
( |
| ) |
|
|
inline |
void libfreehand::FHArcToElement::getBoundingBox |
( |
double |
x0, |
|
|
double |
y0, |
|
|
double & |
xmin, |
|
|
double & |
ymin, |
|
|
double & |
xmax, |
|
|
double & |
ymax |
|
) |
| const |
|
virtual |
double libfreehand::FHArcToElement::getX |
( |
| ) |
const |
|
inlinevirtual |
double libfreehand::FHArcToElement::getY |
( |
| ) |
const |
|
inlinevirtual |
void libfreehand::FHArcToElement::transform |
( |
const FHTransform & |
trafo | ) |
|
|
virtual |
void libfreehand::FHArcToElement::writeOut |
( |
librevenge::RVNGPropertyListVector & |
vec | ) |
const |
|
virtual |
bool libfreehand::FHArcToElement::m_largeArc |
|
private |
double libfreehand::FHArcToElement::m_rotation |
|
private |
double libfreehand::FHArcToElement::m_rx |
|
private |
double libfreehand::FHArcToElement::m_ry |
|
private |
bool libfreehand::FHArcToElement::m_sweep |
|
private |
double libfreehand::FHArcToElement::m_x |
|
private |
double libfreehand::FHArcToElement::m_y |
|
private |
The documentation for this class was generated from the following file: