Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

qbsettings.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: qbsettings.h,v $
00003                              -------------------
00004     cvs         : $Id: qbsettings.h,v 1.1 2005/08/08 08:14:22 aquamaniac Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 #ifndef QBANKING_SETTINGS_H
00014 #define QBANKING_SETTINGS_H
00015 
00016 
00017 
00018 #include "qbsettings.ui.h"
00019 #include "qbaccountlist.h"
00020 #include "qbplugindescrlist.h"
00021 
00022 #include "qbanking.h"
00023 
00024 
00025 
00026 class QBankingSettings: public QBankingSettingsUi {
00027   Q_OBJECT
00028 private:
00029   QBanking *_banking;
00030   QBAccountListView *_accListView;
00031   QBPluginDescrListView *_providerListView;
00032 
00033   void _accountRescan();
00034   void _backendRescan();
00035 
00036 public:
00037   QBankingSettings(QBanking *ab,
00038                    QWidget* parent = 0,
00039                    const char* name = 0, WFlags fl = 0);
00040   ~QBankingSettings();
00041 
00042   int init();
00043   int fini();
00044 
00045 public slots:
00046   void slotAccountMap();
00047   void slotBackendEnable();
00048   void slotBackendDisable();
00049   void slotBackendSetup();
00050 };
00051 
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 
00060 
00061 #endif /* QBANKING_SETTINGS_H */

Generated on Thu Oct 6 14:49:08 2005 for aqbanking by  doxygen 1.4.4