| 461 | void SetPos(int16_t pos); |
| 462 | void SetRange(int16_t range); |
| 463 | int16_t GetPos() const { return m_pos; }; |
| 464 | int16_t GetRange() const { return m_unitrange; }; |
| 465 | void SetUnits(tSliderSettings *settings); |
| 466 |
no outgoing calls
no test coverage detected