Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ addMapWidget
Method
addMapWidget
src/core/map.cpp:1084–1087 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1082
}
1083
1084
void Map::addMapWidget(MapWidget* widget)
1085
{
1086
widgets.push_back(widget);
1087
}
1088
1089
void Map::removeMapWidget(MapWidget* widget)
1090
{
Callers
1
setMapView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected