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

void libwpg::WPGPath::addElement ( const WPGPathElement elem)
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

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


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