#include <FHPath.h>
|
| FHPath () |
|
| FHPath (const FHPath &path) |
|
| ~FHPath () |
|
FHPath & | operator= (const FHPath &path) |
|
void | appendMoveTo (double x, double y) |
|
void | appendLineTo (double x, double y) |
|
void | appendCubicBezierTo (double x1, double y1, double x2, double y2, double x, double y) |
|
void | appendQuadraticBezierTo (double x1, double y1, double x, double y) |
|
void | appendArcTo (double rx, double ry, double rotation, bool longAngle, bool sweep, double x, double y) |
|
void | appendClosePath () |
|
void | appendPath (const FHPath &path) |
|
void | writeOut (librevenge::RVNGPropertyListVector &vec) const |
|
void | transform (const FHTransform &trafo) |
|
FHPathElement * | clone () |
|
void | clear () |
|
bool | empty () const |
|
bool | isClosed () const |
|
Public Member Functions inherited from libfreehand::FHPathElement |
| FHPathElement () |
|
virtual | ~FHPathElement () |
|
libfreehand::FHPath::FHPath |
( |
| ) |
|
|
inline |
libfreehand::FHPath::FHPath |
( |
const FHPath & |
path | ) |
|
libfreehand::FHPath::~FHPath |
( |
| ) |
|
void libfreehand::FHPath::appendArcTo |
( |
double |
rx, |
|
|
double |
ry, |
|
|
double |
rotation, |
|
|
bool |
longAngle, |
|
|
bool |
sweep, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
void libfreehand::FHPath::appendClosePath |
( |
| ) |
|
void libfreehand::FHPath::appendCubicBezierTo |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
void libfreehand::FHPath::appendLineTo |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
void libfreehand::FHPath::appendMoveTo |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
void libfreehand::FHPath::appendPath |
( |
const FHPath & |
path | ) |
|
void libfreehand::FHPath::appendQuadraticBezierTo |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
void libfreehand::FHPath::clear |
( |
| ) |
|
bool libfreehand::FHPath::empty |
( |
| ) |
const |
bool libfreehand::FHPath::isClosed |
( |
| ) |
const |
void libfreehand::FHPath::transform |
( |
const FHTransform & |
trafo | ) |
|
|
virtual |
void libfreehand::FHPath::writeOut |
( |
librevenge::RVNGPropertyListVector & |
vec | ) |
const |
|
virtual |
bool libfreehand::FHPath::m_isClosed |
|
private |
The documentation for this class was generated from the following files: