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

Public Member Functions

 OE_group ()
 
virtual ~OE_group ()
 
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 Member Functions inherited from OE_svg_base
 OE_svg_base ()
 
virtual ~OE_svg_base ()
 

Additional Inherited Members

- Public Attributes inherited from OE_svg_base
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_group::OE_group ( )

Default constructor

OE_group::~OE_group ( )
virtual

Default destructor

Member Function Documentation

bool OE_group::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 from OE_svg_base.

bool OE_group::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 from OE_svg_base.


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