• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

qbeditaccount.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id$
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_EDITACCOUNT_H
00014 #define QBANKING_EDITACCOUNT_H
00015 
00016 
00017 #include <qbanking/qbcfgtab.h>
00018 
00019 class QBanking;
00020 
00021 
00022 class QBANKING_API QBEditAccount: public QBCfgTab {
00023 private:
00024   AB_ACCOUNT *_account;
00025 
00026 public:
00027   QBEditAccount(QBanking *kb,
00028                 AB_ACCOUNT *a,
00029                 QWidget* parent=0,
00030                 const char* name=0,
00031                 WFlags fl=0);
00032   ~QBEditAccount();
00033 
00034   bool fromGui(bool doLock);
00035 
00036   static bool editAccount(QBanking *kb, AB_ACCOUNT *a,
00037                           bool doLock,
00038                           QWidget* parent=0);
00039 
00040 };
00041 
00042 
00043 
00044 #endif // QBANKING_EDITACCOUNT_H
00045 
00046 
00047 
00048 

Generated on Mon Sep 20 2010 18:13:21 for aqbanking by  doxygen 1.7.1