akonadi
#include <blockalarmsattribute.h>
Public Member Functions | |
| BlockAlarmsAttribute () | |
| ~BlockAlarmsAttribute () | |
| BlockAlarmsAttribute * | clone () const |
| void | deserialize (const QByteArray &data) |
| QByteArray | serialized () const |
| QByteArray | type () const |
Public Member Functions inherited from Akonadi::Attribute | |
| virtual | ~Attribute () |
Additional Inherited Members | |
Public Types inherited from Akonadi::Attribute | |
| typedef QList< Attribute * > | List |
Detailed Description
An Attribute that marks that alarms from a calendar collection are blocked.
A calendar collection which has this attribute set won't be evaluated by korgac and therefore it's alarms won't be used.
- See Also
- Akonadi::Attribute
Definition at line 39 of file blockalarmsattribute.h.
Constructor & Destructor Documentation
| BlockAlarmsAttribute::BlockAlarmsAttribute | ( | ) |
Creates a new block alarms attribute.
Definition at line 30 of file blockalarmsattribute.cpp.
| BlockAlarmsAttribute::~BlockAlarmsAttribute | ( | ) |
Destroys the block alarms attribute.
Definition at line 34 of file blockalarmsattribute.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 43 of file blockalarmsattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 53 of file blockalarmsattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 48 of file blockalarmsattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 38 of file blockalarmsattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 12:09:30 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from