fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 9 e6a39382bb9c
parent 8 4eb1ae11334f
child 11 c8fb4cf7b3ae
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
    83     EPluginShowTooltip,
    83     EPluginShowTooltip,
    84     EPluginHideTooltip,
    84     EPluginHideTooltip,
    85     EPluginSwitchToPortrait,
    85     EPluginSwitchToPortrait,
    86     EPluginSwitchToLandscape,
    86     EPluginSwitchToLandscape,
    87     EPluginSwitchMode,
    87     EPluginSwitchMode,
    88     EPluginUpdatePenInputITIStatus
    88     EPluginUpdatePenInputITIStatus,
       
    89 	EPluginEnableFetchDimState
    89     };
    90     };
    90 
    91 
    91 /** 
    92 /** 
    92  * Plugin synchronization type
    93  * Plugin synchronization type
    93  */
    94  */
   842      * @return ETrue if support  
   843      * @return ETrue if support  
   843      */
   844      */
   844     TBool IsEditorSupportSplitIme();
   845     TBool IsEditorSupportSplitIme();
   845     
   846     
   846     void SetICFTextForSpellL();
   847     void SetICFTextForSpellL();
       
   848     
       
   849     void SendMatchListCmd(const RArray<TPtrC>& aList);
   847 private:    // Data
   850 private:    // Data
   848     
   851     
   849     /**
   852     /**
   850      * The reference of fep manager
   853      * The reference of fep manager
   851      */
   854      */
  1054 	
  1057 	
  1055 	TInt iAlignment;
  1058 	TInt iAlignment;
  1056 
  1059 
  1057     CConnectAo* iConnectAo;
  1060     CConnectAo* iConnectAo;
  1058     TBool iInSpellMode;
  1061     TBool iInSpellMode;
       
  1062 	
       
  1063     /**
       
  1064      * Indicate if need fetch the dim state from peninputserver
       
  1065      */ 	
       
  1066 	TBool iNeedFetchDimState;
       
  1067 
       
  1068     /**
       
  1069      * save the current dim state
       
  1070      */ 	
       
  1071     TBool iCurrentDimState;
  1059     };
  1072     };
  1060 
  1073 
  1061 class CConnectAo : public CActive
  1074 class CConnectAo : public CActive
  1062     {
  1075     {
  1063 public:
  1076 public: