equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: Enum values of control id in fingerhwr hwr pluggin |
14 * Description: Enum values of control id in arabic fingerhwr hwr pluggin |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #ifndef PENINPUTFINGERHWRARCONTROLID_H |
18 #ifndef PENINPUTFINGERHWRARCONTROLID_H |
19 #define PENINPUTFINGERHWRARCONTROLID_H |
19 #define PENINPUTFINGERHWRARCONTROLID_H |
21 /** |
21 /** |
22 * TPenInputFingerHwrCtrlId |
22 * TPenInputFingerHwrCtrlId |
23 * |
23 * |
24 * defines the controlid of full screen hwr |
24 * defines the controlid of full screen hwr |
25 * |
25 * |
26 * @lib peninputfingerhwr.lib |
26 * @lib peninputfingerhwrar.lib |
27 * @since S60 v5.0 |
27 * @since Symbian TB9.2 |
28 */ |
28 */ |
29 enum TPenInputFingerHwrCtrlId |
29 enum TPenInputFingerHwrCtrlId |
30 { |
30 { |
31 EHwrCtrlIdHwrWindow, |
31 EHwrCtrlIdHwrWindow, |
32 EHwrCtrlIdWritingBox, |
32 EHwrCtrlIdWritingBox, |
37 EHwrCtrlIdCandidateList, |
37 EHwrCtrlIdCandidateList, |
38 EHwrCtrlIdNumCandidateList, |
38 EHwrCtrlIdNumCandidateList, |
39 EHwrCtrlIdBackspace, |
39 EHwrCtrlIdBackspace, |
40 EHwrCtrlIdLanguageOption, |
40 EHwrCtrlIdLanguageOption, |
41 EHwrCtrlIdInputLangSwitcher, |
41 EHwrCtrlIdInputLangSwitcher, |
42 EHwrCtrlIdVkbSwitcher, |
|
43 EHwrCtrlIdClose, |
42 EHwrCtrlIdClose, |
44 |
43 |
45 |
44 |
46 EHwrCtrlIdSymbolTableVkb, |
45 EHwrCtrlIdSymbolTableVkb, |
47 EHwrCtrlIdSymbolTableVkbGroup, |
46 EHwrCtrlIdSymbolTableVkbGroup, |
48 EHwrCtrlIdSctpad, |
|
49 EHwrCtrlIdSymbolButton, |
47 EHwrCtrlIdSymbolButton, |
50 |
48 |
51 EHwrCtrlIdInputModeSwitcher, |
|
52 EHwrCtrlIdArrowLeft, |
49 EHwrCtrlIdArrowLeft, |
53 EHwrCtrlIdArrowRight, |
50 EHwrCtrlIdArrowRight, |
54 EHwrCtrlIdArrowUp, |
51 EHwrCtrlIdArrowUp, |
55 EHwrCtrlIdArrowDown, |
52 EHwrCtrlIdArrowDown, |
56 |
53 |