MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / deselectEvent

Method deselectEvent

qcustomplot/qcustomplot.cpp:8802–8808  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

8800
8801/* inherits documentation from base class */
8802void 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

Callers 1

foreachFunction · 0.80

Calls 1

selectedPartsFunction · 0.85

Tested by

no test coverage detected