MainWindow Class Reference

#include <MainWindow.h>

Inherits Ui_MainWindow.

Collaboration diagram for MainWindow:
[legend]

List of all members.

Public Slots

void open ()
 SLOT for opening grid files.
void close ()
 SLOT that closes the application.
void showTF ()
 SLOT that shows the transfer function popup.

Public Member Functions

 MainWindow (QWidget *parent=0, Qt::WindowFlags flags=0)
 Initializes the main window.
virtual ~MainWindow ()

Public Attributes

FlowWidgetflowWid
TFpopuptfPopup

Private Attributes

FlowDatadataset
bool loaded


Constructor & Destructor Documentation

MainWindow::MainWindow ( QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)

Initializes the main window.

Adds the FlowWidget to the layout, connects all signals and slots and initializes the TFPopup

MainWindow::~MainWindow (  )  [virtual]


Member Function Documentation

void MainWindow::close (  )  [slot]

SLOT that closes the application.

void MainWindow::open (  )  [slot]

SLOT for opening grid files.

Calls the Open File dialog, loads the dataset and transfers it to the FlowWidget.

void MainWindow::showTF (  )  [slot]

SLOT that shows the transfer function popup.


Member Data Documentation

bool MainWindow::loaded [private]


The documentation for this class was generated from the following files:

Generated on Mon Jan 26 22:10:05 2009 for FlowVis by  doxygen 1.5.7.1