customproperties.cpp
virtual void customPropertyUpdated()
Called when a custom property has been changed.
Definition: customproperties.h:120
This class represents custom calendar properties.
Definition: customproperties.h:42
TQString nonKDECustomProperty(const TQCString &name) const
Return the value of a non-KDE or non-standard custom calendar property.
Definition: customproperties.cpp:97
Definition: alarm.h:38
void removeCustomProperty(const TQCString &app, const TQCString &key)
Delete a custom calendar property.
Definition: customproperties.cpp:70
void setCustomProperties(const TQMap< TQCString, TQString > &properties)
Initialise the alarm's custom calendar properties to the specified key/value pairs.
Definition: customproperties.cpp:105
TQMap< TQCString, TQString > customProperties() const
Return all custom calendar property key/value pairs.
Definition: customproperties.cpp:119
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 removeNonKDECustomProperty(const TQCString &name)
Delete a non-KDE or non-standard custom calendar property.
Definition: customproperties.cpp:88
TQString customProperty(const TQCString &app, const TQCString &key) const
Return the value of a custom calendar property.
Definition: customproperties.cpp:75
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