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

Method PostMessage

libs/drape_frontend/engine_context.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void EngineContext::PostMessage(drape_ptr<Message> && message)
63{
64 m_commutator->PostMessage(ThreadsCommutator::ResourceUploadThread, std::move(message), MessagePriority::Normal);
65}
66} // namespace df

Callers 15

RecoverSurfaceMethod · 0.45
SetVisibleViewportMethod · 0.45
InvalidateMethod · 0.45
ClearUserMarksGroupMethod · 0.45
InvalidateUserMarksMethod · 0.45
UpdateUserMarksMethod · 0.45
InvalidateRectMethod · 0.45
UpdateMapStyleMethod · 0.45
RecacheMapShapesMethod · 0.45
RecacheGuiMethod · 0.45
PostUserEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected