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

Method setRecentFolder

Tools/LayoutEditor/RecentFilesManager.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void RecentFilesManager::setRecentFolder(const MyGUI::UString& _value)
72 {
73 mRecentFolder = _value;
74
75 addRecentFolder(mRecentFolder);
76 }
77
78 void RecentFilesManager::checkArray(VectorUString& _array, size_t _maxElements)
79 {

Callers 7

notifyEndDialogMethod · 0.45
createProjectMethod · 0.45
notifyEndDialogMethod · 0.45
notifyEndDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected