fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 50 5a1685599b76
parent 44 ecbabf52600f
child 56 8152b1f1763a
equal deleted inserted replaced
46:bd83ceabce89 50:5a1685599b76
   111  */
   111  */
   112 class CAknFepPluginManager : 
   112 class CAknFepPluginManager : 
   113     public CBase,
   113     public CBase,
   114     public MAknFepPenSupportInterface,
   114     public MAknFepPenSupportInterface,
   115     public MPeninputServerEventHandler,
   115     public MPeninputServerEventHandler,
   116     public MEikEdwinObserver
   116     public MEikEdwinObserver,
       
   117     public MPenUiActivationHandler
   117     { 
   118     { 
   118 public:
   119 public:
   119 	
   120 	
   120 	/**
   121 	/**
   121 	 * Simulate event mode
   122 	 * Simulate event mode
  1137     
  1138     
  1138     /**
  1139     /**
  1139      * Indicate whether portrait FSQ feature is enabled
  1140      * Indicate whether portrait FSQ feature is enabled
  1140      */    
  1141      */    
  1141     TBool iPortraitFSQEnabled;
  1142     TBool iPortraitFSQEnabled;
       
  1143 
       
  1144     private:
       
  1145     // From MPenUiActivationHandler
       
  1146         
       
  1147         /** 
       
  1148          * From MPenUiActivationHandler
       
  1149          * Called when pen input UI is about to be closed
       
  1150          */    
       
  1151         void OnPeninputUiDeactivated();
       
  1152         
       
  1153         /** 
       
  1154          * From MPenUiActivationHandler
       
  1155          * Called when pen input UI is about to be open
       
  1156          */        
       
  1157         void OnPeninputUiActivated();  
       
  1158     private:
       
  1159         /**
       
  1160          * Indicate if plugin manager initiate to close input ui.
       
  1161          * This flag is used to avoid incursive calling 
       
  1162          */                 
       
  1163         TBool iInitiateCloseInputUi;
       
  1164     
  1142     };
  1165     };
  1143 
  1166 
  1144 class CConnectAo : public CActive
  1167 class CConnectAo : public CActive
  1145     {
  1168     {
  1146 public:
  1169 public: