! 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
| 1829 | \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent |
| 1830 | */ |
| 1831 | void QCPLayerable::wheelEvent(QWheelEvent *event) |
| 1832 | { |
| 1833 | event->ignore(); |
| 1834 | } |
| 1835 | /* end of 'src/layer.cpp' */ |
| 1836 | |
| 1837 |
no test coverage detected