#include <Setting.h>
Inheritance diagram for CYesNoSetting:


Public Member Functions | |
| CYesNoSetting (LPCSTR DisplayName, BOOL Default, LPCSTR Section, LPCSTR Entry, CSettingGroup *pGroup=NULL) | |
| CYesNoSetting (SETTING *pSetting, CSettingGroup *pGroup=NULL) | |
| SETTING_TYPE | GetType () |
| void | GetDisplayText (LPSTR szBuffer) |
| void | SetupControl (HWND hWnd) |
| void | SetControlValue (HWND hWnd) |
| void | SetFromControl (HWND hWnd) |
| void | FillSettingStructure (SETTING *pSetting) |
|
||||||||||||||||||||||||
|
Yes/No setting. Has only 0 or 1 as possible values. For the rest of the parameters:
|
1.3.4