openEmbroider  0.1
an open source embroidery software
 All Classes Functions Variables
OE_svg_base Class Reference
Inheritance diagram for OE_svg_base:
OE_document OE_group OE_path

Public Member Functions

 OE_svg_base ()
 
virtual ~OE_svg_base ()
 
virtual bool draw (float dpi)
 draw the element on screen More...
 
virtual bool Parse (TiXmlElement *input)
 parse the xml file to load params More...
 

Public Attributes

OE_svg_basenext
 Pointer to next shape, or NULL if last element.
 
OE_svg_basechilds
 Linked list of shapes in the document.
 

Constructor & Destructor Documentation

OE_svg_base::OE_svg_base ( )

Default constructor

OE_svg_base::~OE_svg_base ( )
virtual

Default destructor

Member Function Documentation

bool OE_svg_base::draw ( float  dpi)
virtual

draw the element on screen

Parameters
dpiis the detail level used to display elements
Returns
true if all is ok

Reimplemented in OE_path, and OE_group.

bool OE_svg_base::Parse ( TiXmlElement *  input)
virtual

parse the xml file to load params

Parameters
inputis a pointer to the corresponding TiXmlElement
Returns
true if all is ok

Reimplemented in OE_path, and OE_group.


The documentation for this class was generated from the following files: