KCal::ScheduleMessage Class Reference
This class provides an encapsulation of a scheduling message. A Scheduling message. More...
#include <scheduler.h>
Public Types | |
enum | Status { PublishNew, PublishUpdate, Obsolete, RequestNew, RequestUpdate, Unknown } |
Public Methods | |
ScheduleMessage (IncidenceBase *, int method, Status status) | |
~ScheduleMessage () | |
IncidenceBase * | event () |
int | method () |
Status | status () |
QString | error () |
Static Public Methods | |
QString | statusName (Status status) |
Detailed Description
This class provides an encapsulation of a scheduling message. A Scheduling message.It associates an incidence with a method and status information. This class is used by the Scheduler class.
Definition at line 41 of file scheduler.h.
Member Enumeration Documentation
|
Message status.
Definition at line 47 of file scheduler.h. Referenced by status(). |
Constructor & Destructor Documentation
|
Create a scheduling message with method as defined in Scheduler::Method and a status.
Definition at line 39 of file scheduler.cpp. |
Member Function Documentation
|
Return event associated with this message.
Definition at line 60 of file scheduler.h. |
|
Return iTIP method associated with this message.
Definition at line 64 of file scheduler.h. Referenced by ScheduleMessage(). |
|
Return status of this message.
Definition at line 68 of file scheduler.h. References Status. Referenced by ScheduleMessage(), and statusName(). |
|
Return error message if there is any.
Definition at line 72 of file scheduler.h. |
|
Return a human-readable name for an iTIP message status.
Definition at line 46 of file scheduler.cpp. References QString::number(), and status(). |
The documentation for this class was generated from the following files: