|
1 /* |
|
2 * Copyright (c) 2005-2008 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 fingerhwr hwr pluggin |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef PENINPUTFINGERHWRARCONTROLID_H |
|
19 #define PENINPUTFINGERHWRARCONTROLID_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 EHwrCtrlIdHandwringIndicator, |
|
34 EHwrCtrlIdInputContextField, |
|
35 EHwrCtrlIdTouchInputOption, |
|
36 |
|
37 EHwrCtrlIdCandidateList, |
|
38 EHwrCtrlIdNumCandidateList, |
|
39 EHwrCtrlIdBackspace, |
|
40 EHwrCtrlIdLanguageOption, |
|
41 EHwrCtrlIdInputLangSwitcher, |
|
42 EHwrCtrlIdVkbSwitcher, |
|
43 EHwrCtrlIdClose, |
|
44 |
|
45 |
|
46 EHwrCtrlIdSymbolTableVkb, |
|
47 EHwrCtrlIdSymbolTableVkbGroup, |
|
48 EHwrCtrlIdSctpad, |
|
49 EHwrCtrlIdSymbolButton, |
|
50 |
|
51 EHwrCtrlIdInputModeSwitcher, |
|
52 EHwrCtrlIdArrowLeft, |
|
53 EHwrCtrlIdArrowRight, |
|
54 EHwrCtrlIdArrowUp, |
|
55 EHwrCtrlIdArrowDown, |
|
56 |
|
57 EHwrCtrlIdBtnEnter, |
|
58 EHwrCtrlIdBtnSpace, |
|
59 EHwrCtrlId3Page1Btn, |
|
60 EHwrCtrlId3Page2Btn, |
|
61 EHwrCtrlId3Page3Btn, |
|
62 EHwrCtrlId2Page1Btn, |
|
63 EHwrCtrlId2Page2Btn |
|
64 }; |
|
65 #endif //PENINPUTFINGERHWRARCONTROLID_H |
|
66 |
|
67 // End Of File |