KAlarm Library
#include <eventattribute.h>

Public Member Functions | |
EventAttribute (const EventAttribute &other) | |
virtual EventAttribute * | clone () const |
KAEvent::CmdErrType | commandError () const |
virtual void | deserialize (const QByteArray &data) |
EventAttribute & | operator= (const EventAttribute &other) |
virtual QByteArray | serialized () const |
void | setCommandError (KAEvent::CmdErrType err) |
virtual QByteArray | type () const |
Detailed Description
An Attribute containing status information for a KAlarm item.
This class represents an Akonadi attribute of a KAlarm Item. It contains information on the command execution error status of the event represented by the Item.
The attribute is maintained by client applications.
Definition at line 47 of file eventattribute.h.
Constructor & Destructor Documentation
KAlarmCal::EventAttribute::EventAttribute | ( | const EventAttribute & | other | ) |
Copy constructor.
Definition at line 45 of file eventattribute.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 81 of file eventattribute.cpp.
KAEvent::CmdErrType KAlarmCal::EventAttribute::commandError | ( | ) | const |
Return the last command execution error for the item.
Definition at line 66 of file eventattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 93 of file eventattribute.cpp.
EventAttribute & KAlarmCal::EventAttribute::operator= | ( | const EventAttribute & | other | ) |
Assignment operator.
Definition at line 56 of file eventattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 86 of file eventattribute.cpp.
void KAlarmCal::EventAttribute::setCommandError | ( | KAEvent::CmdErrType | err | ) |
Set the last command execution error for the item.
Definition at line 71 of file eventattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 76 of file eventattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:04:31 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.