Visualization 2 - Lab Course
 All Classes Functions Enumerations Enumerator
Public Slots | Signals | Public Member Functions | List of all members
Vis2 Class Reference

#include <vis2.hpp>

Inherits QWidget.

Public Slots

void changeSliderRange (int min, int max)
 
void resetSettings ()
 
void updateDepthOrder (float depthOrder)
 

Signals

void directionChangedTo (int)
 

Public Member Functions

 Vis2 (QWidget *parent=0)
 

Detailed Description

Main application widget. This widget is the main application widget, which contains all UI components for visualizing volume data.

Author
Christian Hirsch
Clemens Roegner

Constructor & Destructor Documentation

Vis2::Vis2 ( QWidget *  parent = 0)

Constructer. Creates a new widget. Creats all needed UI components.

See Also
QWidget.

Member Function Documentation

void Vis2::changeSliderRange ( int  min,
int  max 
)
slot

Function when range of slices is changed. This function changes the range of the slice-slider. When the range changes, the slice slider is set to the middle of the range.

void Vis2::directionChangedTo ( int  )
signal

Signal, which is emitted, when the direction of the slices has changed.

void Vis2::resetSettings ( )
slot

Resets settings for volume rendering. This function resets the setting for the volume rendering.

void Vis2::updateDepthOrder ( float  depthOrder)
slot

Updates the depth order. This solt updates the depth order for the depth order label.


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