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

Method notifyEndDialogTest

Tools/SkinEditor/TestState.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 void TestState::notifyEndDialogTest(Dialog* _sender, bool _result)
110 {
111 _sender->endModal();
112
113 StateManager::getInstance().stateEvent("TestState", "Exit");
114 }
115
116}

Callers

nothing calls this directly

Calls 2

stateEventMethod · 0.80
endModalMethod · 0.45

Tested by

no test coverage detected