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

Method Flush

libs/drape_frontend/engine_context.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void EngineContext::Flush(TMapShapes && shapes)
41{
42 PostMessage(make_unique_dp<MapShapeReadedMessage>(m_tileKey, std::move(shapes)));
43}
44
45void EngineContext::FlushOverlays(TMapShapes && shapes)
46{

Callers 11

operator()Method · 0.45
DrawTileNetMethod · 0.45
FlushSegmentsGeometryMethod · 0.45
BuildMethod · 0.45
BuildArrowsMethod · 0.45
RecacheMapShapesMethod · 0.45
FlushGeometryMethod · 0.45
DrawMethod · 0.45
RecacheWidgetsMethod · 0.45
RecacheDebugLabelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected