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

qbcfgtabpageaccount.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_CFGTABPAGEACCOUNT_H
00014 #define QBANKING_CFGTABPAGEACCOUNT_H
00015 
00016 
00017 #include <gwenhywfar/types.h>
00018 #include <aqbanking/banking.h>
00019 
00020 #include "qbcfgtabpage.h"
00021 
00022 
00023 
00024 class QBANKING_API QBCfgTabPageAccount: public QBCfgTabPage {
00025 private:
00026   AB_ACCOUNT *_account;
00027 
00028 public:
00029   QBCfgTabPageAccount(QBanking *qb,
00030                       const QString &title,
00031                       AB_ACCOUNT *a,
00032                       QWidget *parent=0, const char *name=0, WFlags f=0);
00033   virtual ~QBCfgTabPageAccount();
00034 
00035   AB_ACCOUNT *getAccount();
00036 
00037 };
00038 
00039 
00040 #endif

Generated on Tue Aug 3 2010 17:34:15 for aqbanking by  doxygen 1.7.1