#include <MainWindow.h>
Inherits Ui_MainWindow.
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. |
MainWindow::MainWindow | ( | QWidget * | parent = 0 , |
|
Qt::WindowFlags | flags = 0 | |||
) |
Constructor for MainWindow.
parent | Pointer to parent window. | |
flags | Qt::WindowFlags for MainWindow. |
void MainWindow::updateDSepTB | ( | int | val | ) | [protected, slot] |
Updates the DSep textbox to the value of the corresponding slider.
val | The slider value. |
void MainWindow::updateDTestTB | ( | int | val | ) | [protected, slot] |
Updates the DTest textbox to the value of the corresponding slider.
val | The slider value. |
void MainWindow::updateStepSizeTB | ( | int | val | ) | [protected, slot] |
Updates the Step Size textbox to the value of the corresponding slider.
val | The slider value. |