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

Method commandSettings

Tools/SkinEditor/EditorState.cpp:474–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472 }
473
474 void EditorState::commandSettings(const MyGUI::UString& _commandName, bool& _result)
475 {
476 mSettingsWindow->SendCommand("Command_LoadSettings");
477 mSettingsWindow->doModal();
478
479 _result = true;
480 }
481
482 void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result)
483 {

Callers

nothing calls this directly

Calls 2

SendCommandMethod · 0.80
doModalMethod · 0.45

Tested by

no test coverage detected