kroupware.h
00001 #ifndef _KPILOT_KROUPWARE_H
00002 #define _KPILOT_KROUPWARE_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #include "syncAction.h"
00034
00035 class QString;
00036
00037 class KroupwareSync : public SyncAction
00038 {
00039 public:
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049 KroupwareSync(bool pre,int parts,KPilotDeviceLink *p);
00050
00051 enum KroupwareParts
00052 {
00053 Cal=1,
00054 Todo=2,
00055 Notes=4,
00056 Address=8
00057 } ;
00058
00059 protected:
00060 virtual bool exec();
00061
00062 void preSync();
00063 void postSync();
00064
00065 protected:
00066 bool fPre;
00067 int fParts;
00068
00069 private:
00070 bool _syncWithKMail;
00071
00072 void cleanupConfig();
00073 void start_syncCal_TodosWithKMail( bool cal, bool todos);
00074 void start_syncAddWithKMail();
00075 void start_syncNotesWithKMail();
00076 void end_syncCal_TodosWithKMail( bool cal, bool todos);
00077 void end_syncAddWithKMail();
00078 void end_syncNotesWithKMail();
00079
00080
00081 public:
00082
00083 static bool startKMail(QString *errormessage);
00084 } ;
00085
00086 #endif
00087
This file is part of the documentation for kpilot Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Apr 26 23:23:12 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003