Mercurial > hg > svgui
comparison widgets/Thumbwheel.h @ 256:c492902dba40
* Make shift+mousewheel scroll vertically (where applicable) and alt+mousewheel
zoom vertically (where applicable). Closes #1734844
author | Chris Cannam |
---|---|
date | Wed, 13 Jun 2007 10:27:39 +0000 |
parents | 5b7472db612b |
children | 06b5f110c5d2 |
comparison
equal
deleted
inserted
replaced
255:e175ade2d6b0 | 256:c492902dba40 |
---|---|
57 void setSpeed(float speed); | 57 void setSpeed(float speed); |
58 void setTracking(bool tracking); | 58 void setTracking(bool tracking); |
59 void setShowScale(bool show); | 59 void setShowScale(bool show); |
60 void setValue(int value); | 60 void setValue(int value); |
61 void setMappedValue(float mappedValue); | 61 void setMappedValue(float mappedValue); |
62 void scroll(bool up); | |
62 void resetToDefault(); | 63 void resetToDefault(); |
63 | 64 |
64 protected slots: | 65 protected slots: |
65 void updateMappedValue(int value); | 66 void updateMappedValue(int value); |
66 | 67 |