libfreehand::FHPath Class Reference

#include <FHPath.h>

Inheritance diagram for libfreehand::FHPath:
libfreehand::FHPathElement

List of all members.

Public Member Functions

 FHPath ()
 FHPath (const FHPath &path)
 ~FHPath ()
FHPathoperator= (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 (WPXPropertyListVector &vec) const
void transform (const FHTransform &trafo)
FHPathElementclone ()
void clear ()
bool empty () const
bool isClosed () const

Private Attributes

std::vector< FHPathElement * > m_elements
bool m_isClosed

Constructor & Destructor Documentation


Member Function Documentation

void libfreehand::FHPath::appendArcTo ( double  rx,
double  ry,
double  rotation,
bool  longAngle,
bool  sweep,
double  x,
double  y 
)
void libfreehand::FHPath::appendCubicBezierTo ( double  x1,
double  y1,
double  x2,
double  y2,
double  x,
double  y 
)
void libfreehand::FHPath::appendPath ( const FHPath path)
void libfreehand::FHPath::appendQuadraticBezierTo ( double  x1,
double  y1,
double  x,
double  y 
)

Referenced by FHPath(), and operator=().

libfreehand::FHPath & libfreehand::FHPath::operator= ( const FHPath path)
void libfreehand::FHPath::writeOut ( WPXPropertyListVector &  vec) const [virtual]

Member Data Documentation

Referenced by appendPath(), FHPath(), and operator=().

Referenced by FHPath().


The documentation for this class was generated from the following files: