MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / zoomIn

Method zoomIn

src/board/UBBoardController.cpp:1008–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006
1007
1008void UBBoardController::zoomIn(QPointF scenePoint)
1009{
1010 if (mControlView->transform().m11() > UB_MAX_ZOOM)
1011 {
1012 qApp->beep();
1013 return;
1014 }
1015 zoom(mZoomFactor, scenePoint);
1016}
1017
1018
1019void UBBoardController::zoomOut(QPointF scenePoint)

Callers 4

OpenLayers.jsFile · 0.45
keyPressEventMethod · 0.45
mousePressEventMethod · 0.45
keyPressEventMethod · 0.45

Calls 1

zoomFunction · 0.85

Tested by

no test coverage detected