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

Method ResetMapPlaneAnimations

libs/drape_frontend/user_event_stream.cpp:712–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void UserEventStream::ResetMapPlaneAnimations()
713{
714 bool const hasAnimations = m_animationSystem.HasAnimations();
715 m_animationSystem.FinishObjectAnimations(Animation::Object::MapPlane, false /* rewind */, false /* finishAll */);
716 if (hasAnimations)
717 ApplyAnimations();
718}
719
720m2::AnyRectD UserEventStream::GetCurrentRect() const
721{

Callers

nothing calls this directly

Calls 2

HasAnimationsMethod · 0.80

Tested by

no test coverage detected