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

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.  * Filename:
  37.  * ---------
  38.  *  wgui_categories_email.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *  MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *  
  47.  *
  48.  * Author:
  49.  * -------
  50.  *  
  51.  *
  52.  *==============================================================================
  53.  *             HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  *
  58.  * removed!
  59.  * removed!
  60.  * removed!
  61.  *
  62.  *------------------------------------------------------------------------------
  63.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  64.  *==============================================================================
  65.  *******************************************************************************/
  66. #ifndef WGUI_CATEGORIES_EMAIL_H
  67. #define  WGUI_CATEGORIES_EMAIL_H
  68. /********** EMAIL SCREEN START **********/
  69. extern void ShowCategory251Screen(
  70.                 U8 *title,
  71.                 U16 title_icon,
  72.                 U16 left_softkey,
  73.                 U16 left_softkey_icon,
  74.                 U16 right_softkey,
  75.                 U16 right_softkey_icon,
  76.                 S32 number_of_items,
  77.                 U8 **list_of_items1,
  78.                 /* U8** list_of_items2, */ U16 *list_of_icons1,
  79.                 U16 *list_of_icons2,
  80.                 S32 highlighted_item,
  81.                 U8 *history_buffer,
  82.                 U8 screen_look);
  83. extern void DrawCategory251InfoBox(U8 *, U8 *);
  84. extern void RedrawCategory251InfoBox(U8 *, U8 *);
  85. extern void ShowCategory252Screen(
  86.                 U8 *title,
  87.                 U16 title_icon,
  88.                 U16 left_softkey,
  89.                 U16 left_softkey_icon,
  90.                 U16 right_softkey,
  91.                 U16 right_softkey_icon,
  92.                 S32 number_of_items,
  93.                 U8 **list_of_items1,
  94.                 /* U8** list_of_items2, */ U16 *list_of_icons1,
  95.                 /* U16* list_of_icons2, */ S32 highlighted_item,
  96.                 U8 *history_buffer,
  97.                 U8 screen_look);
  98. extern void DrawCategory252InfoBox(U16, U8 *, U8 *);
  99. extern void RedrawCategory252InfoBox(U16, U8 *, U8 *);
  100. extern void ShowCategory253Screen(
  101.                 U8 *title,
  102.                 U16 title_icon,
  103.                 U16 left_softkey,
  104.                 U16 left_softkey_icon,
  105.                 U16 right_softkey,
  106.                 U16 right_softkey_icon,
  107.                 S32 number_of_items,
  108.                 U8 **list_of_items1,
  109.                 U8 **list_of_items2,
  110.                 U16 *list_of_icons1,
  111.                 U16 *list_of_icons2,
  112.                 U16 *list_of_icons3,
  113.                 U16 *list_of_icons4,
  114.                 U8 *n_of_icons2,
  115.                 S32 highlighted_item,
  116.                 U8 *history_buffer);
  117. extern UI_string_type get_asyncdynamic_item_text(S32 index);
  118. extern void asyncdynamic_list_highlight_handler(S32 item_index);
  119. extern void set_asyncdynamic_pop_up_descriptions(S32 highlighted_item);
  120. extern void ShowCategory261Screen(
  121.                 U8 *title,
  122.                 U16 title_icon,
  123.                 U16 left_softkey,
  124.                 U16 left_softkey_icon,
  125.                 U16 right_softkey,
  126.                 U16 right_softkey_icon,
  127.                 S32 number_of_items,
  128.                 GetAsyncItemFuncPtr get_item_func,
  129.                 GetAsyncHintFuncPtr get_hint_func,
  130.                 S32 highlighted_item,
  131.                 U16 list_icon,
  132.                 U16 attach_icon,
  133.                 U8 *history_buffer,
  134.                 S32 no_of_string,
  135.                 S32 no_of_icons,
  136.                 S32 *category_error_flag);
  137. extern void ExitCategory261Screen(void);
  138. extern void ShowCategory262Screen(
  139.                 U8 *title,
  140.                 U16 title_icon,
  141.                 U16 left_softkey,
  142.                 U16 left_softkey_icon,
  143.                 U16 right_softkey,
  144.                 U16 right_softkey_icon,
  145.                 S32 number_of_items,
  146.                 GetAsyncItemFuncPtr get_item_func,
  147.                 GetAsyncHintFuncPtr get_hint_func,
  148.                 S32 highlighted_item,
  149.                 U16 list_icon,
  150.                 U8 *history_buffer,
  151.                 S32 *category_error_flag);
  152. extern void RedrawCategory263InfoBox(U8 *infoText1, U8 *infoText2);
  153. extern void ShowCategory263Screen(
  154.                 U8 *title,
  155.                 U16 title_icon,
  156.                 U16 left_softkey,
  157.                 U16 left_softkey_icon,
  158.                 U16 right_softkey,
  159.                 U16 right_softkey_icon,
  160.                 S32 number_of_items,
  161.                 GetAsyncItemFuncPtr get_item_func,
  162.                 GetAsyncHintFuncPtr get_hint_func,
  163.                 S32 highlighted_item,
  164.                 U16 list_icon,
  165.                 U8 *history_buffer,
  166.                 S32 *category_error_flag);
  167. #endif /* WGUI_CATEGORIES_EMAIL_H */ 
  168. /********** EMAIL SCREEN END **********/