customproperties.cpp
108 for (TQMap<TQCString, TQString>::ConstIterator it = properties.begin(); it != properties.end(); ++it) {
TQString nonKDECustomProperty(const TQCString &name) const
Return the value of a non-KDE or non-standard custom calendar property.
Definition: customproperties.cpp:97
This class represents custom calendar properties.
Definition: customproperties.h:42
CustomProperties()
Construct a new empty custom properties instance.
Definition: customproperties.cpp:28
void setCustomProperty(const TQCString &app, const TQCString &key, const TQString &value)
Create or modify a custom calendar property.
Definition: customproperties.cpp:58
TQMap< TQCString, TQString > customProperties() const
Return all custom calendar property key/value pairs.
Definition: customproperties.cpp:119
TQString customProperty(const TQCString &app, const TQCString &key) const
Return the value of a custom calendar property.
Definition: customproperties.cpp:75
void removeNonKDECustomProperty(const TQCString &name)
Delete a non-KDE or non-standard custom calendar property.
Definition: customproperties.cpp:88
Namespace KCal is for global classes, objects and/or functions in libkcal.
Definition: alarm.h:38
void setNonKDECustomProperty(const TQCString &name, const TQString &value)
Create or modify a non-KDE or non-standard custom calendar property.
Definition: customproperties.cpp:80
void removeCustomProperty(const TQCString &app, const TQCString &key)
Delete a custom calendar property.
Definition: customproperties.cpp:70
virtual void customPropertyUpdated()
Called when a custom property has been changed.
Definition: customproperties.h:120
void setCustomProperties(const TQMap< TQCString, TQString > &properties)
Initialise the alarm's custom calendar properties to the specified key/value pairs.
Definition: customproperties.cpp:105