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

Function keyAxis

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

Source from the content-addressed store, hash-verified

3520 QPen pen() const { return mPen; }
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(); }

Callers 3

drawFillMethod · 0.85
updateLegendIconMethod · 0.85
drawMethod · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected