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

Method loadSettings

Tools/LayoutEditor/SettingsResourcePathsControl.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void SettingsResourcePathsControl::loadSettings()
53 {
54 mResourcePaths->removeAllItems();
55 SettingsManager::VectorString paths =
56 SettingsManager::getInstance().getValueList("Resources/AdditionalPath.List");
57 for (const auto& path : paths)
58 mResourcePaths->addItem(path);
59 }
60
61 void SettingsResourcePathsControl::saveSettings()
62 {

Callers

nothing calls this directly

Calls 3

getValueListMethod · 0.80
removeAllItemsMethod · 0.45
addItemMethod · 0.45

Tested by

no test coverage detected