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

Method SetModelViewRect

libs/drape_frontend/drape_engine.cpp:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void DrapeEngine::SetModelViewRect(m2::RectD const & rect, bool applyRotation, int zoom, bool isAnim,
226 bool useVisibleViewport)
227{
228 PostUserEvent(make_unique_dp<SetRectEvent>(rect, applyRotation, zoom, isAnim, useVisibleViewport,
229 nullptr /* parallelAnimCreator */));
230}
231
232void DrapeEngine::SetModelViewAnyRect(m2::AnyRectD const & rect, bool isAnim, bool useVisibleViewport)
233{

Callers 2

ShowTrackMethod · 0.80
ShowRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected