MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / selectEvent

Method selectEvent

qcustomplot.cpp:1662–1668  ·  view source on GitHub ↗

! \internal This event is called when the layerable shall be selected, as a consequence of a click by the user. Subclasses should react to it by setting their selection state appropriately. The default implementation does nothing. \a event is the mouse event that caused the selection. \a additive indicates, whether the user was holding the multi-select-modifier while performing the

Source from the content-addressed store, hash-verified

1660 \see selectTest, deselectEvent
1661*/
1662void QCPLayerable::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged)
1663{
1664 Q_UNUSED(event)
1665 Q_UNUSED(additive)
1666 Q_UNUSED(details)
1667 Q_UNUSED(selectionStateChanged)
1668}
1669
1670/*! \internal
1671

Callers 2

processRectSelectionMethod · 0.80
processPointSelectionMethod · 0.80

Calls 3

selectedFunction · 0.85
selectedPartsFunction · 0.85
containsMethod · 0.80

Tested by

no test coverage detected