Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ clearActivityBoundingBox
Method
clearActivityBoundingBox
src/core/map.cpp:1152–1156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1150
}
1151
1152
void Map::clearActivityBoundingBox()
1153
{
1154
for (MapWidget* widget : widgets)
1155
widget->clearActivityBoundingBox();
1156
}
1157
1158
1159
void Map::updateDrawing(const QRectF& map_coords_rect, int pixel_border)
Callers
1
updateDirtyRect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected