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

Method notifySettingsWindowEndDialog

Tools/SkinEditor/EditorState.cpp:482–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480 }
481
482 void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result)
483 {
484 MYGUI_ASSERT(mSettingsWindow == _dialog, "mSettingsWindow == _sender");
485
486 if (_result)
487 mSettingsWindow->SendCommand("Command_SaveSettings");
488
489 mSettingsWindow->endModal();
490 }
491
492 void EditorState::commandUndo(const MyGUI::UString& _commandName, bool& _result)
493 {

Callers

nothing calls this directly

Calls 2

SendCommandMethod · 0.80
endModalMethod · 0.45

Tested by

no test coverage detected