|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interface for objects that can serialize themselves to a list of QDomElements. More...
#include <iserializabletoxml.h>
Public Member Functions | |
| virtual QList< QDomElement > | serializeToDomElementList () const =0 |
| Serialize this object into a list of QDomElements. | |
Interface for objects that can serialize themselves to a list of QDomElements.
Definition at line 38 of file iserializabletoxml.h.
|
pure virtual |
Serialize this object into a list of QDomElements.