| 1714 | // getters: |
| 1715 | double tickStep() const { return mTickStep; } |
| 1716 | ScaleStrategy scaleStrategy() const { return mScaleStrategy; } |
| 1717 | |
| 1718 | // setters: |
| 1719 | void setTickStep(double step); |
nothing calls this directly
no outgoing calls
no test coverage detected