| 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(); } |
nothing calls this directly
no outgoing calls
no test coverage detected