| 77 | return (value() - min) / (max - min); |
| 78 | } |
| 79 | float getMax() const FL_NOEXCEPT { return mImpl.getMax(); } |
| 80 | float getMin() const FL_NOEXCEPT { return mImpl.getMin(); } |
| 81 | void setValue(float value) FL_NOEXCEPT; |
| 82 | operator float() const FL_NOEXCEPT { return mImpl.value(); } |
no outgoing calls
no test coverage detected