|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interface for objects that can serialize themselves to a QDomElement. More...
#include <iserializabletoxml.h>
Public Member Functions | |
| virtual QDomElement | serializeToDomElement () const =0 |
| Serialize this object into a QDomElement. | |
Interface for objects that can serialize themselves to a QDomElement.
Definition at line 25 of file iserializabletoxml.h.
|
pure virtual |
Serialize this object into a QDomElement.
Referenced by SerializableXmlList< T >::serializeToDomElement().