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

Method EnterForeground

libs/map/framework.cpp:1250–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250void Framework::EnterForeground()
1251{
1252 m_usageStats.EnterForeground();
1253
1254 if (m_drapeEngine)
1255 m_drapeEngine->OnEnterForeground();
1256
1257 m_trafficManager.OnEnterForeground();
1258}
1259
1260void Framework::InitCountryInfoGetter()
1261{

Callers 5

CreateDrapeEngineMethod · 0.45
OnPreferencesMethod · 0.45
initializeGLMethod · 0.45

Calls 1

OnEnterForegroundMethod · 0.45

Tested by

no test coverage detected