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