|
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 peninputsplitqwerty |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PENINPUTSPLITQWERTY_HRH |
|
20 #define PENINPUTSPLITQWERTY_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 EPeninputClientLayout13x5 |
|
36 }; |
|
37 |
|
38 /** |
|
39 * Peninput vkb layout type |
|
40 */ |
|
41 enum TPeninutVkbLayout |
|
42 { |
|
43 EPeninputVkbLayoutNativeChar = 1 , |
|
44 EPeninputVkbLayoutNativeCharShift, |
|
45 EPeninputVkbLayoutNativeNumber, |
|
46 EPeninputVkbLayoutNativeNumberShift, |
|
47 EPeninputVkbLayoutLatinChar, |
|
48 EPeninputVkbLayoutLatinCharShift, |
|
49 EPeninputVkbLayoutLatinNumber, |
|
50 EPeninputVkbLayoutLatinNumberShift, |
|
51 EPeninputVkbLayoutSymbol, |
|
52 EPeninputVkbLayoutSymbolShift, |
|
53 EPeninputVkbLayoutAccented1, |
|
54 EPeninputVkbLayoutAccentedShift1, |
|
55 EPeninputVkbLayoutAccented2, |
|
56 EPeninputVkbLayoutAccentedShift2, |
|
57 EPeninputVkbLayoutAccented3, |
|
58 EPeninputVkbLayoutAccentedShift3 |
|
59 }; |
|
60 |
|
61 /** |
|
62 * Peninput vkb layout event type |
|
63 */ |
|
64 enum TPeninputLayoutVkbEvent |
|
65 { |
|
66 EPeninputLayoutVkbEventResetShift = EPeninputLayoutEventLast, |
|
67 EPeninputLayoutVkbEventLanguageBtnText |
|
68 }; |
|
69 |
|
70 /** |
|
71 * Peninput vkb ui state type |
|
72 */ |
|
73 enum TPeninutVkbUiStateType |
|
74 { |
|
75 EPeninputVkbUiStateNone, |
|
76 EPeninputVkbUiStateStandby, |
|
77 EPeninputVkbUiStatePopup |
|
78 }; |
|
79 |
|
80 #endif //PENINPUTSPLITQWERTY_HRH |