kig
ObjectImpFactory Class Reference
#include <object_imp_factory.h>
Public Member Functions | |
ObjectImp * | deserialize (const QString &type, const QDomElement &parent, QString &error) const |
QString | serialize (const ObjectImp &d, QDomElement &parent, QDomDocument &doc) const |
Static Public Member Functions | |
static const ObjectImpFactory * | instance () |
Detailed Description
Definition at line 23 of file object_imp_factory.h.
Member Function Documentation
ObjectImp * ObjectImpFactory::deserialize | ( | const QString & | type, |
const QDomElement & | parent, | ||
QString & | error | ||
) | const |
loads data from parent
, and returns a new ObjectImp from the type string type
.
Definition at line 288 of file object_imp_factory.cc.
|
static |
Definition at line 37 of file object_imp_factory.cc.
QString ObjectImpFactory::serialize | ( | const ObjectImp & | d, |
QDomElement & | parent, | ||
QDomDocument & | doc | ||
) | const |
adds data to parent
, and returns a type string.
Definition at line 79 of file object_imp_factory.cc.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.