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

Method StartOverlayPlacing

libs/drape/overlay_tree.cpp:142–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void OverlayTree::StartOverlayPlacing(ScreenBase const & screen, uint8_t zoomLevel)
143{
144 ASSERT(IsNeedUpdate(), ());
145 TBase::Clear();
146 m_handlesCache.clear();
147 m_overlayIdCache.clear();
148 m_traits.SetModelView(screen);
149 m_displacementInfo.clear();
150 m_zoomLevel = zoomLevel;
151}
152
153bool OverlayTree::Remove(ref_ptr<OverlayHandle> handle)
154{

Callers 1

Calls 4

ASSERTFunction · 0.85
ClearFunction · 0.85
SetModelViewMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected