qrailway 0.9

cFensterSektion.h

gehe zur Dokumentation dieser Datei
00001 #ifndef CFENSTERSEKTION_H
00002 #define CFENSTERSEKTION_H
00003 
00004 #include "cConstants.h"
00005 #include "cSektion.h"
00006 #include "ui_qrailwaySektion.h"
00007 #include <qlcdnumber.h>
00008 #include <qradiobutton.h>
00009 #include <qcombobox.h>
00010 #include <qstring.h>
00011 #include <qlineedit.h>
00012 #include "cIntelligenz.h"
00013 #include <qsqlrecord.h>
00014 #include <qsqlquery.h>
00015 #include <q3sqlcursor.h>
00016 #include <qmessagebox.h>
00017 
00019 
00024 class cFensterSektion : public QDialog, public Ui::qrailwaySektion
00025 {
00026     Q_OBJECT
00027 public:
00029   cFensterSektion(cIntelligenz* intelligenztmp,int sektiontmp,QWidget* parent=0);
00031   ~cFensterSektion();
00032 
00033 public slots:
00035   void betrachteSektion(int sektiontmp);
00037   void accept(void);
00039   void reject(void);
00041   void speichern(bool fragen);
00042 
00043 signals:
00045   void message(const QString &);
00046 
00047 private:
00049    int sektion;
00051    cIntelligenz* Intelligenz;
00052 };
00053 
00054 #endif // CFENSTERSEKTION_H