KDE PIM / Developers / API Docs / libkcal

KCal::ScheduleMessage Class Reference

This class provides an encapsulation of a scheduling message. A Scheduling message. More...

#include <scheduler.h>

List of all members.

Public Types

Public Member Functions

Static Public Member Functions


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

enum KCal::ScheduleMessage::Status
 

Message status.


Constructor & Destructor Documentation

ScheduleMessage::ScheduleMessage IncidenceBase ,
int  method,
Status  status
 

Create a scheduling message with method as defined in Scheduler::Method and a status.


Member Function Documentation

IncidenceBase* KCal::ScheduleMessage::event  )  [inline]
 

Return event associated with this message.

int KCal::ScheduleMessage::method  )  [inline]
 

Return iTIP method associated with this message.

Status KCal::ScheduleMessage::status  )  [inline]
 

Return status of this message.

QString KCal::ScheduleMessage::error  )  [inline]
 

Return error message if there is any.

QString ScheduleMessage::statusName Status  status  )  [static]
 

Return a human-readable name for an iTIP message status.


The documentation for this class was generated from the following files: