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

Method notifyBrowseSource

Tools/LayoutEditor/CodeGenerator.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 void CodeGenerator::notifyBrowseSource(MyGUI::Widget* _sender)
233 {
234 mOpenSaveFileDialog->setCurrentFolder(mSourceDirectoryEdit->getOnlyText());
235 mOpenSaveFileDialog->setMode("Source");
236 mOpenSaveFileDialog->doModal();
237 }
238
239 void CodeGenerator::notifyEndDialogOpenSaveFile(Dialog* _sender, bool _result)
240 {

Callers

nothing calls this directly

Calls 4

setCurrentFolderMethod · 0.45
getOnlyTextMethod · 0.45
setModeMethod · 0.45
doModalMethod · 0.45

Tested by

no test coverage detected