Abstract XML handler for PadRowLayout2DXML. More...
#include <PadRowLayout2DXML.h>
Public Member Functions | |
virtual TiXmlElement | toXML (const PadRowLayout2D *layout) const =0 |
Creates an XML node for the given PadRowLayout2D. | |
virtual PadRowLayout2D * | fromXML (const TiXmlElement *xmlElement) const =0 |
Creates the appropriate PadRowLayout2D subclass from the given XML element (node) | |
Static Public Member Functions | |
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 PadRowLayout2DXML.
Definition at line 25 of file PadRowLayout2DXML.h.