Interface for XML handlers of GEAR classes. More...
#include <XMLHandler.h>
Public Member Functions | |
virtual TiXmlElement | toXML (const GearParameters ¶meters) const =0 |
Creates an XML node for the given parameters. | |
virtual GearParameters * | fromXML (const TiXmlElement *xmlElement, GearMgr *gearMgr=0) const =0 |
Creates the approprtiate GearParameters subclass from the given XML element (node) and adss it to the given instance of GearMgr (if != 0 ). | |