equal
deleted
inserted
replaced
62 #include <PtiIndicDefs.h> |
62 #include <PtiIndicDefs.h> |
63 #endif |
63 #endif |
64 #ifdef RD_INTELLIGENT_TEXT_INPUT |
64 #ifdef RD_INTELLIGENT_TEXT_INPUT |
65 // Predictive QWERTY (XT9) changes ----> |
65 // Predictive QWERTY (XT9) changes ----> |
66 class MAknFepUiWordPopupContent; |
66 class MAknFepUiWordPopupContent; |
67 #include "aknfepcandidatepopup.h" |
67 #include "AknFepCandidatePopup.h" |
68 #include "AknFepCandidatePopupCallback.h" |
68 #include "AknFepCandidatePopupCallback.h" |
69 // Predictive QWERTY (XT9) changes <---- |
69 // Predictive QWERTY (XT9) changes <---- |
70 #endif //RD_INTELLIGENT_TEXT_INPUT |
70 #endif //RD_INTELLIGENT_TEXT_INPUT |
71 class CAknFepPluginManager; |
71 class CAknFepPluginManager; |
72 class CAknFepKeyCatcherInterface; |
72 class CAknFepKeyCatcherInterface; |
1416 * Checks if the editor is in a state where a Special Character Table can be launched |
1416 * Checks if the editor is in a state where a Special Character Table can be launched |
1417 */ |
1417 */ |
1418 TBool IsAbleToLaunchSCT() const; |
1418 TBool IsAbleToLaunchSCT() const; |
1419 |
1419 |
1420 /** |
1420 /** |
|
1421 * Get SCT Chars' Length to judge it's null |
|
1422 */ |
|
1423 TBool GetSctLengthL(TInt resourceId)const; |
|
1424 |
|
1425 /** |
1421 * Get current editor's SCT resource id |
1426 * Get current editor's SCT resource id |
1422 */ |
1427 */ |
1423 TInt GetCurrentEditorSCTResId() const; |
1428 TInt GetCurrentEditorSCTResId() const; |
1424 |
1429 |
1425 /** |
1430 /** |