KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
Loading...
Searching...
No Matches
ISerializableToDomElement Class Referenceabstract

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.
 

Detailed Description

Interface for objects that can serialize themselves to a QDomElement.

Definition at line 25 of file iserializabletoxml.h.

Member Function Documentation

◆ serializeToDomElement()

virtual QDomElement ISerializableToDomElement::serializeToDomElement ( ) const
pure virtual

Serialize this object into a QDomElement.

Returns
DOM element representing this object

Referenced by SerializableXmlList< T >::serializeToDomElement().


The documentation for this class was generated from the following file: