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

Method notifyEndDialogOpenSaveFile

Tools/SkinEditor/SettingsResourcePathsControl.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void SettingsResourcePathsControl::notifyEndDialogOpenSaveFile(Dialog* _sender, bool _result)
82 {
83 if (_result)
84 mResourcePaths->addItem(mOpenSaveFileDialog->getCurrentFolder());
85
86 mOpenSaveFileDialog->endModal();
87 }
88
89 void SettingsResourcePathsControl::OnCommand(std::string_view _command)
90 {

Callers

nothing calls this directly

Calls 2

addItemMethod · 0.45
endModalMethod · 0.45

Tested by

no test coverage detected