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

Method mouseDoubleClickEvent

src/qt/qcustomplot.cpp:1776–1780  ·  view source on GitHub ↗

! This event gets called when the user presses the mouse button a second time in a double-click, while the cursor is over the layerable. Whether a cursor is over the layerable is decided by a preceding call to \ref selectTest. The \ref mouseDoubleClickEvent is called instead of the second \ref mousePressEvent. So in the case of a double-click, the event succession is pressEvent &nd

Source from the content-addressed store, hash-verified

1774 \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, wheelEvent
1775*/
1776void QCPLayerable::mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details)
1777{
1778 Q_UNUSED(details)
1779 event->ignore();
1780}
1781
1782/*!
1783 This event gets called when the user turns the mouse scroll wheel while the cursor is over the

Callers

nothing calls this directly

Calls 7

ignoreMethod · 0.80
sizeMethod · 0.45
acceptMethod · 0.45
atMethod · 0.45
isEmptyMethod · 0.45
beginMethod · 0.45
dataRangeMethod · 0.45

Tested by

no test coverage detected