non-property methods:
| 2309 | |
| 2310 | // non-property methods: |
| 2311 | Qt::Orientation orientation() const { return mOrientation; } |
| 2312 | int pixelOrientation() const { return rangeReversed() != (orientation()==Qt::Vertical) ? -1 : 1; } |
| 2313 | void moveRange(double diff); |
| 2314 | void scaleRange(double factor); |
no outgoing calls
no test coverage detected