JMMSTemplates.h
资源名称:mmi.rar [点击查看]
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:4k
源码类别:
MTK
开发平台:
C/C++
- /*****************************************************************************
- * Copyright Statement:
- * --------------------
- * This software is protected by Copyright and the information contained
- * herein is confidential. The software may not be copied and the information
- * contained herein may not be used or disclosed except with the written
- * permission of MediaTek Inc. (C) 2002
- *
- *****************************************************************************/
- /*****************************************************************************
- *
- * Filename:
- * ---------
- * jmms_templates.h
- *
- * Project:
- * --------
- * MAUI
- *
- * Description:
- * ------------
- * This file contans the enums,constants,structures, function prototypes used in
- * jmms_templates_ui.c
- *
- * Author:
- * -------
- * -------
- *
- *============================================================================
- * HISTORY
- * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *------------------------------------------------------------------------------
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- *------------------------------------------------------------------------------
- * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *============================================================================
- ****************************************************************************/
- #ifndef __MMI_JMMSTEMPLATESECMMI_H
- #define __MMI_JMMSTEMPLATESECMMI_H
- #include "MMI_features.h"
- #include "PixtelDataTypes.h"
- // #include "MessagingDataTypes.h"
- /*
- * Define
- */
- /*
- * Typedef
- */
- typedef struct
- {
- unsigned short strId;
- unsigned short imageId;
- unsigned short audioId;
- } mmi_jmms_template_info_struct;
- /*
- * Extern Global Variable
- */
- /*
- * Extern Global Function
- */
- extern void mmi_jmms_entry_templates_screen(void);
- extern void mmi_jmms_entry_templates_options_scren(void);
- extern void mmi_jmms_highlight_templates_options_view(void);
- extern void mmi_jmms_highlight_templates_options_write_message(void);
- extern void mmi_jmms_highlight_templates_options_properties(void);
- extern void mmi_jmms_templates_view(void);
- extern void mmi_jmms_templates_write_message(void);
- extern void mmi_jmms_templates_properties(void);
- extern pBOOL mmi_jmms_get_item_data_templates(
- S32 item_index,
- UI_string_type str_buff,
- PU8 *img_buff_p,
- U8 str_img_mask);
- extern void mmi_jmms_templates_init(void);
- extern JC_RETCODE mmi_jmms_create_template_mms(
- S8 *subject,
- U8 *image_buff,
- U32 image_len,
- U8 *audio_buff,
- U32 audio_len);
- extern void mmi_jmms_show_template_properties(void);
- extern void mmi_jmms_entry_templates(void);
- extern void mm_jmms_back_from_template_properties(void);
- extern void mm_jmms_end_from_template_properties(void);
- extern void mmi_jmms_create_template_mms_return_callback(JC_RETCODE eRet);
- extern void mmi_jmms_templates_write_message_async_callback(JC_RETCODE eRet);
- extern void mmi_jmms_parsing_progressing_screen(void);
- extern void mmi_jmms_only_abort_parsing_progress(void);
- extern void mmi_jmms_abort_parsing_progress(void);
- extern void mmi_jmms_entry_template_progress_screen(void);
- extern void mmi_jmms_create_template_messages(void);
- #ifdef __MMI_UNIFIED_MESSAGE__
- extern void mmi_jmms_template_use_number(void);
- extern void mmi_jmms_highlight_templates_view_options_use_number(void);
- extern void mmi_jmms_highlight_templates_view_options_save_objects(void);
- extern void mmi_jmms_entry_templates_view_options_scren(void);
- extern void mmi_jmms_entry_templates_view_options_scren(void);
- extern void mmi_jmms_highlight_templates_options_view_view_as(void);
- #endif /* __MMI_UNIFIED_MESSAGE__ */
- #endif /* __MMI_JMMSTEMPLATESECMMI_H */