equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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: Provides the TAknFepInputStateInitialIndicPredictive definition. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 |
|
29 #ifndef __AKN_FEP_UI_INPUT_STATE_INITIAL_INDIC_PREDICTIVE_H__ |
|
30 #define __AKN_FEP_UI_INPUT_STATE_INITIAL_INDIC_PREDICTIVE_H__ |
|
31 |
|
32 #include "AknFepUiInputStateInitialMultitapBase.h" |
|
33 |
|
34 |
|
35 /** |
|
36 * This class handles the initial predictive state for Indic languages. |
|
37 * @lib avkonfep.dll |
|
38 * @since Series 60 3.1 |
|
39 */ |
|
40 |
|
41 class TAknFepInputStateInitialIndicPredictive : public TAknFepInputStateInitialMultitapBase |
|
42 { |
|
43 public: |
|
44 /** |
|
45 * |
|
46 * Constructor for TAknFepInputStateInitialIndicPredictive. |
|
47 * @since 3.1M |
|
48 * @return |
|
49 */ |
|
50 TAknFepInputStateInitialIndicPredictive(MAknFepUIManagerStateInterface* aOwner, |
|
51 TLanguage aLanguage); |
|
52 |
|
53 public: // from TAknFepInputStateBase |
|
54 /** |
|
55 * |
|
56 * Returns the virama character depending on the input language. |
|
57 * @since 3.1M |
|
58 * @return Etrue if the Key is handled. |
|
59 */ |
|
60 |
|
61 TBool HandleKeyL(TInt aKey, TKeyPressLength aLength); |
|
62 }; |
|
63 |
|
64 #endif //__AKN_FEP_UI_INPUT_STATE_INITIAL_INDIC_PREDICTIVE_H__ |
|
65 //End of File |