| 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 | { |
nothing calls this directly
no test coverage detected