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

📄 kni_index.h

📁 java 1.1 gemini 08_16
💻 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) 2005
*
*  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
*  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
*  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
*  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
*  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
*  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
*  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
*  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
*  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
*  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
*  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
*  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
*  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
*  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
*  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
*  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
*
*  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
*  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
*  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
*  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
*  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/

/*******************************************************************************
 * Filename:
 * ---------
 *  kni_index.h
 *
 * Project:
 * --------
 *  MAUI
 *
 * Description:
 * ------------
 *  
 *
 * Author:
 * -------
 *  
 *
 *==============================================================================
 * 				HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *------------------------------------------------------------------------------
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *==============================================================================
 *******************************************************************************/


/* The indexes of fields in CommandState */
#define CommandState_status              0
#define CommandState_initialCommand      1
#define CommandState_nextCommand         2
#define CommandState_forceOverwrite      3
#define CommandState_suiteURL            4
#define CommandState_suiteStorageName    5
#define CommandState_runOnce             6
#define CommandState_autotest            7
#define CommandState_descriptorName      8
#define CommandState_midletName          9
#define CommandState_midletClassName     10
#define CommandState_logoDisplayed       11
#define CommandState_runExceptionMessage 12
#define CommandState_securityDomain      13
#define CommandState_midletNumber        14
#define CommandState_removeRMS           15

/* The indexes of fields in Font */
#define Font_face     0
#define Font_style    1
#define Font_size     2
#define Font_baseline 3
#define Font_height   4

/* The indexes of fields in DeviceCaps */
#define DeviceCaps_width            0
#define DeviceCaps_height           1
#define DeviceCaps_adornedHeight    2
#define DeviceCaps_eraseColor       3
#define DeviceCaps_displayDepth     4
#define DeviceCaps_displayIsColor   5
#define DeviceCaps_pointerSupported 6
#define DeviceCaps_motionSupported  7
#define DeviceCaps_repeatSupported  8
#define DeviceCaps_isDoubleBuffered 9
#define DeviceCaps_numAlphaLevels   10
#define DeviceCaps_keyCodeUp        11
#define DeviceCaps_keyCodeDown      12
#define DeviceCaps_keyCodeLeft      13
#define DeviceCaps_keyCodeRight     14
#define DeviceCaps_keyCodeSelect    15
#define DeviceCaps_traverseIndicatorColor 16 /* Dennis, RollTech 070411 */

/* The indexes of fields in GameDeviceCaps */
#define GameDeviceCaps_width  0
#define GameDeviceCaps_height 1

/* The indexes of fields in GameCanvas */
#define GameCanvas_suppressKeyEvents 15

/* The indexes of fields in Graphics */
#define Graphics_transX      0
#define Graphics_transY      1
#define Graphics_clip        10
#define Graphics_rgbColor	 12
#define Graphics_pixel       14
#define Graphics_style       15
#define Graphics_currentFont 16
#define Graphics_maxWidth    17
#define Graphics_maxHeight   18
#define Graphics_destination 19
#define Graphics_DisplayClipY 20

/* The indexes of fields in Image */
#define Image_width   0
#define Image_height  1
#define Image_imgData 2

/* The indexes of fields in Command */
#define Command_shortLabel  0
#define Command_longLabel   1
#define Command_commandType 2
#define Command_priority    3
#define Command_id          4

/* The indexes of fields in RandomAccessStream */
#define RandomAccessStream_handle 8

/* The indexes of fields in ResourceInputStream */
#define ResourceInputStream_handle 0
#define ResourceInputStream_size   2

/* The indexes of fields in comm Protocol */
#define commProtocol_handle 12


⌨️ 快捷键说明

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