fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 19 5e18d8c489d6
parent 18 c8fb4cf7b3ae
child 22 1bbdde98cc2d
equal deleted inserted replaced
18:c8fb4cf7b3ae 19:5e18d8c489d6
    84     EPluginHideTooltip,
    84     EPluginHideTooltip,
    85     EPluginSwitchToPortrait,
    85     EPluginSwitchToPortrait,
    86     EPluginSwitchToLandscape,
    86     EPluginSwitchToLandscape,
    87     EPluginSwitchMode,
    87     EPluginSwitchMode,
    88     EPluginUpdatePenInputITIStatus,
    88     EPluginUpdatePenInputITIStatus,
    89 	EPluginEnableFetchDimState
    89 	EPluginEnableFetchDimState,
       
    90     EPluginArabicNumModeChanged
    90     };
    91     };
    91 
    92 
    92 /** 
    93 /** 
    93  * Plugin synchronization type
    94  * Plugin synchronization type
    94  */
    95  */
   846     TBool IsEditorSupportSplitIme();
   847     TBool IsEditorSupportSplitIme();
   847     
   848     
   848     void SetICFTextForSpellL();
   849     void SetICFTextForSpellL();
   849     
   850     
   850     void SendMatchListCmd(const RArray<TPtrC>& aList);
   851     void SendMatchListCmd(const RArray<TPtrC>& aList);
       
   852 	/**
       
   853 	 * Initialize the Menu item in Option Menu for Arabic Finger HWR
       
   854 	 *
       
   855 	 * @CAknFepUiInterfaceMenuPane* aMenuPane The menu pane used to add more menu items
       
   856 	 */
       
   857 	void InitMenuItemForArabicFingerHwrL(CAknFepUiInterfaceMenuPane* aMenuPane);
       
   858 	
   851 private:    // Data
   859 private:    // Data
   852     
   860     
   853     /**
   861     /**
   854      * The reference of fep manager
   862      * The reference of fep manager
   855      */
   863      */
   987     
   995     
   988     TInt iPreviousCoseMode;
   996     TInt iPreviousCoseMode;
   989     
   997     
   990     TBool iLaunchMenu;
   998     TBool iLaunchMenu;
   991     TBool iInMenu; // need to check whether it can be replaced by iLaunchMenu
   999     TBool iInMenu; // need to check whether it can be replaced by iLaunchMenu
       
  1000     TUint iCurMFNECap;
   992     MCoeFepAwareTextEditor* iCurEditor;
  1001     MCoeFepAwareTextEditor* iCurEditor;
   993     MCoeFepAwareTextEditor* iOldFepAwareEditor;
  1002     MCoeFepAwareTextEditor* iOldFepAwareEditor;
   994 
  1003 
   995     RDrawableWindow *    iLastDataQueryWin;
  1004     RDrawableWindow *    iLastDataQueryWin;
   996     
  1005     
  1069      * save the current dim state
  1078      * save the current dim state
  1070      */ 	
  1079      */ 	
  1071     TBool iCurrentDimState;
  1080     TBool iCurrentDimState;
  1072     
  1081     
  1073     TBool iLaunchSCTInSpell;
  1082     TBool iLaunchSCTInSpell;
       
  1083 	
       
  1084     TBool iFocuschangedForSpellEditor;
  1074     };
  1085     };
  1075 
  1086 
  1076 class CConnectAo : public CActive
  1087 class CConnectAo : public CActive
  1077     {
  1088     {
  1078 public:
  1089 public: