• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdepim
  • Sitemap
  • Contact Us
 

kpilot

config_dialog_dbselection.h

Go to the documentation of this file.
00001 #ifndef CONFIG_DIALOG_DBSELECTION_H
00002 #define CONFIG_DIALOG_DBSELECTION_H
00003 /* KPilot
00004 **
00005 ** Copyright (C) 2003 Reinhold Kainhofer <reinhold@kainhofer.com>
00006 **
00007 ** This file defines a dialog box that lets the
00008 ** user select a set of databases (e.g. which databases
00009 ** should be ignored  when doing a backup)
00010 */
00011 
00012 /*
00013 ** This program is free software; you can redistribute it and/or modify
00014 ** it under the terms of the GNU General Public License as published by
00015 ** the Free Software Foundation; either version 2 of the License, or
00016 ** (at your option) any later version.
00017 **
00018 ** This program is distributed in the hope that it will be useful,
00019 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
00020 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00021 ** GNU General Public License for more details.
00022 **
00023 ** You should have received a copy of the GNU General Public License
00024 ** along with this program in a file called COPYING; if not, write to
00025 ** the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
00026 ** MA 02110-1301, USA.
00027 */
00028 
00029 /*
00030 ** Bug reports and questions can be sent to kde-pim@kde.org
00031 */
00032 
00033 #include <kdialog.h>
00034 
00035 #include "ui_config_dialog_dbselection_base.h"
00036 
00037 class KPilotDBSelectionDialog : public KDialog
00038 {
00039 Q_OBJECT
00040 public:
00041     KPilotDBSelectionDialog(const QStringList &selectedDBs,
00042         const QStringList &deviceDBs,
00043         const QStringList &addedDBs,  QWidget *, const char *);
00044     virtual ~KPilotDBSelectionDialog();
00045 
00046     QStringList getSelectedDBs();
00047     QStringList getAddedDBs() const {return fAddedDBs; };
00048 private:
00049     QStringList fSelectedDBs;
00050     QStringList fAddedDBs;
00051     QStringList fDeviceDBs;
00052 protected slots:
00053     void addDB();
00054     void removeDB();
00055     void textChanged( const QString& dbname);
00056     void dbSelectionChanged( int );
00057 private:
00058     Ui::KPilotDBSelectionWidget fSelectionWidget;
00059 } ;
00060 
00061 #endif

kpilot

Skip menu "kpilot"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdepim

Skip menu "kdepim"
  • akonadi
  •   clients
  •   kabc
  •   kcal
  •   kcm
  • akregator
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt
  • kdgantt1
  • kjots
  • kleopatra
  • kmail
  • kmobiletools
  • knode
  • knotes
  • kontact
  • kontactinterfaces
  • korganizer
  •   korgac
  • kpilot
  • ktimetracker
  •   doc
  • libkdepim
  • libkholidays
  • libkleo
  • libkpgp
  • maildir
Generated for kdepim by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal