|
Scribus
Open source desktop publishing at your fingertips
|


Public Member Functions | |
| std::vector< Path > const & | peek () const |
Public Member Functions inherited from Geom::SVGPathGenerator< iter > | |
| SVGPathGenerator (iterout) | |
| void | moveTo (Point p) |
| void | lineTo (Point p) |
| void | quadTo (Point c, Point p) |
| void | curveTo (Point c0, Point c1, Point p) |
| void | arcTo (double rx, double ry, double angle, bool large_arc, bool sweep, Point p) |
| void | closePath () |
| void | finish () |
Additional Inherited Members | |
Protected Attributes inherited from Geom::SVGPathGenerator< iter > | |
| bool | _in_path |
| iter | _out |
| Path | _path |