| 197 | |
| 198 | void setRange( const float min, const float max, const float step = 1 ); |
| 199 | void setScaleType( ScaleType sc ) { |
| 200 | m_scaleType = sc; |
| 201 | } |
| 202 | void setScaleLogarithmic( bool setToTrue = true ) |
| 203 | { |
| 204 | setScaleType( setToTrue ? Logarithmic : Linear ); |
no outgoing calls
no test coverage detected