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

Method SetMapLangIndex

libs/drape_frontend/drape_engine.cpp:635–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635void DrapeEngine::SetMapLangIndex(int8_t mapLangIndex)
636{
637 m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
638 make_unique_dp<SetMapLangIndexMessage>(mapLangIndex), MessagePriority::Normal);
639
640 m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<SetMapLangIndexMessage>(mapLangIndex),
641 MessagePriority::Normal);
642}
643
644void DrapeEngine::EnablePerspective()
645{

Callers 2

RefreshMapLanguageMethod · 0.45
AcceptMessageMethod · 0.45

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected