libwpg::WPGPath Class Reference

#include <WPGPath.h>

List of all members.

Public Member Functions

 WPGPath ()
 ~WPGPath ()
 WPGPath (const WPGPath &)
WPGPathoperator= (const WPGPath &)
unsigned count () const
WPGPathElement element (unsigned index) const
void moveTo (const WPGPoint &point)
void lineTo (const WPGPoint &point)
void curveTo (const WPGPoint &c1, const WPGPoint &c2, const WPGPoint &endPoint)
void addElement (const WPGPathElement &elem)
void append (const WPGPath &path)

Public Attributes

bool closed

Private Attributes

WPGPathPrivated


Constructor & Destructor Documentation

libwpg::WPGPath::WPGPath (  ) 

libwpg::WPGPath::~WPGPath (  ) 

libwpg::WPGPath::WPGPath ( const WPGPath path  ) 


Member Function Documentation

libwpg::WPGPath & libwpg::WPGPath::operator= ( const WPGPath path  ) 

unsigned libwpg::WPGPath::count (  )  const

libwpg::WPGPathElement libwpg::WPGPath::element ( unsigned  index  )  const

void libwpg::WPGPath::moveTo ( const WPGPoint point  ) 

void libwpg::WPGPath::lineTo ( const WPGPoint point  ) 

void libwpg::WPGPath::curveTo ( const WPGPoint c1,
const WPGPoint c2,
const WPGPoint endPoint 
)

void libwpg::WPGPath::addElement ( const WPGPathElement elem  ) 

Referenced by append(), curveTo(), lineTo(), and moveTo().

void libwpg::WPGPath::append ( const WPGPath path  ) 


Member Data Documentation


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

Generated on Sun Aug 17 10:41:07 2008 for libwpg by doxygen 1.5.6