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

DVD

开发平台:

C/C++

  1. /*--------------------------------------------------------------------------
  2. |  File Name   : InfoBanner_func.h
  3. |
  4. |  Description : Function declaration of InfoBannner.c and InfoBanner_ui.c 
  5. |  
  6. |  Version    :  0.1  
  7. |  Rev Date         Author(s)      Status & Comments
  8. |---------------------------------------------------------------------------------
  9. |  0.1 20040315       feeling      creating
  10. |
  11. */
  12. #ifndef MENU_FUNC_H
  13. #define MENU_FUNC_H
  14. //extern void osd_draw_passwd_button(UINT32 xStart, UINT32 yStart, UINT32 xLen, BYTE flag );
  15. //void InitMainMenu(void);
  16. void show_info_banner_page(void);
  17. void show_play_mode(void);
  18. void osd_init_info_banner(void);
  19. void info_banner_func_left(void);
  20. void info_banner_func_right(void);
  21. void info_banner_func_up(void);
  22. void info_banner_func_down(void);
  23. void info_banner_func_select(void);
  24. void exit_info_banner(void);
  25. void exe_infobanner_str_rect_display(void);
  26. void exe_infobanner_function(UINT8 Type, UINT8 OpnLR, UINT8 OpnUD);
  27. void init_tt_ch_info(void);
  28. BYTE get_str_circle_num(void);
  29. void info_input_chapter(int num);
  30. void info_input_title(int num);
  31. void info_input_time(int num);
  32. void exit_info_banner_page(void);
  33. #endif