#include <MainWindow.h>


Public Slots | |
| void | openFile () |
| void | closeFile () |
Public Member Functions | |
| MainWindow (QWidget *parent=0, Qt::WFlags flags=0) | |
| virtual | ~MainWindow () |
Definition at line 15 of file MainWindow.h.
| MainWindow::MainWindow | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | flags = 0 | |||
| ) |
nk - layout glWidget & navigation in mainwindow
Definition at line 4 of file MainWindow.cpp.
References Ui_MainWindow::actionClose, Ui_MainWindow::actionLoad, closeFile(), Ui_MainWindow::m_centralwidget, Ui_MainWindow::m_loadTF, Ui_MainWindow::m_resetTF, Ui_MainWindow::m_resetView, Ui_MainWindow::m_saveTF, openFile(), Navigation::resetGuiElements(), and Ui_MainWindow::setupUi().

| MainWindow::~MainWindow | ( | ) | [virtual] |
Definition at line 36 of file MainWindow.cpp.
| void MainWindow::openFile | ( | ) | [slot] |
set gui elements editable
nk - create color bar for tf texture - now public
set combo-box-values in navigation
Definition at line 43 of file MainWindow.cpp.
References closeFile(), Navigation::createColorBar(), FlowData::FlowData(), FlowData::getScalarChannelCount(), FlowData::loadDataset(), Navigation::resetGuiElements(), Navigation::setBackgroundChooser(), and OpenGLWidget::setFlowData().
Referenced by MainWindow().
| void MainWindow::closeFile | ( | ) | [slot] |
set combo-box-values in navigation to zero
remove color bar on file close
reset gui elements (disable UI elements)
Definition at line 86 of file MainWindow.cpp.
References Navigation::createColorBar(), Navigation::resetGuiElements(), Navigation::setBackgroundChooser(), and OpenGLWidget::setFlowData().
Referenced by MainWindow(), and openFile().
1.5.4