osdGUI_func.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. /**************************************************************
  2. ** FILE
  3. ** osdGUI_def.h
  4. **
  5. ** DESCRIPTION
  6. **  some function declaration
  7. **
  8. **
  9. **   Creator:  zhaoyanhua
  10. **   Date:     2004-5-25 13:59
  11. ****************************************************************/
  12. #ifndef  _OSDGUI_FUNC_H
  13. #define _OSDGUI_FUNC_H
  14. void OSDGUI_Init();
  15. void OSDGUI_ShowDirInitPara(void);
  16. void OSDGUI_ShowOneDirContent(int iDir);
  17. void OSDGUI_SetCurrentDir(UINT16 iDir);
  18. void OSDGUI_RefreshButton(int btn_index, int button_state);
  19. BYTE OSDGUI_GetSelButtonType(int btn_index);
  20. INT16 OSDGUI_GetRootDir(void);
  21. INT16  OSDGUI_GetParentDir(UINT16 iSelect, BYTE type);
  22. void OSDGUI_GetOneDirContent(int iDir);
  23. UINT16 OSDGUI_GetCurrentDir(void);
  24. void OSDGUI_GetFileName(BYTE file_name[], UINT16 file_index);
  25. void OSDGUI_GetDirName(BYTE dir_name[], UINT16 dir_index);
  26. void OSDGUI_GetCurrentPage(BYTE page_type);
  27. void OSDGUI_DrawOnePage(void);
  28. UINT32 OSDGUI_CmdUp(void);
  29. UINT32 OSDGUI_CmdRight(void);
  30. UINT32 OSDGUI_CmdLeft(void);
  31. UINT32 OSDGUI_CmdDown(void);
  32. #endif//_OSDGUI_FUNC_H