| 3294 | } |
| 3295 | |
| 3296 | void CartesianPlot::wheelEvent(const QPointF& sceneRelPos, int delta, int xIndex, int yIndex, bool considerDimension, Dimension dim) { |
| 3297 | Q_D(CartesianPlot); |
| 3298 | d->wheelEvent(sceneRelPos, delta, xIndex, yIndex, considerDimension, dim); |
| 3299 | } |
| 3300 | |
| 3301 | void CartesianPlot::mousePressZoomSelectionMode(QPointF logicPos, int cSystemIndex) { |
| 3302 | Q_D(CartesianPlot); |
no test coverage detected