textinput/peninputfingerhwr/inc/peninputfingerhwrcontrolid.h
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2009 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 #ifndef PENINPUTFINGERHWRCONTROLID_H
       
    19 #define PENINPUTFINGERHWRCONTROLID_H
       
    20 
       
    21 /**
       
    22  *  TPenInputFingerHwrCtrlId
       
    23  *
       
    24  *  defines the controlid of full screen hwr
       
    25  *
       
    26  *  @lib peninputfingerhwr.lib
       
    27  *  @since S60 v5.0
       
    28  */
       
    29 enum TPenInputFingerHwrCtrlId
       
    30     {
       
    31     EHwrCtrlIdHwrWindow,
       
    32     EHwrCtrlIdWritingBox,
       
    33     EHwrCtrlIdInputContextField,
       
    34     EHwrCtrlIdTouchInputOption,
       
    35     
       
    36     EHwrCtrlIdFixEngSymbolList,
       
    37     EHwrCtrlIdCandidateList,
       
    38 	EHwrCtrlIdPredictiveList,
       
    39     EHwrCtrlIdCandidatePrimary,
       
    40     EHwrCtrlIdCandidateSecondary,
       
    41     EHwrCtrlIdBackspace,
       
    42     EHwrCtrlIdMoreFuncGroup,
       
    43     EHwrCtrlIdLanguageOption,
       
    44 //    EHwrCtrlIdSpace,
       
    45 //    EHwrCtrlIdEnter,
       
    46     EHwrCtrlIdInputLangSwitcher,
       
    47     EHwrCtrlIdVkbSwitcher,
       
    48     EHwrCtrlIdClose,
       
    49 
       
    50     
       
    51     EHwrCtrlIdSymbolTableVkb,
       
    52     EHwrCtrlIdSymbolTableVkbGroup,
       
    53     
       
    54     EHwrCtrlIdRangeSelector,
       
    55     
       
    56     EHwrCtrlIdChineseButton,
       
    57     EHwrCtrlIdEnglishButton,
       
    58     EHwrCtrlIdSymbolButton,
       
    59     EHwrCtrlIdNumberButton,
       
    60     
       
    61     EHwrCtrlIdChineseMiButton,
       
    62     EHwrCtrlIdEnglishMiButton,
       
    63     EHwrCtrlIdNumberMiButton,
       
    64     EHwrCtrlIdSymbolMiButton,
       
    65     
       
    66     EHwrCtrlIdInputModeSwitcher,
       
    67     EHwrCtrlIdArrowLeft,
       
    68     EHwrCtrlIdArrowRight,
       
    69     EHwrCtrlIdArrowUp,
       
    70     EHwrCtrlIdArrowDown,
       
    71     
       
    72     EHwrCtrlIdNumpad,
       
    73     EHwrCtrlIdSctpad,
       
    74     EHwrCtrlIdSctpadFix,
       
    75 
       
    76     EHwrCtrlIdSctPage0Btn,
       
    77     EHwrCtrlIdSctPage1Btn,
       
    78     EHwrCtrlIdSctPage2Btn,
       
    79     };
       
    80 
       
    81 #endif //PENINPUTFINGERHWRCONTROLID_H
       
    82 
       
    83 // End Of File