| 2028 | int numberPrecision() const { return mNumberPrecision; } |
| 2029 | QVector<double> tickVector() const { return mTickVector; } |
| 2030 | QVector<QString> tickVectorLabels() const { return mTickVectorLabels; } |
| 2031 | int tickLengthIn() const; |
| 2032 | int tickLengthOut() const; |
| 2033 | bool subTicks() const { return mSubTicks; } |
nothing calls this directly
no outgoing calls
no test coverage detected