KAlarm Library
23 #ifndef KALARM_COLLECTION_ATTRIBUTE_H
24 #define KALARM_COLLECTION_ATTRIBUTE_H
26 #include "kalarmcal_export.h"
28 #include "kacalendar.h"
30 #include <akonadi/attribute.h>
72 CalEvent::Types enabled()
const;
89 void setEnabled(CalEvent::Types types);
108 CalEvent::Types standard()
const;
114 void setStandard(CalEvent::Types types);
119 QColor backgroundColor()
const;
124 void setBackgroundColor(
const QColor& c);
129 bool keepFormat()
const;
134 void setKeepFormat(
bool keep);
137 virtual QByteArray type()
const;
141 virtual QByteArray serialized()
const;
143 virtual void deserialize(
const QByteArray& data);
146 static QByteArray name();
157 #endif // KALARM_COLLECTION_ATTRIBUTE_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:30:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.