kopete/libkopete
#include <kopeteproperties.h>
Public Member Functions | |
void | fromXML (Parent *t, const QDomElement &e) |
void | toXML (const Parent *t, QDomElement &e) |
Detailed Description
template<class Derived, class Parent, typename Type>
class Kopete::Properties::XMLProperty< Derived, Parent, Type >
Convenience implementation of XMLSerializable in terms of QVariants.
This class provides XML serialization for data that can be stored in a QVariant. You will need to multiply-inherit from this class and (usually indirectly) from Property.
You can combine this class with other convenience classes such as SimpleDataProperty like this:
Definition at line 335 of file kopeteproperties.h.
Member Function Documentation
|
inlinevirtual |
Implements Kopete::Properties::XMLSerializable< Parent >.
Definition at line 338 of file kopeteproperties.h.
|
inlinevirtual |
Implements Kopete::Properties::XMLSerializable< Parent >.
Definition at line 342 of file kopeteproperties.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.