textinput/peninputvkbcn/inc/peninputvkb.hrh
branchRCL_3
changeset 21 ecbabf52600f
parent 0 eb1f2e154e89
equal deleted inserted replaced
20:ebd48d2de13c 21:ecbabf52600f
       
     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:
       
    15 *
       
    16 */
       
    17 #ifndef T_AKNFEPVKB_HRH
       
    18 #define T_AKNFEPVKB_HRH
       
    19 
       
    20 #include <AknFepGlobalEnums.h>    
       
    21 #include <peninputcommonlayoutglobalenum.h>
       
    22 
       
    23 enum TAknFepVkbIMLayout
       
    24     { 
       
    25     EAknFepVkbImCnPinyin  = EPinyin,
       
    26     EAknFepVkbImCnZhuyin  = EZhuyin, 
       
    27     EAknFepVkbImCnStroke  = EStroke,
       
    28     EAknFepVkbImCnCangjie = ECangJie,
       
    29     EAknFepVkbImLatin     = ELatin,
       
    30     EAknFepVkbImNumber    = ENumber,
       
    31     EAknFepVkbImLatinForZhuyin,
       
    32     EAknFepVkbImNumberForZhuyin
       
    33     };
       
    34 
       
    35 enum TAknFepVkbLayout
       
    36     {
       
    37     EAknFepVkbVkbCnPinyinInitial = 0,
       
    38     EAknFepVkbVkbCnPinyinComposition,
       
    39     EAknFepVkbVkbCnZhuyinInitial,
       
    40     EAknFepVkbVkbCnZhuyinComposition,
       
    41     EAknFepVkbVkbCnStroke,
       
    42     EAknFepVkbVkbCnCangjie,
       
    43     EAknFepVkbVkbLatin,
       
    44     EAknFepVkbVkbLatinShift,
       
    45     EAknFepVkbVkbNumber,
       
    46     EAknFepVkbVkbNumberShift,
       
    47     EAknFepVkbVkbSymbol,
       
    48     EAknFepVkbVkbSymbolShift,
       
    49     EAknFepVkbVkbAccented1,
       
    50     EAknFepVkbVkbAccentedShfit1,
       
    51     EAknFepVkbVkbAccented2,
       
    52     EAknFepVkbVkbAccentedShfit2,
       
    53     EAknFepVkbVkbAccented3,
       
    54     EAknFepVkbVkbAccentedShfit3,
       
    55     EAknFepVkbVkbLatinForZhuyin,
       
    56     EAknFepVkbVkbLatinForZhuyinShift,
       
    57     EAknFepVkbVkbNumberForZhuyin,
       
    58     EAknFepVkbVkbNumberForZhuyinShift
       
    59     };
       
    60   
       
    61 enum TAknFepVkbCtrlId
       
    62     {
       
    63     EAknFepVkbCtrlIdVkbWindow = EPeninputWindowCtrlIdLastOne,
       
    64     
       
    65     // Controls in the first line
       
    66     EAknFepVkbCtrlIdTouchInputOption,
       
    67            
       
    68     // Controls in the next line
       
    69     EAknFepVkbCtrlIdCandidateList,
       
    70     EAknFepVkbCtrlIdCompositionField,
       
    71     
       
    72     // Controls in the next line
       
    73     EAknFepVkbCtrlIdVkbCtrl,        
       
    74     EAknFepVkbCtrlIdEnterBtn,    
       
    75 
       
    76     // Controls in the next line    
       
    77     EAknFepVkbCtrlIdSpaceBtn,
       
    78     EAknFepVkbCtrlIdShiftBtn,
       
    79     EAknFepVkbCtrlIdSwitchToHwrBtn,
       
    80     
       
    81     EAknFepVkbCtrlIdRangeBar,    
       
    82     // Button Id in range bar
       
    83     EAknFepVkbCtrlIdChineseButton,
       
    84     EAknFepVkbCtrlIdEnglishButton,
       
    85     EAknFepVkbCtrlIdNumberButton,
       
    86     EAknFepVkbCtrlIdSymbolButton,
       
    87     EAknFepVkbCtrlIdAccentedButton,
       
    88     // Control id for the client area group
       
    89     EAknFepVkbCtrlIdClientArea,
       
    90     
       
    91     EAknFepVkbPopupWindow,
       
    92     
       
    93     // Control id for arrow buttons
       
    94     EAknFepVkbCtrlIdArrowUpBtn,
       
    95     EAknFepVkbCtrlIdArrowDownBtn,
       
    96     EAknFepVkbCtrlIdArrowLeftBtn,
       
    97     EAknFepVkbCtrlIdArrowRightBtn
       
    98     };     
       
    99 
       
   100 enum TNofityWhoWillGetFocus
       
   101     {
       
   102     EInputContextFieldGetFocus = 1,
       
   103     ECompotisionFieldGetFocus
       
   104     };
       
   105 
       
   106 enum TVkbShiftType
       
   107     {
       
   108     EVkbNone = 0,
       
   109     EVkbShift = 1,
       
   110     EVkbCapslock = 2,
       
   111     EVkbBoth = 3
       
   112     };
       
   113 
       
   114 enum TVkbPositionChangeStyle
       
   115     {
       
   116     EVkbPositionChangeNone      = 0,
       
   117     EVkbPositionChangeTlJustify = 1,
       
   118     EVkbPositionChangeBrJustify = 2,
       
   119     EVkbPositionChangeDataQuery = 3    
       
   120     };        
       
   121     
       
   122 #endif //T_AKNFEPVKB_HRH
       
   123 
       
   124 //End Of File