libkcal
KCal::Scheduler Class Reference
#include <scheduler.h>
Inheritance diagram for KCal::Scheduler:

Detailed Description
This class provides an encapsulation of iTIP transactions.It is an abstract base class for inheritance by implementations of the iTIP scheme like iMIP or iRIP.
Definition at line 97 of file scheduler.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
Scheduler::Scheduler | ( | Calendar * | calendar | ) |
Member Function Documentation
virtual bool KCal::Scheduler::publish | ( | IncidenceBase * | incidence, | |
const QString & | recipients | |||
) | [pure virtual] |
virtual bool KCal::Scheduler::performTransaction | ( | IncidenceBase * | incidence, | |
Method | method | |||
) | [pure virtual] |
Perform iTIP transaction on incidence.
The method is specified as the method argument and can be any valid iTIP method.
Implemented in KCal::DummyScheduler, and KCal::IMIPScheduler.
virtual bool KCal::Scheduler::performTransaction | ( | IncidenceBase * | incidence, | |
Method | method, | |||
const QString & | recipients | |||
) | [pure virtual] |
Perform iTIP transaction on incidence to specified recipient(s).
The method is specified as the method argumanet and can be any valid iTIP method.
Implemented in KCal::DummyScheduler.
virtual QPtrList<ScheduleMessage> KCal::Scheduler::retrieveTransactions | ( | ) | [pure virtual] |
bool Scheduler::acceptTransaction | ( | IncidenceBase * | , | |
Method | method, | |||
ScheduleMessage::Status | status | |||
) |
Accept transaction.
The incidence argument specifies the iCal compoennt on which the transaction acts. The status is the result of processing a iTIP message with the current calendar and specifies the action to be taken for this incidence.
Definition at line 96 of file scheduler.cpp.
QString Scheduler::methodName | ( | Method | ) | [static] |
QString Scheduler::translatedMethodName | ( | Method | ) | [static] |
Return a translated human-readable name for a iTIP method.
Definition at line 149 of file scheduler.cpp.
virtual QString KCal::Scheduler::freeBusyDir | ( | ) | [pure virtual] |
Returns the directory where the free-busy information is stored.
Implemented in KCal::DummyScheduler.
void Scheduler::setFreeBusyCache | ( | FreeBusyCache * | ) |
Set free/busy cache used to store free/busy information.
Definition at line 86 of file scheduler.cpp.
FreeBusyCache * Scheduler::freeBusyCache | ( | ) | const |
The documentation for this class was generated from the following files: