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

Method DeselectObject

libs/drape_frontend/drape_engine.cpp:550–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void DrapeEngine::DeselectObject(bool restoreViewport)
551{
552 m_threadCommutator->PostMessage(
553 ThreadsCommutator::RenderThread,
554 make_unique_dp<SelectObjectMessage>(SelectObjectMessage::DismissTag(), restoreViewport), MessagePriority::Normal);
555}
556
557dp::DrapeID DrapeEngine::AddSubroute(SubrouteConstPtr subroute)
558{

Callers 2

Calls 2

DismissTagClass · 0.85
PostMessageMethod · 0.45

Tested by

no test coverage detected