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

qbgui.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: kbanking.h 406 2007-04-30 18:13:29Z martin $
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_QBGUI_H
00014 #define QBANKING_QBGUI_H
00015 
00016 
00017 #include <qbanking/qbanking.h>
00018 #include <qbanking/qgui.h>
00019 
00020 #include <gwenhywfar/gui.h>
00021 
00022 
00023 
00024 class QBANKING_API QBGui: public QGui {
00025 private:
00026   QBanking *_qbanking;
00027 
00028   static int _extractHTML(const char *text, GWEN_BUFFER *buf);
00029 
00030 public:
00031   QBGui(QBanking *qb);
00032   virtual ~QBGui();
00033 
00037   virtual int print(const char *docTitle,
00038                     const char *docType,
00039                     const char *descr,
00040                     const char *text,
00041                     uint32_t guiid);
00042 
00043 };
00044 
00045 
00046 
00047 #endif
00048 

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