| 5067 | QCPAxis *axis() const { return mColorAxis.data(); } |
| 5068 | QCPAxis::AxisType type() const { return mType; } |
| 5069 | QCPRange dataRange() const { return mDataRange; } |
| 5070 | QCPAxis::ScaleType dataScaleType() const { return mDataScaleType; } |
| 5071 | QCPColorGradient gradient() const { return mGradient; } |
| 5072 | QString label() const; |
nothing calls this directly
no outgoing calls
no test coverage detected