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

Method wheelEvent

src/qt/qcustomplot.cpp:1799–1802  ·  view source on GitHub ↗

! This event gets called when the user turns the mouse scroll wheel while the cursor is over the layerable. Whether a cursor is over the layerable is decided by a preceding call to \ref selectTest. The current pixel position of the cursor on the QCustomPlot widget is accessible via \c event->pos(). The \c event->delta() indicates how far the mouse wheel was turned, which is usually +

Source from the content-addressed store, hash-verified

1797 \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent
1798*/
1799void QCPLayerable::wheelEvent(QWheelEvent *event)
1800{
1801 event->ignore();
1802}
1803/* end of 'src/layer.cpp' */
1804
1805

Callers

nothing calls this directly

Calls 14

orientationFunction · 0.85
ignoreMethod · 0.80
rangeZoomMethod · 0.80
rangeZoomAxesMethod · 0.80
rangeZoomFactorMethod · 0.80
replotMethod · 0.80
scaleRangeMethod · 0.80
pixelToCoordMethod · 0.80
containsMethod · 0.45
sizeMethod · 0.45
acceptMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected