www.pudn.com > MMS.rar > mms_image.h


/***************************************************************************** 
** File Name:      xxx_mmi_image.h                                            * 
** Author:                                                                   * 
** Date:           12/2003                                                   * 
** Copyright:      2003 Spreadtrum, Incoporated. All Rights Reserved.         * 
** Description:    This file is used to describe call log                    * 
****************************************************************************** 
**                         Important Edit History                            * 
** --------------------------------------------------------------------------* 
** Create by Spreadtrum Resource Editor tool					              * 
******************************************************************************/ 
 
#ifndef MMS_MMI_IMAGE_H_ 
#define MMS_MMI_IMAGE_H_ 
 
#include "sci_types.h" 
#include "mmi_anim.h" 
#include "mmi_imagefun.h" 
#include "mmi_module.h" 
 
#ifdef __cplusplus 
extern   "C" { 
#endif 
 
/////////////////////////////////////////////////////////////////////////////// 
// ͼƬ×ÊÔ´ID 
/////////////////////////////////////////////////////////////////////////////// 
 
typedef enum MMS_MMI_IMAGE_ID_E 
{ 
	MMS_IMAGE_NULL = MMI_MODULE_MMS << 16, 
	IMAGE_MMS_PROGRESS_BAR_ICON, 
	IMAGE_MMS_HAVEDV_ICON, 
	IMAGE_MMS_IMAGE_BIG_ICON, 
	IMAGE_MMS_INSERT_VIDEO_ICON, 
	IMAGE_MMS_DEL_VIDEO_ICON, 
	MMS_IMAGE_MAX_ID 
} MMS_MMI_IMAGE_ID_E; 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif //MMS_MMI_IMAGE_H_