Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ zoomIn
Method
zoomIn
src/gui/map/map_editor.cpp:2074–2077 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2072
}
2073
2074
void MapEditorController::zoomIn()
2075
{
2076
main_view->zoomSteps(1);
2077
}
2078
void MapEditorController::zoomOut()
2079
{
2080
main_view->zoomSteps(-1);
Callers
nothing calls this directly
Calls
1
zoomSteps
Method · 0.80
Tested by
no test coverage detected