ChirpSim
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
include
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:
34
void
on_actionExit_triggered
();
35
39
void
on_actionZoom_in_triggered
();
40
44
void
on_actionZoom_out_triggered
();
45
49
void
on_actionLoad_World_triggered
();
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
73
SimulatorView
*
simulatorView
;
74
};
75
76
#endif // MAINWINDOW_H
Generated on Tue Jun 18 2013 18:44:13 for ChirpSim by
1.8.4