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

Method notifyEndDialogCodeGenerator

Tools/LayoutEditor/EditorState.cpp:509–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 }
508
509 void EditorState::notifyEndDialogCodeGenerator(Dialog* _dialog, bool _result)
510 {
511 mCodeGenerator->endModal();
512 if (_result)
513 mCodeGenerator->saveTemplate();
514 }
515
516 void EditorState::pauseState()
517 {

Callers

nothing calls this directly

Calls 2

saveTemplateMethod · 0.80
endModalMethod · 0.45

Tested by

no test coverage detected