MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / key

Function key

qcustomplot/qcustomplot.h:3474–3474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3472 QCPItemAnchor *parentAnchorX() const { return mParentAnchorX; }
3473 QCPItemAnchor *parentAnchorY() const { return mParentAnchorY; }
3474 double key() const { return mKey; }
3475 double value() const { return mValue; }
3476 QPointF coords() const { return QPointF(mKey, mValue); }
3477 QCPAxis *keyAxis() const { return mKeyAxis.data(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected