Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ shutdown
Method
shutdown
Tools/EditorFramework/CommandManager.cpp:18–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void CommandManager::shutdown()
19
{
20
for (auto& event : mEvents)
21
delete event.second;
22
23
mEvents.clear();
24
}
25
26
bool CommandManager::executeCommand(const MyGUI::UString& _command)
27
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected