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

Method saveSettings

Tools/LayoutEditor/SettingsResourcePathsControl.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void SettingsResourcePathsControl::saveSettings()
62 {
63 SettingsManager::VectorString paths;
64 for (size_t index = 0; index < mResourcePaths->getItemCount(); ++index)
65 paths.push_back(mResourcePaths->getItemNameAt(index));
66 SettingsManager::getInstance().setValueList("Resources/AdditionalPath.List", paths);
67 }
68
69 void SettingsResourcePathsControl::notifyClickAdd(MyGUI::Widget* _sender)
70 {

Callers

nothing calls this directly

Calls 2

getItemCountMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected