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

Method checkFocusDebuggerConsole

ui/ui.cpp:1059–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057
1058
1059void DebuggerUI::checkFocusDebuggerConsole()
1060{
1061 auto context = UIContext::activeContext();
1062 if (!context)
1063 return;
1064
1065 auto globalArea = context->globalArea();
1066 if (!globalArea)
1067 return;
1068
1069 auto widget = globalArea->widget("Debugger Console");
1070 if (widget)
1071 globalArea->focusWidget("Debugger Console");
1072}
1073
1074
1075void DebuggerUI::updateUI(const DebuggerEvent& event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected