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

Method applyOnMatchingObjects

src/core/map.cpp:2263–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2261
2262
2263void Map::applyOnMatchingObjects(const std::function<void (Object*)>& operation, const std::function<bool (const Object*)>& condition)
2264{
2265 for (auto part : parts)
2266 part->applyOnMatchingObjects(operation, condition);
2267}
2268
2269
2270void Map::applyOnMatchingObjects(const std::function<void (const Object*)>& operation, const std::function<bool (const Object*)>& condition) const

Callers 8

addPointsToLayerMethod · 0.45
addTextToLayerMethod · 0.45
addLinesToLayerMethod · 0.45
addAreasToLayerMethod · 0.45
exportTextSymbolMethod · 0.45
hatchAreasMethod · 0.45
findAllMethod · 0.45
updateMappingTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected