MCPcopy Create free account
hub / github.com/comaps/comaps / DeactivateMapSelectionCircle

Method DeactivateMapSelectionCircle

libs/map/framework.cpp:2036–2040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2034}
2035
2036void Framework::DeactivateMapSelectionCircle(bool restoreViewport)
2037{
2038 if (m_drapeEngine != nullptr)
2039 m_drapeEngine->DeselectObject(restoreViewport);
2040}
2041
2042void Framework::SwitchFullScreen()
2043{

Callers

nothing calls this directly

Calls 1

DeselectObjectMethod · 0.80

Tested by

no test coverage detected