libfreehand::FHPath Class Reference

#include <FHPath.h>

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

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 setXFormId (unsigned xFormId)
 
void setGraphicStyleId (unsigned graphicStyleId)
 
void setEvenOdd (bool evenOdd)
 
void writeOut (librevenge::RVNGPropertyListVector &vec) const
 
void transform (const FHTransform &trafo)
 
FHPathElementclone ()
 
void getBoundingBox (double x0, double y0, double &xmin, double &ymin, double &xmax, double &ymax) const
 
double getX () const
 
double getY () const
 
void clear ()
 
bool empty () const
 
bool isClosed () const
 
unsigned getXFormId () const
 
unsigned getGraphicStyleId () const
 
bool getEvenOdd () const
 
void getBoundingBox (double &xmin, double &ymin, double &xmax, double &ymax) const
 
- Public Member Functions inherited from libfreehand::FHPathElement
 FHPathElement ()
 
virtual ~FHPathElement ()
 

Private Attributes

std::vector< FHPathElement * > m_elements
 
bool m_isClosed
 
unsigned m_xFormId
 
unsigned m_graphicStyleId
 
bool m_evenOdd
 

Constructor & Destructor Documentation

libfreehand::FHPath::FHPath ( )
inline
libfreehand::FHPath::FHPath ( const FHPath path)
libfreehand::FHPath::~FHPath ( )

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::appendLineTo ( 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 ( )
libfreehand::FHPathElement * libfreehand::FHPath::clone ( )
virtual
void libfreehand::FHPath::getBoundingBox ( double  x0,
double  y0,
double &  xmin,
double &  ymin,
double &  xmax,
double &  ymax 
) const
virtual
void libfreehand::FHPath::getBoundingBox ( double &  xmin,
double &  ymin,
double &  xmax,
double &  ymax 
) const
bool libfreehand::FHPath::getEvenOdd ( ) const
double libfreehand::FHPath::getX ( ) const
virtual
double libfreehand::FHPath::getY ( ) const
virtual
bool libfreehand::FHPath::isClosed ( ) const
libfreehand::FHPath & libfreehand::FHPath::operator= ( const FHPath path)
void libfreehand::FHPath::setXFormId ( unsigned  xFormId)
void libfreehand::FHPath::writeOut ( librevenge::RVNGPropertyListVector &  vec) const
virtual

Member Data Documentation

std::vector<FHPathElement *> libfreehand::FHPath::m_elements
private

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

bool libfreehand::FHPath::m_evenOdd
private
unsigned libfreehand::FHPath::m_graphicStyleId
private

Referenced by operator=().

bool libfreehand::FHPath::m_isClosed
private

Referenced by operator=().

unsigned libfreehand::FHPath::m_xFormId
private

Referenced by operator=().


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

Generated for libfreehand by doxygen 1.8.5