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

Function value

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

Source from the content-addressed store, hash-verified

3675 QCPItemAnchor *parentAnchorY() const { return mParentAnchorY; }
3676 double key() const { return mKey; }
3677 double value() const { return mValue; }
3678 QPointF coords() const { return QPointF(mKey, mValue); }
3679 QCPAxis *keyAxis() const { return mKeyAxis.data(); }
3680 QCPAxis *valueAxis() const { return mValueAxis.data(); }

Callers 4

tst_helpers_resolveClass · 0.85
setValueAMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected