kig
ObjectImpFactory Class Reference
#include <object_imp_factory.h>
Detailed Description
Definition at line 23 of file 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 () |
Member Function Documentation
| const ObjectImpFactory * ObjectImpFactory::instance | ( | ) | [static] |
Definition at line 37 of file object_imp_factory.cc.
| 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.
| 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:
KDE 4.0 API Reference