Inkscape
Vector Graphics Editor
|
Converts Spiro to 2Geom's Path. More...
#include <spiro-converters.h>
Public Member Functions | |
ConverterPath (Geom::Path &path) | |
void | moveto (double x, double y) override |
void | lineto (double x, double y, bool close_last) override |
void | quadto (double x1, double y1, double x2, double y2, bool close_last) override |
void | curveto (double x1, double y1, double x2, double y2, double x3, double y3, bool close_last) override |
![]() | |
ConverterBase ()=default | |
virtual | ~ConverterBase ()=default |
Private Member Functions | |
ConverterPath (const ConverterPath &)=delete | |
ConverterPath & | operator= (const ConverterPath &)=delete |
Private Attributes | |
Geom::Path & | _path |
Converts Spiro to 2Geom's Path.
Definition at line 55 of file spiro-converters.h.
Spiro::ConverterPath::ConverterPath | ( | Geom::Path & | path | ) |
Definition at line 74 of file spiro-converters.cpp.
References _path, and Geom::Path::setStitching().
|
privatedelete |
|
overridevirtual |
Implements Spiro::ConverterBase.
Definition at line 113 of file spiro-converters.cpp.
References _path, Geom::Path::appendNew(), and Geom::Path::close().
|
overridevirtual |
Implements Spiro::ConverterBase.
Definition at line 91 of file spiro-converters.cpp.
References _path, Geom::Path::appendNew(), and Geom::Path::close().
|
overridevirtual |
Implements Spiro::ConverterBase.
Definition at line 81 of file spiro-converters.cpp.
References _path, and Geom::Path::start().
|
privatedelete |
|
overridevirtual |
Implements Spiro::ConverterBase.
Definition at line 102 of file spiro-converters.cpp.
References _path, Geom::Path::appendNew(), and Geom::Path::close().
|
private |
Definition at line 65 of file spiro-converters.h.
Referenced by ConverterPath(), curveto(), lineto(), moveto(), and quadto().