MCPcopy 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
1084void Map::addMapWidget(MapWidget* widget)
1085{
1086 widgets.push_back(widget);
1087}
1088
1089void Map::removeMapWidget(MapWidget* widget)
1090{

Callers 1

setMapViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected