Public Slots | Signals | Public Member Functions

Vis_Lab1 Class Reference

#include <vis_lab1.hpp>

List of all members.

Public Slots

void changeSliderRange (int min, int max)
void resetSettings ()

Signals

void directionChangedTo (int)

Public Member Functions

 Vis_Lab1 (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

Vis_Lab1::Vis_Lab1 ( QWidget *  parent = 0 )

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

See also:
QWidget.

Member Function Documentation

void Vis_Lab1::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 Vis_Lab1::directionChangedTo ( int   ) [signal]

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

void Vis_Lab1::resetSettings (  ) [slot]

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


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