.Simulation
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
.Simulation
DotSimulation.h
1
// DotSimulation
2
3
#ifndef __Dot_Simulation_H__
4
#define __Dot_Simulation_H__
5
6
#include <QMainWindow>
7
#include "ui_.Simulation.h"
8
9
class
DotSimulation
:
public
QMainWindow {
10
Q_OBJECT
11
12
public
:
13
DotSimulation
(QWidget *parent = 0);
14
~
DotSimulation
();
15
16
private
:
17
Ui::DotSimulationClass ui;
18
};
19
20
#endif // !__Dot_Simulation_H__
DotSimulation
Definition:
.Simulation.h:9
Generated on Thu Dec 19 2013 08:13:08 for .Simulation by
1.8.5