#include <vis_lab1.hpp>
Public Slots | |
| void | changeSliderRange (int min, int max) |
| void | resetSettings () |
Signals | |
| void | directionChangedTo (int) |
Public Member Functions | |
| Vis_Lab1 (QWidget *parent=0) | |
Main application widget. This widget is the main application widget, which contains all UI components for visualizing volume data.
| Vis_Lab1::Vis_Lab1 | ( | QWidget * | parent = 0 ) |
Constructer. Creates a new widget. Creats all needed UI components.
| 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.
1.7.2