MainWindow Class Reference

Qt MainWindow Class. This Class renders the Main GUI Window. More...

#include <MainWindow.h>

Inherits Ui_MainWindow.

List of all members.

Public Member Functions

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

Protected Slots

void About ()
 Shows the About Dialog.
void openDataFiles ()
 Opens a FileOpen dialog for loading a new Flow Dataset.
void uploadTransferTexture ()
 Uploads the current Transfer Function Texture to the graphic hardware.
void OpenTransferFunc ()
 Shows a File Open dialog for importing a Transfer Function file.
void SaveTransferFunc ()
 Shows a File Save dialog for exporting the current Transfer Function to a file.
void updateDSepTB (int val)
 Updates the DSep textbox to the value of the corresponding slider.
void updateDTestTB (int val)
 Updates the DTest textbox to the value of the corresponding slider.
void updateStepSizeTB (int val)
 Updates the Step Size textbox to the value of the corresponding slider.


Detailed Description

Qt MainWindow Class. This Class renders the Main GUI Window.

See also:
QMainWindow

Constructor & Destructor Documentation

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

Constructor for MainWindow.

Parameters:
parent Pointer to parent window.
flags Qt::WindowFlags for MainWindow.
See also:
QMainWindow


Member Function Documentation

void MainWindow::updateDSepTB ( int  val  )  [protected, slot]

Updates the DSep textbox to the value of the corresponding slider.

Parameters:
val The slider value.

void MainWindow::updateDTestTB ( int  val  )  [protected, slot]

Updates the DTest textbox to the value of the corresponding slider.

Parameters:
val The slider value.

void MainWindow::updateStepSizeTB ( int  val  )  [protected, slot]

Updates the Step Size textbox to the value of the corresponding slider.

Parameters:
val The slider value.


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

Generated on Wed Jan 21 15:35:43 2009 for Flow Visualization by  doxygen 1.5.7.1