Abstract XML handler for FixedPadAngleDiskLayoutXML. More...
#include <FixedPadAngleDiskLayoutXML.h>
Public Member Functions | |
virtual TiXmlElement | toXML (const PadRowLayout2D *layout) const |
Creates an XML node for the given PadRowLayout2D. | |
virtual PadRowLayout2D * | fromXML (const TiXmlElement *xmlElement) const |
Creates the appropriate PadRowLayout2D subclass from the given XML element (node) | |
Additional Inherited Members | |
Static Public Member Functions inherited from gear::PadRowLayout2DXML | |
static PadRowLayout2DXML * | getHandler (const std::string &typeName) |
Get handler for given type. | |
static PadRowLayout2DXML * | getHandler (const PadRowLayout2D *l) |
Get handler for given type of PadRowLayout2D. | |
static Map & | map () |
The map with available xml handler objects (PadRowLayout2DXML) | |
Abstract XML handler for FixedPadAngleDiskLayoutXML.
Definition at line 18 of file FixedPadAngleDiskLayoutXML.h.