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.
Constructor & Destructor Documentation
KAlarmCal::EventAttribute::EventAttribute | ( | const EventAttribute & | other | ) |
Copy constructor.
Definition at line 45 of file eventattribute.cpp.
Member Function Documentation
EventAttribute * KAlarmCal::EventAttribute::clone | ( | ) | const [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.
void KAlarmCal::EventAttribute::deserialize | ( | const QByteArray & | data | ) | [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.
QByteArray KAlarmCal::EventAttribute::serialized | ( | ) | const [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.
QByteArray KAlarmCal::EventAttribute::type | ( | ) | const [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-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:26:20 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.