pilotDaemonDCOP.h
00001 #ifndef PILOTDAEMONDCOP_H
00002 #define PILOTDAEMONDCOP_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
00034 #ifndef _DCOPOBJECT_H
00035 #include <dcopobject.h>
00036 #endif
00037
00038
00039 class PilotDaemonDCOP : virtual public DCOPObject
00040 {
00041 K_DCOP
00042 public:
00047 enum HotSyncTypes { Test=0,
00048 HotSync=1,
00049 FastSync=2,
00050 Backup=3,
00051 Restore=4 } ;
00052 k_dcop:
00057 virtual ASYNC requestSync(int) = 0;
00058 virtual ASYNC requestFastSyncNext() = 0;
00059 virtual ASYNC requestRegularSyncNext() = 0;
00060 virtual int nextSyncType() const = 0;
00061
00066 virtual ASYNC quitNow() = 0;
00067 virtual ASYNC reloadSettings() =0;
00068
00072 virtual QString statusString() = 0;
00073 } ;
00074
00075 #endif
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