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

Method setRecentFolders

UnitTests/UnitTest_GraphView/OpenSaveFileDialog.cpp:240–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 void OpenSaveFileDialog::setRecentFolders(const VectorUString& _listFolders)
241 {
242 mCurrentFolderField->removeAllItems();
243
244 for (const auto& _listFolder : _listFolders)
245 mCurrentFolderField->addItem(_listFolder);
246 }
247
248 void OpenSaveFileDialog::notifyDirectoryComboChangePosition(MyGUI::ComboBox* _sender, size_t _index)
249 {

Callers

nothing calls this directly

Calls 2

removeAllItemsMethod · 0.45
addItemMethod · 0.45

Tested by

no test coverage detected