|
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 peninputgenerichwr |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PENINPUTGENERICHWR_HRH |
|
20 #define PENINPUTGENERICHWR_HRH |
|
21 |
|
22 // System includes |
|
23 #include <AknFepGlobalEnums.h> |
|
24 #include <peninputcommonctrls.hrh> |
|
25 #include <peninputcommonlayoutglobalenum.h> |
|
26 |
|
27 /** peninput client layout type */ |
|
28 enum TPeninutClientLayout |
|
29 { |
|
30 EPeninutClientLayout10x5 = 1, |
|
31 EPeninutClientLayout10x6 = 2 |
|
32 }; |
|
33 |
|
34 /** peninput hwr event type */ |
|
35 enum TPeninputLayoutHwrEvent |
|
36 { |
|
37 EPeninputLayoutHwrEventLanguageBtnText = EPeninputLayoutEventLast, |
|
38 EPeninputLayoutHwrEventPenColorChange, |
|
39 EPeninputLayoutHwrEventPenSizeChange, |
|
40 EPeninputLayoutHwrEventWritingSpeedChange, |
|
41 EPeninputLayoutHwrEventGuideLineChanged, |
|
42 EPeninputLayoutHwrEventPopupClose |
|
43 }; |
|
44 |
|
45 /** peninput hwr ui state type */ |
|
46 enum TPeninutHwrUiStateType |
|
47 { |
|
48 EPeninputHwrUiStateNone, |
|
49 EPeninputHwrUiStateStandby, |
|
50 EPeninputHwrUiStatePopup |
|
51 }; |
|
52 |
|
53 #endif // PENINPUTGENERICHWR_HRH |