libwpg::WPGPath Class Reference

#include <WPGPath.h>

List of all members.

Public Member Functions

 WPGPath ()
 ~WPGPath ()
 WPGPath (const WPGPath &)
WPGPath & operator= (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

WPGPathPrivate * d

Constructor & Destructor Documentation

libwpg::WPGPath::WPGPath (  ) 
libwpg::WPGPath::~WPGPath (  ) 
libwpg::WPGPath::WPGPath ( const WPGPath &  path  ) 

Member Function Documentation

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

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

void libwpg::WPGPath::append ( const WPGPath &  path  ) 
unsigned libwpg::WPGPath::count (  )  const
void libwpg::WPGPath::curveTo ( const WPGPoint &  c1,
const WPGPoint &  c2,
const WPGPoint &  endPoint 
)
libwpg::WPGPathElement libwpg::WPGPath::element ( unsigned  index  )  const
void libwpg::WPGPath::lineTo ( const WPGPoint &  point  ) 
void libwpg::WPGPath::moveTo ( const WPGPoint &  point  ) 
libwpg::WPGPath & libwpg::WPGPath::operator= ( const WPGPath &  path  ) 

Member Data Documentation


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

Generated for libwpg by doxygen 1.6.1