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

Method saveSettings

Tools/FontEditor/SettingsGeneralControl.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void SettingsGeneralControl::saveSettings()
47 {
48 SettingsManager::getInstance().setValue("Settings/GridStep", mGridStep);
49 SettingsManager::getInstance().setValue("Settings/SaveLastTexture", mSaveLastTexture->getStateSelected());
50 SettingsManager::getInstance().setValue("Settings/InterfaceLanguage", getLanguageValue());
51 }
52
53 void SettingsGeneralControl::notifyNewGridStep(MyGUI::Widget* _sender, MyGUI::Widget* _new)
54 {

Callers

nothing calls this directly

Calls 2

getStateSelectedMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected