Inkscape
Vector Graphics Editor
|
This is the complete list of members for Geom::PathSink, including all inherited members.
arcTo(Coord rx, Coord ry, Coord angle, bool large_arc, bool sweep, Point const &p)=0 | Geom::PathSink | pure virtual |
backspace() | Geom::PathSink | inlinevirtual |
closePath()=0 | Geom::PathSink | pure virtual |
curveTo(Point const &c0, Point const &c1, Point const &p)=0 | Geom::PathSink | pure virtual |
feed(Curve const &c, bool moveto_initial=true) | Geom::PathSink | virtual |
feed(Path const &p) | Geom::PathSink | virtual |
feed(PathVector const &v) | Geom::PathSink | virtual |
feed(Rect const &) | Geom::PathSink | virtual |
feed(Circle const &e) | Geom::PathSink | virtual |
feed(Ellipse const &e) | Geom::PathSink | virtual |
flush()=0 | Geom::PathSink | pure virtual |
lineTo(Point const &p)=0 | Geom::PathSink | pure virtual |
moveTo(Point const &p)=0 | Geom::PathSink | pure virtual |
quadTo(Point const &c, Point const &p)=0 | Geom::PathSink | pure virtual |
~PathSink() | Geom::PathSink | inlinevirtual |