Scribus
Open source desktop publishing at your fingertips
|
Public Member Functions | |
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 |
bool | framed |
bool | filled |