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

Method command_Settings

Tools/LayoutEditor/EditorState.cpp:115–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void EditorState::command_Settings(const MyGUI::UString& _commandName, bool& _result)
116 {
117 if (!checkCommand())
118 return;
119
120 mSettingsWindow->SendCommand("Command_LoadSettings");
121 mSettingsWindow->doModal();
122
123 _result = true;
124 }
125
126 void EditorState::command_CodeGenerator(const MyGUI::UString& _commandName, bool& _result)
127 {

Callers

nothing calls this directly

Calls 2

SendCommandMethod · 0.80
doModalMethod · 0.45

Tested by

no test coverage detected