⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jmmstemplates.h

📁 MTK手机平台的MMI部分的源代码
💻 H
字号:
/*****************************************************************************
*  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 */ 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -