ChirpSim
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
mainwindow.h
Go to the documentation of this file.
1 #ifndef MAINWINDOW_H
2 #define MAINWINDOW_H
3 
4 #include <QMainWindow>
5 #include "simulatorview.h"
6 
7 namespace Ui {
8 class MainWindow;
9 }
10 
14 class MainWindow : public QMainWindow
15 {
16  Q_OBJECT
17 
18 public:
19  explicit MainWindow(QWidget *parent = 0);
20  ~MainWindow();
21 
22 public slots:
28  void selectedItemChanged(void);
29 
30 private slots:
35 
40 
45 
50 
54  void on_action1x_triggered();
55 
59  void on_action2x_triggered();
60 
64  void on_action3x_triggered();
65 
66 private: // Methods
67  void createSimulatorView();
68  void destroySimulatorView();
69 
70 private:
71  Ui::MainWindow *ui;
72 
74 };
75 
76 #endif // MAINWINDOW_H