MCPcopy Create free account
hub / github.com/MyGUI/mygui / stateEvent

Method stateEvent

Tools/EditorFramework/StateManager.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void StateManager::stateEvent(std::string_view _stateName, std::string_view _event)
87 {
88 StateController* state = getStateByName(_stateName);
89
90 MYGUI_ASSERT(state != nullptr, "State not found");
91
92 stateEvent(state, _event);
93 }
94
95 void StateManager::stateEvent(StateController* _state, std::string_view _event)
96 {

Callers 15

commandQuitMethod · 0.80
LoadStatesMethod · 0.80
initStateMethod · 0.80
commandTestMethod · 0.80
commandQuitMethod · 0.80
notifyEndDialogTestMethod · 0.80
command_QuitMethod · 0.80
LoadStatesMethod · 0.80
commandQuitMethod · 0.80
command_TestMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 6

initStateMethod · 0.64
commandTestMethod · 0.64
commandQuitMethod · 0.64
notifyEndDialogTestMethod · 0.64
commandQuitMethod · 0.64
command_TestMethod · 0.64