kpilot Library API Documentation

time-conduit.h

00001 #ifndef _Time_CONDUIT_H
00002 #define _Time_CONDUIT_H
00003 /* time-conduit.h                           KPilot
00004 **
00005 ** Copyright (C) 2002 by Reinhold Kainhofer
00006 **
00007 */
00008 
00009 /*
00010 ** This program is free software; you can redistribute it and/or modify
00011 ** it under the terms of the GNU General Public License as published by
00012 ** the Free Software Foundation; either version 2 of the License, or
00013 ** (at your option) any later version.
00014 **
00015 ** This program is distributed in the hope that it will be useful,
00016 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
00017 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00018 ** GNU General Public License for more details.
00019 **
00020 ** You should have received a copy of the GNU General Public License
00021 ** along with this program in a file called COPYING; if not, write to
00022 ** the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
00023 ** MA 02111-1307, USA.
00024 */
00025 
00026 /*
00027 ** Bug reports and questions can be sent to kde-pim@kde.org
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
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:40:44 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001