| 5395 | public: |
| 5396 | explicit QCPColorScale(QCustomPlot *parentPlot); |
| 5397 | virtual ~QCPColorScale() Q_DECL_OVERRIDE; |
| 5398 | |
| 5399 | // getters: |
| 5400 | QCPAxis *axis() const { return mColorAxis.data(); } |
| 5401 | QCPAxis::AxisType type() const { return mType; } |
| 5402 | QCPRange dataRange() const { return mDataRange; } |
| 5403 | QCPAxis::ScaleType dataScaleType() const { return mDataScaleType; } |
no test coverage detected