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:128
An Attribute for a KAlarm Collection containing various status information.
Definition: collectionattribute.h:51
CollectionAttribute & operator=(const CollectionAttribute &other)
Assignment operator.
Definition: collectionattribute.cpp:59
virtual QByteArray type() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:170
virtual CollectionAttribute * clone() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:69
virtual QByteArray serialized() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:180
virtual void deserialize(const QByteArray &data)
Reimplemented from Attribute.
Definition: collectionattribute.cpp:196
void setBackgroundColor(const QColor &c)
Set the background color for this collection and its alarms.
Definition: collectionattribute.cpp:155
Definition: alarmtext.cpp:43
void setKeepFormat(bool keep)
Set whether to keep the old calendar storage format unchanged.
Definition: collectionattribute.cpp:165
CalEvent::Types enabled() const
Return which alarm types (active, archived or template) the collection is enabled for...
Definition: collectionattribute.cpp:79
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:74
QColor backgroundColor() const
Return the background color to display this collection and its alarms, or invalid color if none is se...
Definition: collectionattribute.cpp:150
CalEvent::Types standard() const
Return which alarm types (active, archived or template) the collection is standard for...
Definition: collectionattribute.cpp:123
bool isStandard(CalEvent::Type type) const
Return whether the collection is the standard collection for a specified alarm type (active...
Definition: collectionattribute.cpp:110
bool keepFormat() const
Return whether the user has chosen to keep the old calendar storage format, i.e.
Definition: collectionattribute.cpp:160
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:84
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:36:33 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:36:33 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.