FlowVis 1.0

MainWindow Class Reference

Main Window of the application. More...

#include <MainWindow.h>

List of all members.

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
RenderWidgetrenderer
LayerManagerWidgetlayerManager
SettingsWidgetsettings

Detailed Description

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.

Date:
15.01.2011

Definition at line 19 of file MainWindow.h.


Member Function Documentation

void MainWindow::ConnectSignals ( ) [private]

Connects the Signals.

This function is used to connect the signals of the configuration widgets and the renderer.

Date:
15.01.2011

Definition at line 97 of file MainWindow.cpp.

void MainWindow::Init ( ) [private]

Initialization.

This function is used to initialize the controls of the widget.

Date:
15.01.2011

Definition at line 24 of file MainWindow.cpp.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Friends