MCPcopy Create free account
hub / github.com/comaps/comaps / ~Framework

Method ~Framework

libs/map/framework.cpp:414–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414Framework::~Framework()
415{
416 GetPowerManager().UnsubscribeAll();
417
418 m_threadRunner.reset();
419
420 osm::Editor & editor = osm::Editor::Instance();
421
422 editor.SetDelegate({});
423 editor.SetInvalidateFn({});
424
425 GetBookmarkManager().Teardown();
426 m_trafficManager.Teardown();
427 DestroyDrapeEngine();
428 m_featuresFetcher.SetOnMapDeregisteredCallback(nullptr);
429}
430
431void Framework::ShowNode(storage::CountryId const & countryId)
432{

Callers

nothing calls this directly

Calls 6

SetDelegateMethod · 0.80
SetInvalidateFnMethod · 0.80
UnsubscribeAllMethod · 0.45
resetMethod · 0.45
TeardownMethod · 0.45

Tested by

no test coverage detected