fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 6 6ceef9a83b1a
parent 5 a47de9135b21
child 7 6defe5d1bd39
equal deleted inserted replaced
5:a47de9135b21 6:6ceef9a83b1a
   526      * @since 5.0
   526      * @since 5.0
   527      * @return whether inMenu has been opened
   527      * @return whether inMenu has been opened
   528      */     
   528      */     
   529     inline TBool IsInMenuOpen();
   529     inline TBool IsInMenuOpen();
   530     
   530     
       
   531     /**
       
   532      * Get current plugin input mode even if current window is close.
       
   533      * The function is defferent from PluginInputMode(), PluginInputMode() 
       
   534      * return EPluginInputModeNone if current input window is closed
       
   535      * 
       
   536      * @since 5.0
       
   537      * @return current plugin input mode
       
   538      */      
       
   539     inline TPluginInputMode CurrentPluginInputMode();
   531 private: 
   540 private: 
   532 
   541 
   533     /**
   542     /**
   534      *  Initialize plugin UI, set permitted ranges, primary
   543      *  Initialize plugin UI, set permitted ranges, primary
   535      *  range, case mode and etc.
   544      *  range, case mode and etc.
  1210 inline TBool CAknFepPluginManager::IsInMenuOpen()
  1219 inline TBool CAknFepPluginManager::IsInMenuOpen()
  1211     {
  1220     {
  1212     return iInMenu;
  1221     return iInMenu;
  1213     }
  1222     }
  1214 
  1223 
       
  1224 inline TPluginInputMode CAknFepPluginManager::CurrentPluginInputMode()
       
  1225 	{
       
  1226 	return iPluginInputMode;
       
  1227 	}
       
  1228 
  1215 #endif //RD_SCALABLE_UI_V2    
  1229 #endif //RD_SCALABLE_UI_V2    
  1216 
  1230 
  1217 #endif // __AKN_FEP_PLUGIN_MANAGER__
  1231 #endif // __AKN_FEP_PLUGIN_MANAGER__
  1218 
  1232 
  1219 // End of file
  1233 // End of file