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

Method hatchAreas

src/gui/map/map_editor.cpp:2092–2097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2090}
2091
2092void MapEditorController::hatchAreas(bool checked)
2093{
2094 map->setAreaHatchingEnabled(checked);
2095 // Update all areas
2096 map->applyOnMatchingObjects(&Object::forceUpdate, ObjectOp::ContainsSymbolType{Symbol::Area});
2097}
2098
2099void MapEditorController::baselineView(bool checked)
2100{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected