ReactOS 0.4.15-dev-8614-gbc76250
|
Go to the source code of this file.
Classes | |
class | SettingsField |
class | SettingsFieldBool |
class | SettingsFieldInt |
class | SettingsFieldString |
Functions | |
void | AddInfoFields (ATL::CAtlList< SettingsField * > &infoFields, SETTINGS_INFO &settings) |
BOOL | SaveAllSettings (CRegKey &key, SETTINGS_INFO &settings) |
BOOL | LoadAllSettings (CRegKey &key, SETTINGS_INFO &settings) |
VOID | FillDefaultSettings (PSETTINGS_INFO pSettingsInfo) |
BOOL | LoadSettings (PSETTINGS_INFO pSettingsInfo) |
BOOL | SaveSettings (HWND hwnd, PSETTINGS_INFO pSettingsInfo) |
void AddInfoFields | ( | ATL::CAtlList< SettingsField * > & | infoFields, |
SETTINGS_INFO & | settings | ||
) |
Definition at line 113 of file settings.cpp.
Referenced by LoadAllSettings(), and SaveAllSettings().
VOID FillDefaultSettings | ( | PSETTINGS_INFO | pSettingsInfo | ) |
Definition at line 179 of file settings.cpp.
Referenced by anonymous_namespace{settingsdlg.cpp}::SettingsDlgProc(), and wWinMain().
BOOL LoadAllSettings | ( | CRegKey & | key, |
SETTINGS_INFO & | settings | ||
) |
Definition at line 157 of file settings.cpp.
Referenced by LoadSettings().
BOOL LoadSettings | ( | PSETTINGS_INFO | pSettingsInfo | ) |
Definition at line 218 of file settings.cpp.
BOOL SaveAllSettings | ( | CRegKey & | key, |
SETTINGS_INFO & | settings | ||
) |
Definition at line 135 of file settings.cpp.
Referenced by SaveSettings().
BOOL SaveSettings | ( | HWND | hwnd, |
PSETTINGS_INFO | pSettingsInfo | ||
) |
Definition at line 230 of file settings.cpp.