FlowVis 1.0
|
Main Window of the application. More...
#include <MainWindow.h>
Public Member Functions | |
MainWindow (QMainWindow *parent=NULL) | |
Private Member Functions | |
void | Init () |
Initialization. | |
void | ConnectSignals () |
Connects the Signals. | |
Private Attributes | |
QAction * | configLoad |
QAction * | configSave |
QAction * | loadAction |
RenderWidget * | renderer |
LayerManagerWidget * | layerManager |
SettingsWidget * | settings |
Main Window of the application.
This Widget is the main window of the application. The key role is to maintain the connection between the configuration widgets and the renderer.
Definition at line 19 of file MainWindow.h.
void MainWindow::ConnectSignals | ( | ) | [private] |
Connects the Signals.
This function is used to connect the signals of the configuration widgets and the renderer.
Definition at line 97 of file MainWindow.cpp.
void MainWindow::Init | ( | ) | [private] |
Initialization.
This function is used to initialize the controls of the widget.
Definition at line 24 of file MainWindow.cpp.