Sets the given setting entry to its default value */
| 136 | |
| 137 | /* Sets the given setting entry to its default value */ |
| 138 | void SettingEntry::ResetAll() |
| 139 | { |
| 140 | SetSettingValue(this->setting, this->setting->GetDefaultValue()); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Set the button-depressed flags (#SettingsEntryFlag::LeftDepressed and #SettingsEntryFlag::RightDepressed) to a specified value |
no test coverage detected