kopete/libkopete
Classes | |
class | DataProperty |
class | Property |
class | PropertyBase |
struct | PropertyData |
class | PropertyStorage |
class | SimpleDataProperty |
struct | SimplePropertyData |
struct | StringSerializable |
struct | UserVisible |
class | WithProperties |
class | XMLProperty |
struct | XMLSerializable |
Functions | |
void | customPropertyDataIncorrectType (const char *name, const std::type_info &found, const std::type_info &expected) |
template<> | |
int | variantTo< int > (QVariant) |
QVariant | variantFromXML (const QDomElement &) |
void | variantToXML (QVariant v, QDomElement &) |
template<class T > | |
T | variantTo (QVariant) |
Detailed Description
Contains the classes forming Kopete's Properties system.
- Todo:
- Explain more, give examples.
Function Documentation
void Kopete::Properties::customPropertyDataIncorrectType | ( | const char * | name, |
const std::type_info & | found, | ||
const std::type_info & | expected | ||
) |
Display a warning message when the wrong type of property data is found
Definition at line 30 of file kopeteproperties.cpp.
QVariant Kopete::Properties::variantFromXML | ( | const QDomElement & | ) |
Definition at line 40 of file kopeteproperties.cpp.
template<class T >
T Kopete::Properties::variantTo | ( | QVariant | ) |
Move somewhere else.
Explicitly specialized for all types QVariant supports
template<>
int Kopete::Properties::variantTo< int > | ( | QVariant | ) |
Definition at line 37 of file kopeteproperties.cpp.
void Kopete::Properties::variantToXML | ( | QVariant | v, |
QDomElement & | |||
) |
Definition at line 45 of file kopeteproperties.cpp.
This file is part of the KDE documentation.
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
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.