MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / wheelEvent

Method wheelEvent

3rdparty/qcustomplot/qcustomplot.cpp:1831–1834  ·  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->angleDelta() indicates how far the mouse wheel was turned, which is usua

Source from the content-addressed store, hash-verified

1829 \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent
1830*/
1831void QCPLayerable::wheelEvent(QWheelEvent *event)
1832{
1833 event->ignore();
1834}
1835/* end of 'src/layer.cpp' */
1836
1837

Callers 1

foreachFunction · 0.80

Calls 12

orientationFunction · 0.85
rangeZoomMethod · 0.80
rangeZoomAxesMethod · 0.80
positionMethod · 0.80
rangeZoomFactorMethod · 0.80
replotMethod · 0.80
pixelToCoordMethod · 0.80
scaleRangeMethod · 0.80
containsMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected