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