gui_theme_struct.h
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:16k
源码类别:

MTK

开发平台:

C/C++

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2005
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *
  34. *****************************************************************************/
  35. /*****************************************************************************
  36.  *
  37.  * Filename:
  38.  * ---------
  39.  *   gui_theme_struct.h
  40.  *
  41.  * Project:
  42.  * --------
  43.  *   MAUI
  44.  *
  45.  * Description:
  46.  * ------------
  47.  *   Basic theme data structure 
  48.  *
  49.  * Author:
  50.  * -------
  51.  * -------
  52.  * -------
  53.  * -------
  54.  *
  55.  *==============================================================================
  56.  *             HISTORY
  57.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  58.  *------------------------------------------------------------------------------
  59.  * removed!
  60.  *
  61.  * removed!
  62.  * removed!
  63.  * removed!
  64.  *
  65.  * removed!
  66.  * removed!
  67.  * removed!
  68.  *
  69.  *------------------------------------------------------------------------------
  70.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  71.  *==============================================================================
  72.  *******************************************************************************/
  73. #ifndef THEME_STRUCT_H
  74. #define  THEME_STRUCT_H
  75. #include "CustThemesRes.h"
  76. typedef struct _UI_button_theme
  77. {
  78.     UI_filled_area *normal_up_filler;
  79.     UI_filled_area *normal_down_filler;
  80.     UI_filled_area *disabled_up_filler;
  81.     UI_filled_area *disabled_down_filler;
  82.     UI_filled_area *focussed_up_filler;
  83.     UI_filled_area *focussed_down_filler;
  84.     UI_filled_area *clicked_up_filler;
  85.     UI_filled_area *clicked_down_filler;
  86. } UI_button_theme;
  87. typedef struct _UI_text_button_theme
  88. {
  89.     color normal_up_text_color;
  90.     color normal_down_text_color;
  91.     color disabled_up_text_color;
  92.     color disabled_down_text_color;
  93.     color focussed_up_text_color;
  94.     color focussed_down_text_color;
  95.     color clicked_up_text_color;
  96.     color clicked_down_text_color;
  97.     UI_font_type text_font;
  98.     U32 flags;
  99. } UI_text_button_theme;
  100. typedef struct _UI_icon_button_theme
  101. {
  102.     UI_filled_area *normal_up_filler;
  103.     UI_filled_area *normal_down_filler;
  104.     UI_filled_area *disabled_up_filler;
  105.     UI_filled_area *disabled_down_filler;
  106.     UI_filled_area *focussed_up_filler;
  107.     UI_filled_area *focussed_down_filler;
  108.     UI_filled_area *clicked_up_filler;
  109.     UI_filled_area *clicked_down_filler;
  110.     U32 flags;
  111. } UI_icon_button_theme;
  112. typedef struct _UI_icontext_button_theme
  113. {
  114.     UI_filled_area *normal_up_filler;
  115.     UI_filled_area *normal_down_filler;
  116.     UI_filled_area *disabled_up_filler;
  117.     UI_filled_area *disabled_down_filler;
  118.     UI_filled_area *focussed_up_filler;
  119.     UI_filled_area *focussed_down_filler;
  120.     UI_filled_area *clicked_up_filler;
  121.     UI_filled_area *clicked_down_filler;
  122.     color normal_up_text_color;
  123.     color normal_down_text_color;
  124.     color disabled_up_text_color;
  125.     color disabled_down_text_color;
  126.     color focussed_up_text_color;
  127.     color focussed_down_text_color;
  128.     color clicked_up_text_color;
  129.     color clicked_down_text_color;
  130.     UI_font_type text_font;
  131.     U32 flags;
  132. } UI_icontext_button_theme;
  133. typedef struct _UI_vertical_scrollbar_theme
  134. {
  135.     UI_filled_area *focussed_bar_filler;
  136.     UI_filled_area *normal_bar_filler;
  137.     UI_filled_area *disabled_bar_filler;
  138.     UI_button_theme *up_button_theme;
  139.     UI_button_theme *down_button_theme;
  140.     UI_button_theme *scroll_button_theme;
  141.     PU8 up_button_icon;
  142.     PU8 down_button_icon;
  143.     PU8 scroll_button_icon;
  144.     U32 flags;
  145. } UI_vertical_scrollbar_theme;
  146. typedef struct _UI_horizontal_scrollbar_theme
  147. {
  148.     UI_filled_area *focussed_bar_filler;
  149.     UI_filled_area *normal_bar_filler;
  150.     UI_filled_area *disabled_bar_filler;
  151.     UI_button_theme *left_button_theme;
  152.     UI_button_theme *right_button_theme;
  153.     UI_button_theme *scroll_button_theme;
  154.     PU8 left_button_icon;
  155.     PU8 right_button_icon;
  156.     PU8 scroll_button_icon;
  157.     U32 flags;
  158. } UI_horizontal_scrollbar_theme;
  159. typedef struct _UI_horizontal_progress_indicator_theme
  160. {
  161.     U32 flags;
  162.     UI_filled_area *background_filler;
  163.     UI_filled_area *foreground_filler;
  164.     S32 n_fillers;
  165.     U8 *percentages;
  166.     S32 block_width;
  167.     S32 block_gap;
  168.     S32 border_gap;
  169. } UI_horizontal_progress_indicator_theme;
  170. typedef struct _UI_vertical_progress_indicator_theme
  171. {
  172.     U32 flags;
  173.     UI_filled_area *background_filler;
  174.     UI_filled_area *foreground_filler;
  175.     S32 n_fillers;
  176.     U8 *percentages;
  177.     S32 block_height;
  178.     S32 block_gap;
  179.     S32 border_gap;
  180. } UI_vertical_progress_indicator_theme;
  181. typedef struct _UI_vertical_slide_theme
  182. {
  183.     UI_filled_area *focussed_bar_filler;
  184.     UI_filled_area *normal_bar_filler;
  185.     UI_filled_area *disabled_bar_filler;
  186.     UI_button_theme *scroll_button_theme;
  187.     PU8 scroll_button_icon;
  188.     U32 flags;
  189. } UI_vertical_slide_theme;
  190. typedef struct _UI_horizontal_slide_theme
  191. {
  192.     UI_filled_area *focussed_bar_filler;
  193.     UI_filled_area *normal_bar_filler;
  194.     UI_filled_area *disabled_bar_filler;
  195.     UI_button_theme *scroll_button_theme;
  196.     PU8 scroll_button_icon;
  197.     U32 flags;
  198. } UI_horizontal_slide_theme;
  199. typedef struct _UI_multitap_input_theme
  200. {
  201.     UI_filled_area *f;
  202.     color selector_color;
  203.     color normal_text_color;
  204.     color selected_text_color;
  205.     UI_font_type text_font;
  206.     S8 text_gap;
  207.     U32 flags;
  208. } UI_multitap_input_theme;
  209. typedef struct _UI_single_line_input_box_theme
  210. {
  211.     UI_filled_area *normal_filler;
  212.     UI_filled_area *disabled_filler;
  213.     UI_filled_area *selected_filler;
  214.     color normal_text_color;
  215.     color disabled_text_color;
  216.     color selected_text_color;
  217.     color selection_text_color;
  218.     color selection_color;
  219.     color cursor_color;
  220.     UI_font_type text_font;
  221.     S8 text_gap;
  222.     U32 flags;
  223.     U8 mask_character;
  224. } UI_single_line_input_box_theme;
  225. typedef struct _UI_multi_line_input_box_theme
  226. {
  227.     UI_filled_area *normal_filler;
  228.     UI_filled_area *disabled_filler;
  229.     UI_filled_area *selected_filler;
  230.     color special_text_color;
  231.     color normal_text_color;
  232.     color disabled_text_color;
  233.     color selected_text_color;
  234.     color selection_text_color;
  235.     color selection_color;
  236.     color boundary_color;
  237.     color cursor_color;
  238.     UI_font_type text_font;
  239.     S8 text_gap;
  240.     U32 flags;
  241.     U8 mask_character;
  242.     S32 vbar_width;
  243. } UI_multi_line_input_box_theme;
  244. typedef struct _UI_dialer_input_box_theme
  245. {
  246.     UI_filled_area *normal_filler;
  247.     UI_filled_area *disabled_filler;
  248.     UI_filled_area *selected_filler;
  249.     color normal_text_color;
  250.     color disabled_text_color;
  251.     color selected_text_color;
  252.     color selection_text_color;
  253.     color selection_color;
  254.     color cursor_color;
  255.     UI_font_type text_font;
  256.     S8 text_gap;
  257.     U32 flags;
  258.     U8 mask_character;
  259. } UI_dialer_input_box_theme;
  260. typedef struct _UI_text_menuitem_theme
  261. {
  262.     UI_filled_area *normal_filler;
  263.     UI_filled_area *disabled_filler;
  264.     UI_filled_area *selected_filler;
  265.     UI_filled_area *focussed_filler;
  266.     color normal_text_color;
  267.     color disabled_text_color;
  268.     color selected_text_color;
  269.     color focussed_text_color;
  270.     UI_font_type text_font;
  271.     U32 flags;
  272. } UI_text_menuitem_theme;
  273. typedef struct _UI_icontext_menuitem_theme
  274. {
  275.     UI_filled_area *normal_filler;
  276.     UI_filled_area *disabled_filler;
  277.     UI_filled_area *selected_filler;
  278.     UI_filled_area *focussed_filler;
  279.     color normal_text_color;
  280.     color disabled_text_color;
  281.     color selected_text_color;
  282.     color focussed_text_color;
  283.     UI_font_type text_font;
  284.     U32 flags;
  285. } UI_icontext_menuitem_theme;
  286. typedef struct _UI_fixed_text_menuitem_theme
  287. {
  288.     UI_filled_area *normal_filler;
  289.     UI_filled_area *disabled_filler;
  290.     UI_filled_area *selected_filler;
  291.     UI_filled_area *focussed_filler;
  292.     color normal_text_color;
  293.     color disabled_text_color;
  294.     color selected_text_color;
  295.     color focussed_text_color;
  296.     UI_font_type text_font;
  297.     U32 flags;
  298. } UI_fixed_text_menuitem_theme;
  299. typedef struct _UI_fixed_icontext_menuitem_theme
  300. {
  301.     UI_filled_area *normal_filler;
  302.     UI_filled_area *disabled_filler;
  303.     UI_filled_area *selected_filler;
  304.     UI_filled_area *focussed_filler;
  305.     color normal_text_color;
  306.     color disabled_text_color;
  307.     color selected_text_color;
  308.     color focussed_text_color;
  309.     UI_font_type text_font;
  310.     U32 flags;
  311. } UI_fixed_icontext_menuitem_theme;
  312. /* Minimum 4 icons are required for email/IMPS */
  313. #define FIXED_ICONTEXT_LIST_MAX_ICON_COLUMNS 4
  314. /*
  315.  * "At-most" 2 text columns are supported for dynamic list menu because 
  316.  * * the implementation uses subMenuData[] and hintData[] to hold text data.
  317.  */
  318. #define FIXED_ICONTEXT_LIST_MAX_TEXT_COLUMNS 2
  319. typedef struct _UI_fixed_icontext_list_menuitem_theme
  320. {
  321.     UI_filled_area *normal_filler;
  322.     UI_filled_area *disabled_filler;
  323.     UI_filled_area *selected_filler;
  324.     UI_filled_area *focussed_filler;
  325.     color normal_text_colors[FIXED_ICONTEXT_LIST_MAX_TEXT_COLUMNS];
  326.     color disabled_text_colors[FIXED_ICONTEXT_LIST_MAX_TEXT_COLUMNS];
  327.     color selected_text_colors[FIXED_ICONTEXT_LIST_MAX_TEXT_COLUMNS];
  328.     color focussed_text_colors[FIXED_ICONTEXT_LIST_MAX_TEXT_COLUMNS];
  329.     UI_font_type text_fonts[FIXED_ICONTEXT_LIST_MAX_TEXT_COLUMNS];
  330.     U32 flags;
  331. } UI_fixed_icontext_list_menuitem_theme;
  332. typedef struct _UI_fixed_twostate_menuitem_theme
  333. {
  334.     UI_filled_area *normal_filler;
  335.     UI_filled_area *disabled_filler;
  336.     UI_filled_area *selected_filler;
  337.     UI_filled_area *focussed_filler;
  338.     color normal_text_color;
  339.     color disabled_text_color;
  340.     color selected_text_color;
  341.     color focussed_text_color;
  342.     UI_font_type text_font;
  343.     U32 flags;
  344. } UI_fixed_twostate_menuitem_theme;
  345. typedef struct _UI_list_menu_theme
  346. {
  347.     UI_filled_area *normal_filler;
  348.     UI_filled_area *focussed_filler;
  349.     S32 vbar_width;
  350.     U32 flags;
  351. } UI_list_menu_theme;
  352. typedef struct _UI_matrix_menu_theme
  353. {
  354.     UI_filled_area *normal_filler;
  355.     UI_filled_area *focussed_filler;
  356.     S32 vbar_width;
  357.     S32 hbar_height;
  358.     U32 flags;
  359. } UI_matrix_menu_theme;
  360. typedef struct _UI_fixed_list_menu_theme
  361. {
  362.     UI_filled_area *normal_filler;
  363.     UI_filled_area *focussed_filler;
  364.     S32 vbar_width;
  365.     U32 flags;
  366. } UI_fixed_list_menu_theme;
  367. typedef struct _UI_fixed_matrix_menu_theme
  368. {
  369.     UI_filled_area *normal_filler;
  370.     UI_filled_area *focussed_filler;
  371.     S32 vbar_width;
  372.     S32 hbar_height;
  373.     U32 flags;
  374. } UI_fixed_matrix_menu_theme;
  375. typedef struct _UI_drop_down_control_theme
  376. {
  377.     UI_filled_area *normal_filler;
  378.     UI_filled_area *disabled_filler;
  379.     UI_filled_area *focussed_filler;
  380.     UI_filled_area *clicked_filler;
  381.     color normal_text_color;
  382.     color disabled_text_color;
  383.     color focussed_text_color;
  384.     color clicked_text_color;
  385.     UI_font_type text_font;
  386.     U32 flags;
  387.     UI_button_theme *down_button_theme;
  388.     PU8 down_button_icon;
  389. } UI_drop_down_control_theme;
  390. typedef struct _UI_horizontal_select_theme
  391. {
  392.     UI_filled_area *background_filler;
  393.     U32 flags;
  394. } UI_horizontal_select_theme;
  395. typedef struct _UI_window_title_theme
  396. {
  397.     color active_text_color;
  398.     color inactive_text_color;
  399.     color focussed_text_color;
  400.     color selected_text_color;
  401.     UI_font_type text_font;
  402.     UI_filled_area *active_filler;
  403.     UI_filled_area *inactive_filler;
  404.     UI_filled_area *focussed_filler;
  405.     UI_filled_area *selected_filler;
  406. } UI_window_title_theme;
  407. typedef struct _UI_pop_up_description_theme
  408. {
  409.     color text_color;
  410.     UI_font_type text_font;
  411.     UI_filled_area *background_filler;
  412.     U32 flags;
  413. } UI_pop_up_description_theme;
  414. typedef struct _UI_information_bar_theme
  415. {
  416.     color background_color;
  417. } UI_information_bar_theme;
  418. typedef struct _UI_EMS_input_box_theme
  419. {
  420.     UI_filled_area *normal_filler;
  421.     UI_filled_area *disabled_filler;
  422.     UI_filled_area *selected_filler;
  423.     color normal_text_color;
  424.     color selected_text_color;
  425.     color selection_color;
  426.     color cursor_color;
  427.     color boundary_color;   /* Pixtel - Gurinder - 3/14/2004 - Editor With BG Image */
  428.     U32 flags;
  429.     S32 vbar_width;
  430. } UI_EMS_input_box_theme;
  431. typedef struct _UI_shortcut_box_theme
  432. {
  433.     color normal_text_color;
  434.     color normal_text_border_color;
  435.     color active_text_color;
  436.     color active_text_border_color;
  437.     S8 use_border;
  438. } UI_shortcut_box_theme;
  439. typedef struct _UI_horizontal_tab_bar_theme
  440. {
  441.     UI_filled_area *background_filler;
  442.     UI_font_type tab_text_font;
  443.     UI_font_type focused_tab_text_font;
  444.     color focused_tab_text_color;
  445.     color normal_tab_text_color;
  446.     color blinking_tab_text_color;
  447.     UI_font_type hint_text_font;
  448.     color hint_text_color;
  449.     color hint_text_border_color;
  450.     S8 hint_text_gap;
  451.     U16 hint_bg_image;
  452.     UI_filled_area *hint_filler;
  453.     /* Blinking and normal tab has the same size */
  454.     UI_filled_area *normal_tab_filler;
  455.     UI_filled_area *normal_l_tab_filler;
  456.     UI_filled_area *normal_r_tab_filler;
  457.     U16 normal_tab_icon;
  458.     U16 normal_l_tab_icon;
  459.     U16 normal_r_tab_icon;
  460.     UI_filled_area *blinking_tab_filler;
  461.     UI_filled_area *blinking_l_tab_filler;
  462.     UI_filled_area *blinking_r_tab_filler;
  463.     U16 blinking_tab_icon;
  464.     U16 blinking_l_tab_icon;
  465.     U16 blinking_r_tab_icon;
  466.     /* Focused tab might be larger than normal tab */
  467.     UI_filled_area *focused_tab_filler;
  468.     UI_filled_area *focused_l_tab_filler;
  469.     UI_filled_area *focused_r_tab_filler;
  470.     U16 focused_tab_icon;
  471.     U16 focused_l_tab_icon;
  472.     U16 focused_r_tab_icon;
  473.     U16 left_button_icon;
  474.     U16 right_button_icon;
  475. } UI_horizontal_tab_bar_theme;
  476. typedef struct _UI_virtual_keyboard_theme
  477. {
  478.     UI_filled_area *key_down_filler;
  479.     color key_down_text_color;
  480.     color key_up_text_color;
  481.     color dead_key_down_text_color;
  482.     color dead_key_up_text_color;
  483.     color disp_area_text_color;
  484.     UI_font_type text_font;
  485.     U32 flags;
  486. } UI_virtual_keyboard_theme;
  487. #endif /* THEME_STRUCT_H */