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

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) 2005
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *
  34. *****************************************************************************/
  35. /*******************************************************************************
  36.  * Filename:
  37.  * ---------
  38.  * ShortcutsDefs.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  * MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  * This file defines constant and enum value used in Shortcuts application.
  47.  *
  48.  * Author:
  49.  * -------
  50.  * -------
  51.  *
  52.  *==============================================================================
  53.  *             HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  *
  58.  * removed!
  59.  * removed!
  60.  * removed!
  61.  *
  62.  * removed!
  63.  * removed!
  64.  * removed!
  65.  *
  66.  * removed!
  67.  * removed!
  68.  * removed!
  69.  *
  70.  * removed!
  71.  * removed!
  72.  * removed!
  73.  *
  74.  * removed!
  75.  * removed!
  76.  * removed!
  77.  *
  78.  * removed!
  79.  * removed!
  80.  * removed!
  81.  *
  82.  * removed!
  83.  * removed!
  84.  * removed!
  85.  *
  86.    * Nov 12 2005 mtk01215
  87.  * removed!
  88.  * removed!
  89.  *
  90.  *------------------------------------------------------------------------------
  91.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  92.  *==============================================================================
  93.  *******************************************************************************/
  94. /**
  95.  * Copyright Notice
  96.  * ?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
  97.  * Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
  98.  *  (It is illegal to remove this copyright notice from this software or any
  99.  *  portion of it)
  100.  */
  101. /**************************************************************
  102.    FILENAME : ShortcutsDefs.h
  103.    PURPOSE     : Shortcuts application 
  104.    REMARKS     : nil
  105.    AUTHOR      : NEERAJ SHARMA
  106.    DATE     : May 12,03
  107. **************************************************************/
  108. #ifndef _MMI_SHORTCUTSDEFS_H
  109. #define _MMI_SHORTCUTSDEFS_H
  110. #include "MMI_features.h"
  111. #ifndef __DISABLE_SHORTCUTS_IMPL__
  112. #include "StdC.h"
  113. #include "PixtelDataTypes.h"
  114. #include "FrameworkStruct.h"
  115. #include "ShortcutsStruct.h"
  116. /* 
  117.  * Define
  118.  */
  119. #define  SHCT_MAX_ALIAS_TABLE    1
  120. #define  SHCT_COUNT_BYTE         0
  121. #define  SHCT_INTEGRITY_BYTE     1
  122. #define  SHCT_DATA_BYTE          2
  123. // #define      SHCT_MENUID_START                       SHCT_DATA_BYTE + SHCT_MAX_SEL_LIST
  124. #define  ENABLE_STATE            1
  125. #define  DISABLE_STATE           0
  126. #define  SHCT_DEFAULT_MENU_ID    0
  127. #define  SHCT_NVRAM_SIZE         250
  128. #define  SHCT_MAX_LIST        30
  129. #define  SHCT_MAX_CANDI_LIST     50
  130. extern U8 shct_max_list_cand;
  131. extern U8 shct_list_default;
  132. /* 
  133.  * Typedef 
  134.  */
  135. /* Screen Ids */
  136. typedef enum
  137. {
  138.     SCR_ID_SHCT_IDLE_SHORTCUT = SHORTCUTS_BASE + 1,
  139.     SCR_ID_SHCT_MAIN_MENU,
  140.     SCR_ID_SHCT_EDIT,
  141.     SCR_ID_SHCT_OPTION,
  142.     SCR_ID_SHCT_ORDER,
  143. #if defined(__MMI_DEDICATED_KEY_SHORTCUTS__)
  144.     SCR_ID_SHCT_DEDICATED_KEYS,
  145.     SCR_ID_SHCT_EDIT_DEDICATED_KEYS,
  146. #endif /* defined(__MMI_DEDICATED_KEY_SHORTCUTS__) */ 
  147.     SCR_ID_SHTC_TOTAL
  148. } SCR_ID_SHCT_ENUM;
  149. /* Option Ids */
  150. typedef enum
  151. {
  152.     SHR_OPTIONS_ADD = 0,
  153.     SHR_OPTIONS_EDIT,
  154.     SHR_OPTIONS_DELETE,
  155.     SHR_OPTIONS_DELETE_ALL,
  156.     SHR_OPTIONS_ENABLE,
  157.     SHR_OPTIONS_DISABLE,
  158.     SHR_OPTIONS_CHANGE_ORDER,
  159.     SHR_OPTIONS_TOTAL
  160. } OPTION_ID_SHCT_ENUM;
  161. /* String Ids */
  162. typedef enum
  163. {
  164.     SHORTCUTS_OPTIONS_EDIT_STRING_ID = SHORTCUTS_BASE + 1,
  165.     SHORTCUTS_TITLE_STRING_ID,
  166.     SHORTCUTS_HINT_STRING_ID,
  167.     SHORTCUTS_ADD_STRING_ID,
  168.     SHORTCUTS_EDIT_STRING_ID,
  169.     SHORTCUTS_DELETE_STRING_ID,
  170.     SHORTCUTS_DELETE_ALL_STRING_ID,
  171.     SHORTCUTS_ENABLE_STRING_ID,
  172.     SHORTCUTS_DISABLE_STRING_ID,
  173.     SHORTCUTS_FULL_MSG_STRING_ID,
  174.     SHORTCUTS_CHANGE_ORDER_STRING_ID
  175. } STR_ID_SHCT_ENUM;
  176. /* Image Ids */
  177. typedef enum
  178. {
  179.     SHORTCUTS_OPTIONS_EDIT_IMAGE_ID = SHORTCUTS_BASE + 1,
  180.     SHORTCUTS_TITLE_IMAGE_ID
  181. } IMG_ID_SHCT_ENUM;
  182. #if defined(__MMI_DEDICATED_KEY_SHORTCUTS__)
  183. typedef enum
  184. {
  185.     DEDICATED_KEY_UP = 0,
  186.     DEDICATED_KEY_DOWN,
  187.     DEDICATED_KEY_LEFT,
  188.     DEDICATED_KEY_RIGHT,
  189.     TOTAL_DEDICATED_KEYS
  190. } SHCT_DEDICATED_KEY_ENUM;
  191. #endif /* defined(__MMI_DEDICATED_KEY_SHORTCUTS__) */ 
  192. typedef struct
  193. {
  194.     FuncPtr LSKFunc;
  195. #ifdef __MMI_TOUCH_SCREEN__
  196.     /* Always append one entry for Pen Calibration on display */
  197.     shct_item_struct SelShctList[SHCT_MAX_LIST + 1];
  198.     /* U8   SelShctState[SHCT_MAX_SEL_LIST+1]; */
  199. #else /* __MMI_TOUCH_SCREEN__ */ 
  200.     shct_item_struct SelShctList[SHCT_MAX_LIST];
  201.     /* U8   SelShctState[SHCT_MAX_SEL_LIST]; */
  202. #endif /* __MMI_TOUCH_SCREEN__ */ 
  203.     /* 6    SelShctEnableList[SHCT_MAX_SEL_LIST+1]; */
  204.     U16 CandShctList[SHCT_MAX_CANDI_LIST];
  205. #if defined(__MMI_DEDICATED_KEY_SHORTCUTS__)
  206.     U16 DediShctList[TOTAL_DEDICATED_KEYS];
  207.     U8 CurrSelArrow;
  208.     U8 IsKeyRetrieving;
  209. #endif /* defined(__MMI_DEDICATED_KEY_SHORTCUTS__) */ 
  210.     U8 NumCandShct;     /* number of candidate shortcut */
  211.     U8 NumSelShct;      /* number of selected shortcut */
  212.     U8 CurrSelShct;     /* current selected shortcut from shortcut list */
  213.     U8 CurrEditShct;    /* current selected shortcut from candidate list */
  214.     U8 CurrOptionShct;  /* current selected option item */
  215.     U8 Integrity;
  216.     S32 Order;          /* order of selected item */
  217.     /* displayItemNum; */
  218. } shct_context_struct;
  219. /*
  220.  * Extern Global Variable
  221.  */
  222. extern shct_context_struct g_shct_cntx;
  223. /* 
  224.  * Extern Global Function
  225.  */
  226. #endif /* __DISABLE_SHORTCUTS_IMPL__ */ /* #ifndef __DISABLE_SHORTCUTS_IMPL__ */
  227. #endif /* _MMI_SHORTCUTSDEFS_H */