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

Method shutdown

Tools/LayoutEditor/RecentFilesManager.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void RecentFilesManager::shutdown()
43 {
44 SettingsManager::getInstance().setValue("Files/RecentFolder", mRecentFolder);
45 SettingsManager::getInstance().setValueList<MyGUI::UString>("Files/RecentFolder.List", mRecentFolders);
46 SettingsManager::getInstance().setValueList<MyGUI::UString>("Files/RecentFile.List", mRecentFiles);
47 SettingsManager::getInstance().setValueList<MyGUI::UString>("Files/RecentProject.List", mRecentProjects);
48 }
49
50 void RecentFilesManager::addRecentFolder(const MyGUI::UString& _folder)
51 {

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected