time-conduit.h
00001 #ifndef _Time_CONDUIT_H
00002 #define _Time_CONDUIT_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 #include <plugin.h>
00032
00033 #include <kapplication.h>
00034
00035 class TimeConduit : public ConduitAction
00036 {
00037 Q_OBJECT
00038 public:
00039 TimeConduit(
00040 KPilotDeviceLink *o,
00041 const char *n = 0L,
00042 const QStringList &a = QStringList() );
00043 virtual ~TimeConduit();
00044 virtual bool exec();
00045
00046 public slots:
00047 void syncPCToPalm();
00048 void syncPalmToPC();
00049
00050 protected:
00051 void readConfig();
00052 private:
00053 int fDirection;
00054 } ;
00055
00056 #endif
This file is part of the documentation for kpilot Library Version 3.2.2.