! 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 +
| 1801 | \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent |
| 1802 | */ |
| 1803 | void QCPLayerable::wheelEvent(QWheelEvent *event) |
| 1804 | { |
| 1805 | event->ignore(); |
| 1806 | } |
| 1807 | /* end of 'src/layer.cpp' */ |
| 1808 | |
| 1809 |
nothing calls this directly
no test coverage detected