MCPcopy 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

clearMethod · 0.45

Tested by

no test coverage detected