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


Public Member Functions | |
| CSliderSetting (LPCSTR DisplayName, long Default, long Min, long Max, LPCSTR Section, LPCSTR Entry, CSettingGroup *pGroup=NULL) | |
| CSliderSetting (SETTING *pSetting, CSettingGroup *pGroup=NULL) | |
| SETTING_TYPE | GetType () |
| void | SetOSDDivider (long OSDDivider) |
| void | GetDisplayText (LPSTR szBuffer) |
| void | SetupControl (HWND hWnd) |
| void | SetControlValue (HWND hWnd) |
| void | SetFromControl (HWND hWnd) |
| void | FillSettingStructure (SETTING *pSetting) |
|
||||||||||||||||||||||||||||||||
|
Slider setting. For the parameters:
|
1.3.4