Visualisierung 2
Comparison of Hue Preserving Rendering to Alpha Composing
MainWindow Class Reference

The MainWindow class handliung GUI interactions. More...

#include <MainWindow.h>

Inheritance diagram for MainWindow:

Public Member Functions

 MainWindow (QWidget *parent=0)
 
 ~MainWindow ()
 

Protected Slots

void openFileAction ()
 openFileAction opens a file-chooser dialogue whenever the "Open..." option in the drop down menu is selected. The selected volume data set is loaded into memory and will be rendered once all transfer function parameters have been set and the "start render" button is clicked. More...
 
void closeAction ()
 closeAction terminates the program whenever the "Close" option in the drop down menu is selected. More...
 

Detailed Description

The MainWindow class handliung GUI interactions.

Definition at line 31 of file MainWindow.h.

Constructor & Destructor Documentation

◆ MainWindow()

MainWindow::MainWindow ( QWidget *  parent = 0)

This class handles all GUI interactions.

Author
Julian Strohmayer 01426125 e1426.nosp@m.125@.nosp@m.stude.nosp@m.nt.t.nosp@m.uwien.nosp@m..ac..nosp@m.at
Patrick Gantner 01576033 e1576.nosp@m.033@.nosp@m.stude.nosp@m.nt.t.nosp@m.uwien.nosp@m..ac..nosp@m.at
Date
05.06.2018

Definition at line 15 of file MainWindow.cpp.

◆ ~MainWindow()

MainWindow::~MainWindow ( )

Definition at line 25 of file MainWindow.cpp.

Member Function Documentation

◆ closeAction

void MainWindow::closeAction ( )
protectedslot

closeAction terminates the program whenever the "Close" option in the drop down menu is selected.

Definition at line 96 of file MainWindow.cpp.

◆ openFileAction

void MainWindow::openFileAction ( )
protectedslot

openFileAction opens a file-chooser dialogue whenever the "Open..." option in the drop down menu is selected. The selected volume data set is loaded into memory and will be rendered once all transfer function parameters have been set and the "start render" button is clicked.

Definition at line 58 of file MainWindow.cpp.


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