textinput/peninputhwrfscn/inc/peninputhwrfscncontrolid.h
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0""
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Enum values of control id in boxbase hwr pluggin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef T_PENINPUTHWRFSCNCONTROLID_H
       
    20 #define T_PENINPUTHWRFSCNCONTROLID_H
       
    21 
       
    22 /**
       
    23  *  TPenInputHwrfscnCtrlId
       
    24  *
       
    25  *  defines the controlid of full screen hwr
       
    26  *
       
    27  *  @lib peninputhwrboxcn.lib
       
    28  *  @since S60 v5.0
       
    29  */
       
    30 enum TPenInputHwrfscnCtrlId
       
    31     {
       
    32     EHwrCtrlIdHwrWindow,
       
    33     EHwrCtrlIdInputContextField,
       
    34     EHwrCtrlIdTouchInputOption,
       
    35     
       
    36     EHwrCtrlIdCandidateList,
       
    37 	EHwrCtrlIdPredictiveList,
       
    38     EHwrCtrlIdCandidatePrimary,
       
    39     EHwrCtrlIdCandidateSecondary,
       
    40     
       
    41     EHwrCtrlIdControlBar,
       
    42     EHwrCtrlIdMoreFunc,
       
    43     EHwrCtrlIdBackspace,
       
    44     EHwrCtrlIdMoreFuncGroup,
       
    45     EHwrCtrlIdLanguageWidthFullHalf,
       
    46     EHwrCtrlIdLanguageWidthHalfFull,
       
    47     EHwrCtrlIdLanguageOption,
       
    48     EHwrCtrlIdSpace,
       
    49     EHwrCtrlIdEnter,
       
    50     EHwrCtrlIdInputLangSwitcher,
       
    51     EHwrCtrlIdVkbSwitcher,
       
    52     
       
    53     // add by jiawenjuan
       
    54     EHwrCtrlIdClose,
       
    55 
       
    56     
       
    57     EHwrCtrlIdSymbolTableVkb,
       
    58     EHwrCtrlIdSymbolTableVkbGroup,
       
    59     
       
    60     EHwrCtrlIdRangeBar,
       
    61     EHwrCtrlIdChineseButton,
       
    62     EHwrCtrlIdEnglishButton,
       
    63     EHwrCtrlIdSymbolButton,
       
    64     EHwrCtrlIdNumberButton,
       
    65     
       
    66     EHwrCtrlIdCoverRangeBar,
       
    67     EHwrCtrlIdCoverChineseButton,
       
    68     EHwrCtrlIdCoverEnglishButton,
       
    69     EHwrCtrlIdCoverSymbolButton,
       
    70     EHwrCtrlIdCoverNumberButton,
       
    71     
       
    72     EHwrCtrlIdInputModeSwitcher,
       
    73     EHwrCtrlIdBkgndWnd1,
       
    74     EHwrCtrlIdBkgndWnd2
       
    75     };
       
    76 
       
    77 #endif //T_PENINPUTHWRFSCNCONTROLID_H
       
    78 
       
    79 // End Of File