MCPcopy Create free account
hub / github.com/Vector35/debugger / SetDisplayingGlobalAreaWidgets

Method SetDisplayingGlobalAreaWidgets

ui/ui.cpp:830–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828
829
830void GlobalDebuggerUI::SetDisplayingGlobalAreaWidgets(bool display)
831{
832 if (display)
833 CreateGlobalAreaWidgets(m_context);
834 else
835 CloseGlobalAreaWidgets(m_context);
836
837 m_displayingGlobalAreaWidgets = display;
838}
839
840void GlobalDebuggerUI::CreateGlobalAreaWidgets(UIContext* context)
841{

Callers 2

SetupMenuMethod · 0.80
DebuggerUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected