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 |
Additional Inherited Members | |
![]() | |
typedef QList< Attribute *> | List |
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
◆ EventAttribute()
KAlarmCal::EventAttribute::EventAttribute | ( | const EventAttribute & | other | ) |
Copy constructor.
Definition at line 44 of file eventattribute.cpp.
Member Function Documentation
◆ clone()
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 80 of file eventattribute.cpp.
◆ commandError()
KAEvent::CmdErrType KAlarmCal::EventAttribute::commandError | ( | ) | const |
Return the last command execution error for the item.
Definition at line 65 of file eventattribute.cpp.
◆ deserialize()
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 92 of file eventattribute.cpp.
◆ operator=()
EventAttribute & KAlarmCal::EventAttribute::operator= | ( | const EventAttribute & | other | ) |
Assignment operator.
Definition at line 55 of file eventattribute.cpp.
◆ serialized()
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 85 of file eventattribute.cpp.
◆ setCommandError()
void KAlarmCal::EventAttribute::setCommandError | ( | KAEvent::CmdErrType | err | ) |
Set the last command execution error for the item.
Definition at line 70 of file eventattribute.cpp.
◆ type()
|
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-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:57:55 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.