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

Function valueAxis

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

Source from the content-addressed store, hash-verified

3521 QBrush brush() const { return mBrush; }
3522 QCPAxis *keyAxis() const { return mKeyAxis.data(); }
3523 QCPAxis *valueAxis() const { return mValueAxis.data(); }
3524 QCP::SelectionType selectable() const { return mSelectable; }
3525 bool selected() const { return !mSelection.isEmpty(); }
3526 QCPDataSelection selection() const { return mSelection; }

Callers 2

updateLegendIconMethod · 0.85
drawMethod · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected