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 Member Functions
- ScheduleMessage (IncidenceBase *, int method, Status status)
- IncidenceBase * event ()
- int method ()
- Status status ()
- QString error ()
Static Public Member Functions
- static 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.
Member Enumeration Documentation
|
Message status.
|
Constructor & Destructor Documentation
|
Create a scheduling message with method as defined in Scheduler::Method and a status.
|
Member Function Documentation
|
Return event associated with this message.
|
|
Return iTIP method associated with this message.
|
|
Return status of this message.
|
|
Return error message if there is any.
|
|
Return a human-readable name for an iTIP message status.
|
The documentation for this class was generated from the following files:
- scheduler.h
- scheduler.cpp