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

Method notifyDirectoryComboAccept

UnitTests/UnitTest_GraphView/OpenSaveFileDialog.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void OpenSaveFileDialog::notifyDirectoryComboAccept(MyGUI::ComboBox* _sender, size_t _index)
216 {
217 setCurrentFolder(_sender->getOnlyText());
218 }
219
220 const MyGUI::UString& OpenSaveFileDialog::getCurrentFolder() const
221 {

Callers

nothing calls this directly

Calls 1

getOnlyTextMethod · 0.45

Tested by

no test coverage detected