25 #include "OE_svg_base.h"
26 #include "xml/tinyxml.h"
36 virtual bool draw(
float dpi);
37 virtual bool Parse(TiXmlElement *input);
OE_group()
Definition: OE_group.cpp:26
virtual bool draw(float dpi)
draw the element on screen
Definition: OE_group.cpp:40
virtual ~OE_group()
Definition: OE_group.cpp:31
Definition: OE_svg_base.h:27
virtual bool Parse(TiXmlElement *input)
parse the xml file to load params
Definition: OE_group.cpp:35
Definition: OE_group.h:28