The main window class of the application. More...
#include <visualizationWindow.h>
Public Member Functions | |
VisualizationWindow () | |
Constructor, creates the menus and the widget. | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Overloaded function, writes the settings. |
The main window class of the application.
This class handles the opening of data files and saving and loading of transfer functions. Specific tasks regarding these actions are forwarded to other functions, but the file selection is done here.
VisualizationWindow::VisualizationWindow | ( | ) |
Constructor, creates the menus and the widget.
void VisualizationWindow::closeEvent | ( | QCloseEvent * | event | ) | [protected] |
Overloaded function, writes the settings.
event | The closing event |