imipscheduler.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
#ifndef KCAL_IMIPSCHEDULER_H
00022
#define KCAL_IMIPSCHEDULER_H
00023
00024
#include <qptrlist.h>
00025
00026
#include "scheduler.h"
00027
00028
namespace KCal {
00029
00030
00031
00032
00033
00034
00035
00036
class IMIPScheduler :
public Scheduler
00037 {
00038
public:
00039 IMIPScheduler(
Calendar * );
00040
virtual ~IMIPScheduler();
00041
00042
bool publish (
IncidenceBase *incidence,
const QString &recipients);
00043
bool performTransaction(
IncidenceBase *incidence,Method method);
00044
QPtrList<ScheduleMessage> retrieveTransactions();
00045
00046
private:
00047
class Private;
00048 Private *d;
00049 };
00050
00051 }
00052
00053
#endif
00054
This file is part of the documentation for libkcal Library Version 3.3.0.