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

Method Show

libs/drape_frontend/animation/show_hide_animation.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ShowHideAnimation::Show()
49{
50 EState state = GetState();
51 if (state == STATE_INVISIBLE || state == STATE_HIDE_DIRECTION)
52 {
53 m_state = STATE_VISIBLE;
54 m_interpolator.reset();
55 }
56}
57
58void ShowHideAnimation::ShowAnimated()
59{

Callers

nothing calls this directly

Calls 2

GetStateFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected