|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interface for objects that can deserialize themselves from a list of QDomElements. More...
#include <ideserializablefromxml.h>
Public Member Functions | |
| virtual void | deserializeFromDomElementList (const QList< QDomElement > &list)=0 |
| Populate this object from a list of QDomElement values. | |
Interface for objects that can deserialize themselves from a list of QDomElements.
Definition at line 40 of file ideserializablefromxml.h.
|
pure virtual |
Populate this object from a list of QDomElement values.
| list | List of DOM elements to deserialize from |