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

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) 2002
  8. *
  9. *****************************************************************************/
  10. /*****************************************************************************
  11.  *
  12.  * Filename:
  13.  * ---------
  14.  *  JMMSSent.h
  15.  *
  16.  * Project:
  17.  * --------
  18.  *  MAUI
  19.  *
  20.  * Description:
  21.  * ------------
  22.  * This file contans the enums,constants,structures, function prototypes used in
  23.  * jmms_sent.c
  24.  *
  25.  * Author:
  26.  * -------
  27.  * -------
  28.  *
  29.  *============================================================================
  30.  *             HISTORY
  31.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  32.  *------------------------------------------------------------------------------
  33.  * removed!
  34.  *
  35.  * removed!
  36.  * removed!
  37.  * removed!
  38.  *
  39.  * removed!
  40.  * removed!
  41.  * removed!
  42.  *
  43.  * removed!
  44.  * removed!
  45.  * removed!
  46.  * removed!
  47.  *
  48.  *------------------------------------------------------------------------------
  49.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  50.  *============================================================================
  51.  ****************************************************************************/
  52. #ifndef __MMI_JMMSSENTSECMMI_H
  53. #define __MMI_JMMSSENTSECMMI_H
  54. #include "MMI_features.h"
  55. #include "PixtelDataTypes.h"
  56. // #include "MessagingDataTypes.h"
  57. /* 
  58.  * Define
  59.  */
  60. /* 
  61.  * Typedef 
  62.  */
  63. /* 
  64.  * Extern Global Variable
  65.  */
  66. /* 
  67.  * Extern Global Function
  68.  */
  69. extern void mmi_jmms_entry_sent(void);
  70. extern void mmi_jmms_entry_sent_screen(void);
  71. extern void mmi_jmms_entry_sent_options_scren(void);
  72. extern void mmi_jmms_highlight_sent_options_view(void);
  73. extern void mmi_jmms_highlight_sent_options_delete(void);
  74. extern void mmi_jmms_highlight_sent_options_delete_all(void);
  75. extern void mmi_jmms_highlight_sent_options_properties(void);
  76. extern void mmi_jmms_sent_view(void);
  77. extern void mmi_jmms_sent_delete(void);
  78. extern void mmi_jmms_sent_delete_all(void);
  79. extern void mmi_jmms_sent_use_details(void);
  80. extern void mmi_jmms_sent_properties(void);
  81. extern void mmi_jmms_sent_init(void);
  82. extern void mmi_jmms_delete_all_message_sent(void);
  83. extern void mmi_jmms_sent_pre_delete(void);
  84. extern S32 mmi_jmms_get_item_hint_sent(S32 item_index, UI_string_type *hint_array);
  85. extern pBOOL mmi_jmms_get_item_data_sent(S32 item_index, UI_string_type str_buff, PU8 *img_buff_p, U8 str_img_mask);
  86. #ifdef __MMI_UNIFIED_MESSAGE__
  87. extern void mmi_jmms_highlight_sent_options_edit_message(void);
  88. extern void mmi_jmms_highlight_sent_options_save_object(void);
  89. extern void mmi_jmms_highlight_sent_options_use_number(void);
  90. extern void mmi_jmms_highlight_sent_options_forward(void);
  91. extern void mmi_jmms_pre_sent_edit_message(void);
  92. extern void mmi_jmms_sent_forward(void);
  93. #else /* __MMI_UNIFIED_MESSAGE__ */ 
  94. extern void mmi_jmms_highlight_sent_options_use_details(void);
  95. extern void mmi_jmms_highlight_sent_options_sent_to_others(void);
  96. extern void mmi_jmms_highlight_sent_options_move_to_drafts(void);
  97. extern void mmi_jmms_sent_sent_to_others(void);
  98. extern void mmi_jmms_sent_move_to_drafts(void);
  99. #endif /* __MMI_UNIFIED_MESSAGE__ */ 
  100. extern void mmi_jmms_sent_sent_to_others_async_callback(JC_RETCODE eRet);
  101. #endif /* __MMI_JMMSSENTSECMMI_H */