MCPcopy Create free account
hub / github.com/LUX-Core/lux / selectEvent

Method selectEvent

src/qt/qcustomplot.cpp:1658–1664  ·  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

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

Callers 2

processRectSelectionMethod · 0.80
processPointSelectionMethod · 0.80

Calls 3

selectedFunction · 0.85
selectedPartsFunction · 0.85
containsMethod · 0.45

Tested by

no test coverage detected