customproperties.cpp
This class represents custom calendar properties.
Definition customproperties.h:43
void setCustomProperties(const TQMap< TQCString, TQString > &properties)
Initialise the alarm's custom calendar properties to the specified key/value pairs.
Definition customproperties.cpp:105
void setNonKDECustomProperty(const TQCString &name, const TQString &value)
Create or modify a non-KDE or non-standard custom calendar property.
Definition customproperties.cpp:80
TQMap< TQCString, TQString > customProperties() const
Return all custom calendar property key/value pairs.
Definition customproperties.cpp:119
void removeNonKDECustomProperty(const TQCString &name)
Delete a non-KDE or non-standard custom calendar property.
Definition customproperties.cpp:88
void setCustomProperty(const TQCString &app, const TQCString &key, const TQString &value)
Create or modify a custom calendar property.
Definition customproperties.cpp:58
virtual void customPropertyUpdated()
Called when a custom property has been changed.
Definition customproperties.h:120
CustomProperties()
Construct a new empty custom properties instance.
Definition customproperties.cpp:28
TQString customProperty(const TQCString &app, const TQCString &key) const
Return the value of a custom calendar property.
Definition customproperties.cpp:75
void removeCustomProperty(const TQCString &app, const TQCString &key)
Delete a custom calendar property.
Definition customproperties.cpp:70
TQString nonKDECustomProperty(const TQCString &name) const
Return the value of a non-KDE or non-standard custom calendar property.
Definition customproperties.cpp:97