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

Method command_CodeGenerator

Tools/LayoutEditor/EditorState.cpp:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void EditorState::command_CodeGenerator(const MyGUI::UString& _commandName, bool& _result)
127 {
128 if (!checkCommand())
129 return;
130
131 mCodeGenerator->loadTemplate();
132 mCodeGenerator->doModal();
133
134 _result = true;
135 }
136
137 void EditorState::command_OpenRecentFile(const MyGUI::UString& _commandName, bool& _result)
138 {

Callers

nothing calls this directly

Calls 2

loadTemplateMethod · 0.80
doModalMethod · 0.45

Tested by

no test coverage detected