MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / deselectEvent

Method deselectEvent

3rdparty/qcustomplot/qcustomplot.cpp:9501–9507  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

9499
9500/* inherits documentation from base class */
9501void 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

Callers 1

foreachFunction · 0.80

Calls 1

selectedPartsFunction · 0.85

Tested by

no test coverage detected