13 #ifndef QmitkSliceNavigationWidget_h
14 #define QmitkSliceNavigationWidget_h
17 #include "ui_QmitkSliceNavigationWidget.h"
38 QString ClippedValueToString(
float value);
40 QString GetLabelUnit();
42 QString GetMinValueLabel();
44 QString GetMaxValueLabel();
48 bool GetInverseDirection()
const;
50 bool GetInvertedControls()
const;
71 void ShowLabels(
bool show);
77 void ShowLabelUnit(
bool show);
81 void SetInverseDirection(
bool inverseDirection);
83 void SetInvertedControls(
bool invertedControls);
94 void SliderChanged(
double);
103 void SpinBoxChanged(
double);
110 void SetLabelValues(
float min,
float max);
117 void SetLabelValuesValid(
bool minValid,
bool maxValid);
124 void SetLabelUnit(
const char* unit);