/******************************************************************** ** File Name: app_guiobj_optionmenu_guiobj.h ** ** File Description: The header file of picture sound and sleep timer optionmenu gui object ** ** Copyright(c) 2009 Sunplus Technologies - All Rights Reserved ** ** History Information Description ** Date Author Modification ** 2010/04/20 yj.li Create ********************************************************************/ #ifndef _APP_OPTIONMENU_GUIOBJ_H_ #define _APP_OPTIONMENU_GUIOBJ_H_ /******************************************************************** Including Files ********************************************************************/ #include "gobj_datastruct.h" #include "board_config.h" #include "font_common.h" /******************************************************************** Type definitions ********************************************************************/ typedef enum { PICTUREMODE_MENU, COLORTEMP_MENU, NOISEREDUCTION_MENU, SOUNDMODE_MENU, SLEEPTIMER_MENU, AUTOSLEEP_MENU, OSDTIMER_MENU, ASPECTRATIO_MENU, SPEAKER_PREFERENCE_MENU, #ifdef CONFIG_SUPPORT_SET_CLOCK_ONOFFTIME CLOCK_MENU, OFF_TIME_MENU, ON_TIME_MENU, #endif #ifdef CONFIG_SUPPORT_TTX TTLANGUAGE_MENU, #endif #ifdef CONFIG_SUPPORT_CAPTURE_LOGO CAPTURELOGO_MENU, #endif #ifdef CONFIG_CC_SUPPORT CCMODE_MENU, #endif #ifdef CONFIG_MAINMENU_DISPLAY_MODE NES_DISPLAY_MENU, #endif #if defined(CONFIG_BT_RDA5856) ||defined(CONFIG_BT_POL6556) BT_MODE_MENU, #endif #ifdef SUPPORT_HOMEMODE_CHANGE_IN_MAINMENU HOME_MODE_MENU, #endif SPDIF_MENU, HDMIMODE_MENU, #ifdef CONFIG_PROJECTOR_ASPECT PROJECTION_ZOOM_MENU, #endif MENU_NULL, } eCurrent_Menu_t; /******************************************************************** Extern Global Functions ********************************************************************/ extern INT32 APP_GUIOBJ_OptionMenuMenu_GetCurMenu(void); #endif