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

Method setActivityBoundingBox

src/core/map.cpp:1146–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144
1145
1146void Map::setActivityBoundingBox(const QRectF& map_coords_rect, int pixel_border, bool do_update)
1147{
1148 for (MapWidget* widget : widgets)
1149 widget->setActivityBoundingBox(map_coords_rect, pixel_border, do_update);
1150}
1151
1152void Map::clearActivityBoundingBox()
1153{

Callers 1

updateDirtyRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected