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

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.
 

Detailed Description

Interface for objects that can serialize themselves to a list of QDomElements.

Definition at line 38 of file iserializabletoxml.h.

Member Function Documentation

◆ serializeToDomElementList()

virtual QList< QDomElement > ISerializableToDomElementList::serializeToDomElementList ( ) const
pure virtual

Serialize this object into a list of QDomElements.

Returns
List of DOM elements representing this object's data

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