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

Method changeSymbolForAllObjects

src/core/map.cpp:2326–2329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2324}
2325
2326void Map::changeSymbolForAllObjects(const Symbol* old_symbol, const Symbol* new_symbol)
2327{
2328 applyOnMatchingObjects(ObjectOp::ChangeSymbol{new_symbol}, ObjectOp::HasSymbol{old_symbol});
2329}
2330
2331bool Map::deleteAllObjectsWithSymbol(const Symbol* symbol)
2332{

Callers 1

scaleSymbolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected