| 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(); } |
| 83 | operator u8() const FL_NOEXCEPT { return static_cast<u8>(mImpl.value()); } |
no outgoing calls
no test coverage detected