inherits documentation from base class */
| 9495 | |
| 9496 | /* inherits documentation from base class */ |
| 9497 | void QCPAxis::deselectEvent(bool *selectionStateChanged) |
| 9498 | { |
| 9499 | SelectableParts selBefore = mSelectedParts; |
| 9500 | setSelectedParts(mSelectedParts & ~mSelectableParts); |
| 9501 | if (selectionStateChanged) |
| 9502 | *selectionStateChanged = mSelectedParts != selBefore; |
| 9503 | } |
| 9504 | |
| 9505 | /*! \internal |
| 9506 |
no test coverage detected