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

Method notifySettingsWindowEndDialog

Tools/LayoutEditor/EditorState.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result)
106 {
107 MYGUI_ASSERT(mSettingsWindow == _dialog, "mSettingsWindow == _sender");
108
109 if (_result)
110 mSettingsWindow->SendCommand("Command_SaveSettings");
111
112 mSettingsWindow->endModal();
113 }
114
115 void EditorState::command_Settings(const MyGUI::UString& _commandName, bool& _result)
116 {

Callers

nothing calls this directly

Calls 2

SendCommandMethod · 0.80
endModalMethod · 0.45

Tested by

no test coverage detected