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