libkcal
KCal::CustomProperties Class Reference
#include <customproperties.h>
Inheritance diagram for KCal::CustomProperties:

Detailed Description
This class represents custom calendar properties.It is used as a base class for classes which represent calendar components. A custom property name written by libkcal has the form X-KDE-APP-KEY where APP represents the application name, and KEY distinguishes individual properties for the application. In keeping with RFC2445, property names must be composed only of the characters A-Z, a-z, 0-9 and '-'.
Definition at line 42 of file customproperties.h.
Public Member Functions | |
CustomProperties () | |
CustomProperties (const CustomProperties &) | |
bool | operator== (const CustomProperties &) const |
void | setCustomProperty (const QCString &app, const QCString &key, const QString &value) |
void | removeCustomProperty (const QCString &app, const QCString &key) |
QString | customProperty (const QCString &app, const QCString &key) const |
void | setNonKDECustomProperty (const QCString &name, const QString &value) |
void | removeNonKDECustomProperty (const QCString &name) |
QString | nonKDECustomProperty (const QCString &name) const |
void | setCustomProperties (const QMap< QCString, QString > &properties) |
QMap< QCString, QString > | customProperties () const |
Constructor & Destructor Documentation
|
Construct a new empty custom properties instance.
Definition at line 28 of file customproperties.cpp. |
Member Function Documentation
|
Return all custom calendar property key/value pairs.
Definition at line 111 of file customproperties.cpp. |
|
Return the value of a custom calendar property.
Definition at line 74 of file customproperties.cpp. |
|
Return the value of a non-KDE or non-standard custom calendar property.
Definition at line 93 of file customproperties.cpp. |
|
Delete a custom calendar property.
Definition at line 69 of file customproperties.cpp. |
|
Delete a non-KDE or non-standard custom calendar property.
Definition at line 86 of file customproperties.cpp. |
|
Initialise the alarm's custom calendar properties to the specified key/value pairs.
Definition at line 101 of file customproperties.cpp. |
|
Create or modify a custom calendar property.
Definition at line 58 of file customproperties.cpp. |
|
Create or modify a non-KDE or non-standard custom calendar property.
Definition at line 79 of file customproperties.cpp. |
The documentation for this class was generated from the following files: