#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) | |
Main application widget. This widget is the main application widget, which contains all UI components for visualizing volume data.
Vis2::Vis2 | ( | QWidget * | parent = 0 ) |
Constructer. Creates a new widget. Creats all needed UI components.
|
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.
|
signal |
Signal, which is emitted, when the direction of the slices has changed.
|
slot |
Resets settings for volume rendering. This function resets the setting for the volume rendering.
|
slot |
Updates the depth order. This solt updates the depth order for the depth order label.