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

Method saveSettings

Tools/LayoutEditor/SettingsResourcesControl.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void SettingsResourcesControl::saveSettings()
55 {
56 SettingsManager::VectorString paths;
57 for (size_t index = 0; index < mResources->getItemCount(); ++index)
58 paths.push_back(mResources->getItemNameAt(index));
59 SettingsManager::getInstance().setValueList("Resources/AdditionalResource.List", paths);
60 }
61
62 void SettingsResourcesControl::notifyClickAdd(MyGUI::Widget* _sender)
63 {

Callers

nothing calls this directly

Calls 2

getItemCountMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected