Mercurial > hg > svgui
comparison widgets/LevelPanToolButton.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 808d375a3b12 |
children | 1589bc7528b7 |
comparison
equal
deleted
inserted
replaced
1265:6e724c81f18f | 1266:a34a2a25907c |
---|---|
35 | 35 |
36 /// Discover whether the level range includes muting or not | 36 /// Discover whether the level range includes muting or not |
37 bool includesMute() const; | 37 bool includesMute() const; |
38 | 38 |
39 void setImageSize(int pixels); | 39 void setImageSize(int pixels); |
40 | 40 |
41 void setBigImageSize(int pixels); | 41 void setBigImageSize(int pixels); |
42 | 42 |
43 public slots: | 43 public slots: |
44 /// Set level in the range [0,1] -- will be rounded | 44 /// Set level in the range [0,1] -- will be rounded |
45 void setLevel(float); | 45 void setLevel(float); |
46 | 46 |
47 /// Set pan in the range [-1,1] -- will be rounded | 47 /// Set pan in the range [-1,1] -- will be rounded |