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

Method updateDrawing

src/core/map.cpp:1159–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157
1158
1159void Map::updateDrawing(const QRectF& map_coords_rect, int pixel_border)
1160{
1161 for (MapWidget* widget : widgets)
1162 widget->updateDrawing(map_coords_rect, pixel_border);
1163}
1164
1165
1166

Callers 2

mousePressEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected