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

Method SetVisibleViewport

libs/drape_frontend/drape_engine.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void DrapeEngine::SetVisibleViewport(m2::RectD const & rect) const
171{
172 m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<SetVisibleViewportMessage>(rect),
173 MessagePriority::Normal);
174}
175
176void DrapeEngine::Invalidate()
177{

Callers 1

AcceptMessageMethod · 0.45

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected