17 #ifndef __QmlMitkSliderNavigatorItem_h
18 #define __QmlMitkSliderNavigatorItem_h
28 Q_PROPERTY(
double min READ getMin WRITE setMin NOTIFY minChanged);
29 Q_PROPERTY(
double max READ getMax WRITE setMax NOTIFY maxChanged);
30 Q_PROPERTY(
double value READ getValue WRITE setValue NOTIFY valueChanged);
40 void setMin(
double min);
41 void setMax(
double max);
42 void setValue(
double value);
48 QString GetLabelUnit();
56 QString ClippedValueToString(
float value );
61 QString GetMinValueLabel();
62 QString GetMaxValueLabel();
76 void ShowLabels(
bool show );
82 void ShowLabelUnit(
bool show );
84 void SetInverseDirection (
bool inverseDirection);
91 void SetLabelValues(
float min,
float max );
92 void SetLabelValuesValid(
bool minValid,
bool maxValid );
98 void SetLabelUnit(
const char *unit );
#define MITKQMLITEMS_EXPORT
mitk::Stepper::Pointer m_Stepper
Helper class to step through a list.