MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / axis

Function axis

3rdparty/qcustomplot/qcustomplot.h:5397–5400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5395public:
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; }

Callers 4

setupFullAxesBoxMethod · 0.85
layoutChangedMethod · 0.85
foreachFunction · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected