mms_image.h
上传用户:amanda_214
上传日期:2014-04-26
资源大小:163k
文件大小:2k
开发平台:

C/C++

  1. /*****************************************************************************
  2. ** File Name:      xxx_mmi_image.h                                            *
  3. ** Author:                                                                   *
  4. ** Date:           12/2003                                                   *
  5. ** Copyright:      2003 Spreadtrum, Incoporated. All Rights Reserved.         *
  6. ** Description:    This file is used to describe call log                    *
  7. ******************************************************************************
  8. **                         Important Edit History                            *
  9. ** --------------------------------------------------------------------------*
  10. ** Create by Spreadtrum Resource Editor tool               *
  11. ******************************************************************************/
  12. #ifndef MMS_MMI_IMAGE_H_
  13. #define MMS_MMI_IMAGE_H_
  14. #include "sci_types.h"
  15. #include "mmi_anim.h"
  16. #include "mmi_imagefun.h"
  17. #include "mmi_module.h"
  18. #ifdef __cplusplus
  19. extern   "C" {
  20. #endif
  21. ///////////////////////////////////////////////////////////////////////////////
  22. // 图片资源ID
  23. ///////////////////////////////////////////////////////////////////////////////
  24. typedef enum MMS_MMI_IMAGE_ID_E
  25. {
  26. MMS_IMAGE_NULL = MMI_MODULE_MMS << 16,
  27. IMAGE_MMS_PROGRESS_BAR_ICON,
  28. IMAGE_MMS_HAVEDV_ICON,
  29. IMAGE_MMS_IMAGE_BIG_ICON,
  30. IMAGE_MMS_INSERT_VIDEO_ICON,
  31. IMAGE_MMS_DEL_VIDEO_ICON,
  32. MMS_IMAGE_MAX_ID
  33. } MMS_MMI_IMAGE_ID_E;
  34. #ifdef __cplusplus
  35. }
  36. #endif
  37. #endif //MMS_MMI_IMAGE_H_