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

Method command_Test

Tools/LayoutEditor/TestState.cpp:85–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void TestState::command_Test(const MyGUI::UString& _commandName, bool& _result)
86 {
87 if (DialogManager::getInstance().getAnyDialog())
88 return;
89
90 if (MessageBoxManager::getInstance().hasAny())
91 return;
92
93 StateManager::getInstance().stateEvent("EditorState", "Test");
94
95 _result = true;
96 }
97
98}

Callers

nothing calls this directly

Calls 3

hasAnyMethod · 0.80
stateEventMethod · 0.80
getAnyDialogMethod · 0.45

Tested by

no test coverage detected