📄 menufunc.h
字号:
#ifndef _MENUFUNC_H_
#define _MENUFUNC_H_
#ifdef _MENUFUNC_C_
#define _MENUFUNCDEC_
#else
#define _MENUFUNCDEC_ extern
#endif
//_MENUFUNCDEC_ BOOL ResetOsdTimer(void)
_MENUFUNCDEC_ WORD GetScale100Value(WORD value, WORD minValue, WORD maxValue);
_MENUFUNCDEC_ WORD DecIncValue(MenuItemActionType action, WORD value, WORD minValue, WORD maxValue, BYTE step);
_MENUFUNCDEC_ BOOL EnablePowerDownCounter(void);
_MENUFUNCDEC_ BOOL PowerOffSystem(void);
_MENUFUNCDEC_ BOOL PowerOnSystem(void);
_MENUFUNCDEC_ BOOL EnterRootMenu(void);
//_MENUFUNCDEC_ WORD GetSourceValue(void);
_MENUFUNCDEC_ BOOL AdjustSource(void);
_MENUFUNCDEC_ WORD GetSharpnessValue(void);
_MENUFUNCDEC_ WORD GetSharpnessRealValue(void);
_MENUFUNCDEC_ BOOL AdjustSharpness(MenuItemActionType action);
//_MENUFUNCDEC_ BOOL ResetAllSetting(void);
_MENUFUNCDEC_ BOOL SwitchSource(void);
//=====================================================================
//=====================================================================
//=====================================================================
_MENUFUNCDEC_ void SaveUserPref(void);
_MENUFUNCDEC_ BOOL AdjustVideoContrast(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetVideoContrastValue(void);
_MENUFUNCDEC_ BOOL AdjustVideoBrightness(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetBrightnessValue(void);
#if 0
_MENUFUNCDEC_ BOOL AdjustVideoHue(MenuItemActionType action);
#endif
_MENUFUNCDEC_ BOOL AdjustVideoSaturation(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetVideoSaturationValue(void);
_MENUFUNCDEC_ WORD GetChannelNumber(void);
_MENUFUNCDEC_ BYTE GetCurrentChannelNum(void);
_MENUFUNCDEC_ void ChannelUp(void);
_MENUFUNCDEC_ void ChannelDown(void);
_MENUFUNCDEC_ BOOL FineTuneAdjust(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetChromaModeValue(void);
_MENUFUNCDEC_ BOOL AdjustChromaMode(MenuItemActionType action);
//_MENUFUNCDEC_ WORD GetSoundModeValue(void);
_MENUFUNCDEC_ BOOL AdjustSoundMode(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetSkipValue(void);
_MENUFUNCDEC_ BOOL AdjustSkip(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetAudioVolumeValue(void);
_MENUFUNCDEC_ BOOL AdjustVolume(MenuItemActionType action);
//_MENUFUNCDEC_ WORD GetMuteStatusValue(void);
_MENUFUNCDEC_ BOOL AdjustMuteStatusValue(MenuItemActionType action);
_MENUFUNCDEC_ BOOL EnterPictureMenuExec(void);
_MENUFUNCDEC_ BOOL EnterAudioMenuExec(void);
_MENUFUNCDEC_ BOOL EnterFunctionMenuExec(void);
_MENUFUNCDEC_ BOOL EnterSystemMenuExec(void);
_MENUFUNCDEC_ BOOL EnterGameMenuExec(void);
_MENUFUNCDEC_ BOOL AdjustSWAPLeftSerNum(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetSWAPLeftSerNumValue(void);
_MENUFUNCDEC_ BOOL AdjustCOPYLeftSerNum(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetCOPYLeftSerNumValue(void);
_MENUFUNCDEC_ BOOL EnterPresetMenuExec(void);
_MENUFUNCDEC_ WORD GetBandValue(void);
_MENUFUNCDEC_ BOOL AdjustBandValue(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetCurrentFreValue(void);
_MENUFUNCDEC_ BOOL AdjustProgram(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetSleepTimeValue(void);
_MENUFUNCDEC_ BOOL AdjustSleepTime(MenuItemActionType action);
_MENUFUNCDEC_ BOOL EnterClockMenuExec(void);
_MENUFUNCDEC_ BOOL AdjustTime(MenuItemActionType action);
_MENUFUNCDEC_ BOOL AdjustONTime(MenuItemActionType action);
_MENUFUNCDEC_ BOOL AdjustOFFTime(MenuItemActionType action);
_MENUFUNCDEC_ BOOL AdjustDOWN(MenuItemActionType action);
_MENUFUNCDEC_ void PanelReversal(BYTE Position);
_MENUFUNCDEC_ BOOL AdjustCopyChannel(MenuItemActionType action);
_MENUFUNCDEC_ BOOL AdjustSWAPChannel(MenuItemActionType action);
_MENUFUNCDEC_ BYTE usrNonLinearCalculate(NonLinearCurveType NoLinear,BYTE AdjustValue);
_MENUFUNCDEC_ BOOL AdjustScaling(MenuItemActionType action);
//_MENUFUNCDEC_ WORD GetScalingValue(void);
_MENUFUNCDEC_ WORD GetAGCValue(void);
_MENUFUNCDEC_ BOOL AdjustAGC(MenuItemActionType action);
_MENUFUNCDEC_ void msSetCCFLBrightness(void);
#if VGA_ENABLE
_MENUFUNCDEC_ BOOL AutoConfig(void);
_MENUFUNCDEC_ BOOL AdjustHPosition(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetHPositionValue(void);
_MENUFUNCDEC_ BOOL AdjustVPosition(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetVPositionValue(void);
#if 0
_MENUFUNCDEC_ BOOL AutoColor(void);
_MENUFUNCDEC_ BOOL AdjustFocus(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetFocusValue(void);
_MENUFUNCDEC_ WORD GetLanguageValue(void);
_MENUFUNCDEC_ BOOL AdjustLanguage(MenuItemActionType action);
_MENUFUNCDEC_ BOOL AdjustOsdTimeValue(MenuItemActionType action);
_MENUFUNCDEC_ WORD GetOsdTimeValue(void);
#endif
#endif
#ifdef Multi_language
_MENUFUNCDEC_ BOOL AdjustLanguage(MenuItemActionType action);
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -