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
CalEvent::Types enabled() const
Return which alarm types (active, archived or template) the collection is enabled for...
Definition: collectionattribute.cpp:79
QList< QByteArray > split(char sep) const
bool isStandard(CalEvent::Type type) const
Return whether the collection is the standard collection for a specified alarm type (active...
Definition: collectionattribute.cpp:110
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
bool keepFormat() const
Return whether the user has chosen to keep the old calendar storage format, i.e.
Definition: collectionattribute.cpp:160
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
CalEvent::Types standard() const
Return which alarm types (active, archived or template) the collection is standard for...
Definition: collectionattribute.cpp:123
int count(const T &value) const
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
virtual void deserialize(const QByteArray &data)
Reimplemented from Attribute.
Definition: collectionattribute.cpp:196
virtual CollectionAttribute * clone() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:69
QByteArray number(int n, int base)
void setBackgroundColor(const QColor &c)
Set the background color for this collection and its alarms.
Definition: collectionattribute.cpp:155
QByteArray simplified() const
void setKeepFormat(bool keep)
Set whether to keep the old calendar storage format unchanged.
Definition: collectionattribute.cpp:165
virtual QByteArray type() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:170
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
virtual QByteArray serialized() const
Reimplemented from Attribute.
Definition: collectionattribute.cpp:180
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.