|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interface for objects that can deserialize themselves from a QDomElement. More...
#include <ideserializablefromxml.h>
Public Member Functions | |
| virtual void | deserializeFromDomElement (const QDomElement &element)=0 |
| Populate this object from a QDomElement. | |
Interface for objects that can deserialize themselves from a QDomElement.
Definition at line 27 of file ideserializablefromxml.h.
|
pure virtual |
Populate this object from a QDomElement.
| element | DOM element containing the object's data |
Referenced by SerializableXmlList< T >::deserializeFromDomElement().