textinput/peninputhwrboxcn/ctrlinc/peninputhwrctrlid.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_TAKNFEPHWRBXCTRLID_H
       
    20 #define T_TAKNFEPHWRBXCTRLID_H
       
    21 
       
    22 /**
       
    23  *  TAknFepHwrBxCtrlId
       
    24  *
       
    25  *  defines the controlid of boxbased hwr
       
    26  *
       
    27  *  @lib peninputhwrboxcn.lib
       
    28  *  @since S60 v3.2
       
    29  */
       
    30 enum TAknFepHwrBxCtrlId
       
    31     {
       
    32     EHwrCtrlIdHwrWindow,
       
    33     EHwrCtrlIdInputContextField,
       
    34     EHwrCtrlIdTouchInputOption,
       
    35     
       
    36     EHwrCtrlIdCandidateList,
       
    37     EHwrCtrlIdCandidatePrimary,
       
    38     EHwrCtrlIdCandidateSecondary,
       
    39     
       
    40     EHwrCtrlIdControlBar,
       
    41     EHwrCtrlIdBackspace,
       
    42     EHwrCtrlIdSpace,
       
    43     EHwrCtrlIdInputLangSwitcher,
       
    44     EHwrCtrlIdVkb,
       
    45     
       
    46     EHwrCtrlIdRangeBar,
       
    47     EHwrCtrlIdChineseButton,
       
    48     EHwrCtrlIdEnglishButton,
       
    49     EHwrCtrlIdSymbolButton,
       
    50     EHwrCtrlIdNumberButton,
       
    51     
       
    52     EHwrCtrlIdHwrBoxGroup,
       
    53     EHwrCtrlIdHwrModeSwitch
       
    54     
       
    55     };
       
    56 
       
    57 #endif //T_TAKNFEPHWRBXCTRLID_H
       
    58 
       
    59 // End Of File