44
|
1 |
/*
|
|
2 |
* Copyright (c) 2009-2010 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 arabic 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 peninputfingerhwrar.lib
|
|
27 |
* @since Symbian TB9.2
|
|
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 |
EHwrCtrlIdClose,
|
|
42 |
|
|
43 |
|
|
44 |
EHwrCtrlIdSymbolTableVkb,
|
|
45 |
EHwrCtrlIdSymbolTableVkbGroup,
|
|
46 |
EHwrCtrlIdSymbolButton,
|
|
47 |
|
|
48 |
EHwrCtrlIdArrowLeft,
|
|
49 |
EHwrCtrlIdArrowRight,
|
|
50 |
EHwrCtrlIdBtnEnter,
|
|
51 |
EHwrCtrlIdBtnSpace,
|
|
52 |
|
|
53 |
EHwrCtrlId3Page1Btn,
|
|
54 |
EHwrCtrlId3Page2Btn,
|
|
55 |
EHwrCtrlId3Page3Btn,
|
|
56 |
EHwrCtrlId2Page1Btn,
|
|
57 |
EHwrCtrlId2Page2Btn,
|
|
58 |
EHwrCtrlIdNumSymbolTableVkb,
|
|
59 |
EHwrCtrlIdNumSymbolTableVkbGroup
|
|
60 |
};
|
|
61 |
#endif //PENINPUTFINGERHWRARCONTROLID_H
|
|
62 |
|
|
63 |
// End Of File
|