inherits documentation from base class */
| 8800 | |
| 8801 | /* inherits documentation from base class */ |
| 8802 | void QCPAxis::deselectEvent(bool *selectionStateChanged) |
| 8803 | { |
| 8804 | SelectableParts selBefore = mSelectedParts; |
| 8805 | setSelectedParts(mSelectedParts & ~mSelectableParts); |
| 8806 | if (selectionStateChanged) |
| 8807 | *selectionStateChanged = mSelectedParts != selBefore; |
| 8808 | } |
| 8809 | |
| 8810 | /*! \internal |
| 8811 |
no test coverage detected