10class DCCSlider :
public DTK_WIDGET_NAMESPACE::DSlider
21 explicit DCCSlider(SliderType type = Normal, QWidget *parent =
nullptr);
22 explicit DCCSlider(Qt::Orientation orientation, QWidget *parent =
nullptr);
27 void setType(SliderType type);
28 void setRange(
int min,
int max);
29 void setTickPosition(QSlider::TickPosition tick);
30 void setTickInterval(
int ti);
31 void setSliderPosition(
int Position);
32 void setAnnotations(
const QStringList &annotations);
33 void setOrientation(Qt::Orientation orientation);
35 void setSeparateValue(
int value = 0);
38 void wheelEvent(QWheelEvent *e);
39 void paintEvent(QPaintEvent *e);
41 QSlider::TickPosition tickPosition = QSlider::TicksBelow;