kbjobview.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: kbjobview.h 470 2005-08-09 15:25:47Z 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 KBANKING_KBJOBVIEW_H
00016 #define KBANKING_KBJOBVIEW_H
00017 
00018 #include "kbjobview.ui.h"
00019 
00020 #include <qwidget.h>
00021 
00022 
00023 class JobView;
00024 
00025 
00026 #include "kbjoblist.h"
00027 #include "kbanking.h"
00028 
00029 
00030 class KBJobView: public KBJobViewUi {
00031   Q_OBJECT
00032 public:
00033   KBJobView(KBanking *kb,
00034             QWidget* parent=0, const char* name=0, WFlags fl=0);
00035   ~KBJobView();
00036 
00037   bool init();
00038   bool fini();
00039 
00040 protected:
00041   //void resizeEvent(QResizeEvent *e);
00042 
00043 private:
00044   KBanking *_app;
00045   KBJobListView *_jobList;
00046 
00047 public slots:
00048   void slotQueueUpdated();
00049   void slotExecute();
00050   void slotDequeue();
00051 };
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 #endif /* KBANKING_KBJOBVIEW_H */
00060 
00061 
00062 

Generated on Sun Apr 29 17:23:04 2007 for aqbanking by  doxygen 1.5.1