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

Method Update

libs/drape_frontend/gui/debug_label.cpp:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 bool Update(ScreenBase const & screen) override
29 {
30 std::string content;
31 bool const isVisible = m_onUpdateFn(screen, content);
32
33 SetIsVisible(isVisible);
34 SetContent(content);
35
36 return TBase::Update(screen);
37 }
38
39private:
40 TUpdateDebugLabelFn m_onUpdateFn;

Callers

nothing calls this directly

Calls 1

UpdateFunction · 0.50

Tested by

no test coverage detected