openEmbroider
0.1
an open source embroidery software
|
Public Member Functions | |
OE_path () | |
virtual | ~OE_path () |
virtual bool | draw (float dpi) |
virtual bool | Parse (TiXmlElement *input) |
parse the xml file to load params More... | |
bool | newCurve () |
![]() | |
OE_svg_base () | |
virtual | ~OE_svg_base () |
Additional Inherited Members | |
![]() | |
OE_svg_base * | next |
Pointer to next shape, or NULL if last element. | |
OE_svg_base * | childs |
Linked list of shapes in the document. | |
OE_path::OE_path | ( | ) |
Default constructor
|
virtual |
Default destructor
|
virtual |
Draw the paths
Reimplemented from OE_svg_base.
|
virtual |
parse the xml file to load params
input | is a pointer to the corresponding TiXmlElement |
Reimplemented from OE_svg_base.