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