KAlarm Library
collectionattribute.cpp
void setStandard(CalEvent::Type, bool standard)
Set or clear the collection as the standard collection for a specified alarm type (active...
Definition: collectionattribute.cpp:129
CalEvent::Types enabled() const
Return which alarm types (active, archived or template) the collection is enabled for...
Definition: collectionattribute.cpp:80
bool isStandard(CalEvent::Type type) const
Return whether the collection is the standard collection for a specified alarm type (active...
Definition: collectionattribute.cpp:111
An Attribute for a KAlarm Collection containing various status information.
Definition: collectionattribute.h:51
CollectionAttribute & operator=(const CollectionAttribute &other)
Assignment operator.
Definition: collectionattribute.cpp:60
bool keepFormat() const
Return whether the user has chosen to keep the old calendar storage format, i.e.
Definition: collectionattribute.cpp:161
bool isEnabled(CalEvent::Type type) const
Return whether the collection is enabled for a specified alarm type (active, archived, template or displaying).
Definition: collectionattribute.cpp:75
CalEvent::Types standard() const
Return which alarm types (active, archived or template) the collection is standard for...
Definition: collectionattribute.cpp:124
QColor backgroundColor() const
Return the background color to display this collection and its alarms, or invalid color if none is se...
Definition: collectionattribute.cpp:151
virtual void deserialize(const QByteArray &data)
Reimplemented from Attribute.
Definition: collectionattribute.cpp:197
virtual CollectionAttribute * clone() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:70
void setBackgroundColor(const QColor &c)
Set the background color for this collection and its alarms.
Definition: collectionattribute.cpp:156
void setKeepFormat(bool keep)
Set whether to keep the old calendar storage format unchanged.
Definition: collectionattribute.cpp:166
virtual QByteArray type() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:171
void setEnabled(CalEvent::Type type, bool enabled)
Set the enabled/disabled state of the collection and its alarms, for a specified alarm type (active...
Definition: collectionattribute.cpp:85
virtual QByteArray serialized() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:181
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:04:30 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:04:30 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.