MCPcopy Create free account
hub / github.com/KDE/labplot / wheelEvent

Method wheelEvent

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3296–3299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3294}
3295
3296void 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
3301void CartesianPlot::mousePressZoomSelectionMode(QPointF logicPos, int cSystemIndex) {
3302 Q_D(CartesianPlot);

Callers 1

Calls 13

currentSelectionMethod · 0.80
mapLogicalToSceneMethod · 0.80
xMethod · 0.80
heightMethod · 0.80
zoomInOutMethod · 0.80
zoomInMethod · 0.80
zoomOutMethod · 0.80
parentMethod · 0.45
indexMethod · 0.45
widthMethod · 0.45
yMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected