MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / showWholeMap

Method showWholeMap

src/gui/map/map_editor.cpp:2709–2713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2707}
2708
2709void MapEditorController::showWholeMap()
2710{
2711 QRectF map_extent = map->calculateExtent(true, !main_view->areAllTemplatesHidden(), main_view);
2712 map_widget->adjustViewToRect(map_extent, MapWidget::ContinuousZoom);
2713}
2714
2715void MapEditorController::editToolClicked()
2716{

Callers

nothing calls this directly

Calls 3

areAllTemplatesHiddenMethod · 0.80
adjustViewToRectMethod · 0.80
calculateExtentMethod · 0.45

Tested by

no test coverage detected