| 828 | |
| 829 | |
| 830 | void 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 | |
| 840 | void GlobalDebuggerUI::CreateGlobalAreaWidgets(UIContext* context) |
| 841 | { |
no outgoing calls
no test coverage detected