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

Method existsObjectWithSymbol

src/core/map.cpp:2345–2348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2343}
2344
2345bool Map::existsObjectWithSymbol(const Symbol* symbol) const
2346{
2347 return existsObject(ObjectOp::HasSymbol{symbol});
2348}
2349
2350void Map::setGeoreferencing(const Georeferencing& georeferencing)
2351{

Callers 3

hasAlphaMethod · 0.95
showNewMapWizardMethod · 0.80
deleteSymbolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected