MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / deselectEvent

Method deselectEvent

tools/qcustomplot.cpp:9497–9503  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

9495
9496/* inherits documentation from base class */
9497void 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

Callers 1

foreachFunction · 0.80

Calls 1

selectedPartsFunction · 0.85

Tested by

no test coverage detected