kopete/libkopete
Kopete::Property Class Reference
#include <kopeteproperty.h>
Detailed Description
A data container for whatever information Kopete or any of its plugins want to store for a Kopete::Contact
Definition at line 150 of file kopeteproperty.h.
Public Types | |
| typedef QMap< QString, Property > | Map |
Public Member Functions | |
| Property () | |
| Property (const PropertyTmpl &tmpl, const QVariant &value) | |
| Property (const Property &other) | |
| ~Property () | |
| Property & | operator= (const Property &other) |
| const PropertyTmpl & | tmpl () const |
| const QVariant & | value () const |
| bool | isNull () const |
| bool | isRichText () const |
Static Public Attributes | |
| static Property | null |
Member Typedef Documentation
| typedef QMap<QString, Property> Kopete::Property::Map |
Constructor & Destructor Documentation
| Kopete::Property::Property | ( | ) |
Constructor only used for empty Property objects.
Note: you cannot set a label or value later on!
Definition at line 190 of file kopeteproperty.cpp.
| Kopete::Property::Property | ( | const PropertyTmpl & | tmpl, | |
| const QVariant & | value | |||
| ) |
- Parameters:
-
tmpl The contact property template this property is based on
- Parameters:
-
value The value this Property holds
Definition at line 195 of file kopeteproperty.cpp.
| Kopete::Property::Property | ( | const Property & | other | ) |
| Kopete::Property::~Property | ( | ) |
Member Function Documentation
Definition at line 215 of file kopeteproperty.cpp.
| const PropertyTmpl & Kopete::Property::tmpl | ( | ) | const |
| const QVariant & Kopete::Property::value | ( | ) | const |
| bool Kopete::Property::isNull | ( | ) | const |
Returns true if this object is an empty Property (i.e.
it holds no value), false otherwise.
Definition at line 239 of file kopeteproperty.cpp.
| bool Kopete::Property::isRichText | ( | ) | const |
Member Data Documentation
Property Kopete::Property::null [static] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference