|
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: Resource headers for project peninputgenericvkb |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PENINPUTVKBKR_HRH |
|
20 #define PENINPUTVKBKR_HRH |
|
21 |
|
22 // System includes |
|
23 #include <AknFepGlobalEnums.h> |
|
24 #include <peninputcommonctrls.hrh> |
|
25 #include <peninputcommonlayoutglobalenum.h> |
|
26 |
|
27 /** |
|
28 * Peninput client layout type |
|
29 */ |
|
30 enum TPeninputClientLayout |
|
31 { |
|
32 EPeninputClientLayout12x4 = 1, |
|
33 EPeninputClientLayout12x5, |
|
34 EPeninputClientLayout13x4, |
|
35 EPeninputClientLayout11x4, |
|
36 EPeninputClientLayoutMacroChars |
|
37 }; |
|
38 |
|
39 /** |
|
40 * Peninput vkb layout type |
|
41 */ |
|
42 enum TPeninutVkbLayout |
|
43 { |
|
44 EPeninputVkbLayoutNativeChar = 1 , |
|
45 EPeninputVkbLayoutNativeCharShift, |
|
46 EPeninputVkbLayoutNativeNumber, |
|
47 EPeninputVkbLayoutNativeNumberShift, |
|
48 EPeninputVkbLayoutLatinChar, |
|
49 EPeninputVkbLayoutLatinCharShift, |
|
50 EPeninputVkbLayoutLatinNumber, |
|
51 EPeninputVkbLayoutLatinNumberShift, |
|
52 EPeninputVkbLayoutSymbol1, |
|
53 EPeninputVkbLayoutSymbol2, |
|
54 EPeninputVkbLayoutSymbol3, |
|
55 EPeninputVkbLayoutSymbol4, |
|
56 EPeninputVkbLayoutSymbol5 |
|
57 }; |
|
58 |
|
59 /** |
|
60 * Peninput vkb layout event type |
|
61 */ |
|
62 enum TPeninputLayoutVkbEvent |
|
63 { |
|
64 EPeninputLayoutVkbEventResetShift = EPeninputLayoutEventLast, |
|
65 EPeninputLayoutVkbEventLanguageBtnText, |
|
66 EPeninputLayoutVkbEventTableUp, |
|
67 EPeninputLayoutVkbEventTableDown |
|
68 }; |
|
69 |
|
70 /** |
|
71 * Peninput vkb ui state type |
|
72 */ |
|
73 enum TPeninutVkbUiStateType |
|
74 { |
|
75 EPeninputVkbUiStateNone, |
|
76 EPeninputVkbUiStateStandby, |
|
77 EPeninputVkbUiStatePopup |
|
78 }; |
|
79 |
|
80 enum TPeninutVkbCtrlId |
|
81 { |
|
82 EPeninutVkbCtrlIdSymbolTableUp = EPeninputWindowCtrlIdLastOne, |
|
83 EPeninutVkbCtrlIdSymbolTableDown, |
|
84 EPeninutVkbCtrlIdSymbolTablePageLabel |
|
85 }; |
|
86 |
|
87 #endif //PENINPUTVKBKR_HRH |