16 #ifndef _THUMBWHEEL_H_ 17 #define _THUMBWHEEL_H_ 31 Thumbwheel(Qt::Orientation orientation, QWidget *parent = 0);
void setDefaultValue(int deft)
void setRangeMapper(RangeMapper *mapper)
virtual void enterEvent(QEvent *)
int getDefaultValue() const
virtual void leaveEvent(QEvent *)
Thumbwheel(Qt::Orientation orientation, QWidget *parent=0)
int getMinimumValue() const
const RangeMapper * getRangeMapper() const
virtual void mouseMoveEvent(QMouseEvent *e)
virtual void wheelEvent(QWheelEvent *e)
void setShowScale(bool show)
virtual void paintEvent(QPaintEvent *e)
virtual void mouseDoubleClickEvent(QMouseEvent *e)
void setMappedValue(float mappedValue)
void setMinimumValue(int min)
RangeMapper * m_rangeMapper
void setMaximumValue(int max)
bool getShowScale() const
void setTracking(bool tracking)
void updateMappedValue(int value)
void setSpeed(float speed)
float getMappedValue() const
Qt::Orientation m_orientation
int getMaximumValue() const
virtual void mousePressEvent(QMouseEvent *e)
void setShowToolTip(bool show)
virtual void mouseReleaseEvent(QMouseEvent *e)