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

Method ~MapWidget

qt/qt_common/map_widget.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58MapWidget::~MapWidget()
59{
60 m_framework.EnterBackground();
61 m_framework.SetRenderingDisabled(true);
62 m_contextFactory->PrepareToShutdown();
63 m_framework.DestroyDrapeEngine();
64 m_contextFactory.reset();
65}
66
67void MapWidget::BindHotkeys(QWidget & parent)
68{

Callers

nothing calls this directly

Calls 5

DestroyDrapeEngineMethod · 0.80
EnterBackgroundMethod · 0.45
SetRenderingDisabledMethod · 0.45
PrepareToShutdownMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected