libkcal
KCal::IMIPScheduler Class Reference
#include <imipscheduler.h>
Inheritance diagram for KCal::IMIPScheduler:
Public Member Functions | |
IMIPScheduler (Calendar *) | |
bool | performTransaction (IncidenceBase *incidence, Method method) |
bool | publish (IncidenceBase *incidence, const QString &recipients) |
QPtrList< ScheduleMessage > | retrieveTransactions () |
virtual | ~IMIPScheduler () |
Detailed Description
Definition at line 37 of file imipscheduler.h.
Constructor & Destructor Documentation
IMIPScheduler::IMIPScheduler | ( | Calendar * | calendar | ) |
Definition at line 33 of file imipscheduler.cpp.
IMIPScheduler::~IMIPScheduler | ( | ) | [virtual] |
Definition at line 38 of file imipscheduler.cpp.
Member Function Documentation
bool IMIPScheduler::performTransaction | ( | IncidenceBase * | incidence, | |
Method | method | |||
) | [virtual] |
Perform iTIP transaction on incidence.
The method is specified as the method argument and can be any valid iTIP method.
Implements KCal::Scheduler.
Definition at line 47 of file imipscheduler.cpp.
bool IMIPScheduler::publish | ( | IncidenceBase * | incidence, | |
const QString & | recipients | |||
) | [virtual] |
QPtrList< ScheduleMessage > IMIPScheduler::retrieveTransactions | ( | ) | [virtual] |
Retrieve incoming iTIP transactions.
Implements KCal::Scheduler.
Definition at line 54 of file imipscheduler.cpp.
The documentation for this class was generated from the following files: