fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 9 e6a39382bb9c
child 12 5e18d8c489d6
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
   444      *
   444      *
   445      *  @since v5.0
   445      *  @since v5.0
   446      */
   446      */
   447     void RemoveLastFocusedWinFromOpenList();
   447     void RemoveLastFocusedWinFromOpenList();
   448     
   448     
   449     void SetInSpellModeFlag( TBool aFlag );
       
   450 public: // inline    
   449 public: // inline    
   451     
   450     
   452     /**
   451     /**
   453      * Get current plugin input UI
   452      * Get current plugin input UI
   454      *
   453      *
   537      * 
   536      * 
   538      * @since 5.0
   537      * @since 5.0
   539      * @return current plugin input mode
   538      * @return current plugin input mode
   540      */      
   539      */      
   541     inline TPluginInputMode CurrentPluginInputMode();
   540     inline TPluginInputMode CurrentPluginInputMode();
       
   541     
       
   542     inline void SetLaunchSCTInSpell( TBool aLaunchSCTInSpell );
   542 private: 
   543 private: 
   543 
   544 
   544     /**
   545     /**
   545      *  Initialize plugin UI, set permitted ranges, primary
   546      *  Initialize plugin UI, set permitted ranges, primary
   546      *  range, case mode and etc.
   547      *  range, case mode and etc.
  1055      */       
  1056      */       
  1056     TBool iTooltipOpenOnFSQ;    
  1057     TBool iTooltipOpenOnFSQ;    
  1057 	
  1058 	
  1058 	TInt iAlignment;
  1059 	TInt iAlignment;
  1059 
  1060 
  1060     CConnectAo* iConnectAo;
  1061     CConnectAo* iConnectAo;    
  1061     TBool iInSpellMode;
       
  1062 	
  1062 	
  1063     /**
  1063     /**
  1064      * Indicate if need fetch the dim state from peninputserver
  1064      * Indicate if need fetch the dim state from peninputserver
  1065      */ 	
  1065      */ 	
  1066 	TBool iNeedFetchDimState;
  1066 	TBool iNeedFetchDimState;
  1067 
  1067 
  1068     /**
  1068     /**
  1069      * save the current dim state
  1069      * save the current dim state
  1070      */ 	
  1070      */ 	
  1071     TBool iCurrentDimState;
  1071     TBool iCurrentDimState;
       
  1072     
       
  1073     TBool iLaunchSCTInSpell;
  1072     };
  1074     };
  1073 
  1075 
  1074 class CConnectAo : public CActive
  1076 class CConnectAo : public CActive
  1075     {
  1077     {
  1076 public:
  1078 public:
  1237 inline TPluginInputMode CAknFepPluginManager::CurrentPluginInputMode()
  1239 inline TPluginInputMode CAknFepPluginManager::CurrentPluginInputMode()
  1238 	{
  1240 	{
  1239 	return iPluginInputMode;
  1241 	return iPluginInputMode;
  1240 	}
  1242 	}
  1241 
  1243 
       
  1244 inline void CAknFepPluginManager::SetLaunchSCTInSpell( TBool aLaunchSCTInSpell )
       
  1245 	{
       
  1246 	iLaunchSCTInSpell = aLaunchSCTInSpell;
       
  1247 	}
       
  1248 
  1242 #endif //RD_SCALABLE_UI_V2    
  1249 #endif //RD_SCALABLE_UI_V2    
  1243 
  1250 
  1244 #endif // __AKN_FEP_PLUGIN_MANAGER__
  1251 #endif // __AKN_FEP_PLUGIN_MANAGER__
  1245 
  1252 
  1246 // End of file
  1253 // End of file