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

Method commandSettings

Tools/FontEditor/EditorState.cpp:501–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 }
500
501 void EditorState::commandSettings(const MyGUI::UString& _commandName, bool& _result)
502 {
503 mSettingsWindow->SendCommand("Command_LoadSettings");
504 mSettingsWindow->doModal();
505
506 _result = true;
507 }
508
509 void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result)
510 {

Callers

nothing calls this directly

Calls 2

SendCommandMethod · 0.80
doModalMethod · 0.45

Tested by

no test coverage detected