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 44 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 65 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 55 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 70 of file eventattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 75 of file eventattribute.cpp.
The documentation for this class was generated from the following files:
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.