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