qbjobview.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: qbjobview.h 811 2006-01-20 14:52:36Z aquamaniac $
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 
00014 
00015 #ifndef QBANKING_JOBVIEW_H
00016 #define QBANKING_JOBVIEW_H
00017 
00018 #include "qbjobview.ui.h"
00019 
00020 #include <qwidget.h>
00021 
00022 
00023 class QBJobView;
00024 
00025 
00026 #include "qbjoblist.h"
00027 #include "qbanking.h"
00028 
00029 
00030 class QBANKING_API QBJobView: public QBJobViewUi {
00031   Q_OBJECT
00032 public:
00033   QBJobView(QBanking *kb,
00034             QWidget* parent=0, const char* name=0, WFlags fl=0);
00035   ~QBJobView();
00036 
00037   bool init();
00038   bool fini();
00039 
00040 protected:
00041   //void resizeEvent(QResizeEvent *e);
00042 
00043 private:
00044   QBanking *_app;
00045   QBJobListView *_jobList;
00046 
00047 public slots:
00048   void slotQueueUpdated();
00049   void slotExecute();
00050   void slotDequeue();
00051 };
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 #endif /* QBANKING_JOBVIEW_H */
00060 
00061 
00062 

Generated on Wed Oct 18 16:17:27 2006 for aqbanking by  doxygen 1.4.7