|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * Panic definitions. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 |
|
29 |
|
30 #if !defined(__AKNFEPPANIC_H__) |
|
31 #define __AKNFEPPANIC_H__ |
|
32 |
|
33 #include <e32std.h> |
|
34 |
|
35 enum TAknFepPanic |
|
36 { |
|
37 EAknFepPanicCurrentSelectionOutsideVisibleCandidates_unused, |
|
38 EAknFepPanicAttemptedSelectionOutsideVisibleCandidates_unused, |
|
39 EAknFepPanicAttemptedSelectionOutsideMaxCandidates, |
|
40 EAknFepPanicAttemptedSetItemTextOutsideMaxCandidates_unused, |
|
41 EAknFepPanicAttemptedSetModeOutsideMaxCandidates_unused, |
|
42 EAknFepPanicAttemptedLayoutOutsideMaxCandidates, |
|
43 EAknFepPanicAttemptedLayoutOutsideVisibleCount_unused, |
|
44 EAknFepPanicCurrentSelectionFallsOutsideNewVisibleCount, |
|
45 EAknFepPanicCurrentSelectionFallsOutsideCandidates, |
|
46 EAknFepPanicNewVisibleCountExceedsRange_unused, |
|
47 EAknFepPanicCandidatesExceedVisibleCount, |
|
48 EAknFepPanicCandidatesEmpty, |
|
49 EAknFepPanicNonPermittedEditorMode, |
|
50 EAknFepPanicSizeChangedOutsideRange, |
|
51 EAknFepPanicNoPermittedEditorModesAvailable, |
|
52 EAknFepPanicNotInChina, |
|
53 EAknFepPanicNoHandleToFepAwareTextEditor, |
|
54 EAknFepPanicFindModeSavedToNonFindEditor, |
|
55 EAknFepPanicMoreCandidatesWithToneMarkThanWithout, |
|
56 EAknFepPanicSelectionMustBeZeroIfInInputPane, |
|
57 EAknFepPanicNotInsideInlineEdit, |
|
58 EAknFepPanicNoCaseManager, |
|
59 EAknFepPanicBadInputState, |
|
60 EAknFepPanicNoUiManager, |
|
61 EAknFepPanicNoCandidatePane_unused, |
|
62 EAknFepPanicCandidatePaneNotSupportScrollDirection_unused, |
|
63 EAknFepPanicNotSupportKey, |
|
64 EAknFepPanicBadCase, |
|
65 EAknFepPanicBadCursorNavigationState, |
|
66 EAknFepPanicCharPosOutOfRange, |
|
67 EAknFepPanicNotHandleHashKey, |
|
68 EAknFepPanicSetWindowShapeFail, // for two line UI container window creation |
|
69 EAknFepPanicIllegalNumberModeKeymapping, |
|
70 EAknFepPanicInvalidEditorState |
|
71 #ifdef RD_HINDI_PHONETIC_INPUT |
|
72 ,EAknFepPanicNoValidPtiEngine, |
|
73 EAknFepPanicNoValidFepManager |
|
74 #endif |
|
75 }; |
|
76 |
|
77 GLDEF_C void AknFepPanic(TAknFepPanic aPanic); |
|
78 |
|
79 #endif |
|
80 |
|
81 // End of file |