fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 12 4eb1ae11334f
parent 10 6defe5d1bd39
child 14 e6a39382bb9c
equal deleted inserted replaced
10:6defe5d1bd39 12:4eb1ae11334f
   322     
   322     
   323     MAknFepManagerInterface* CurrentFepInputUI();
   323     MAknFepManagerInterface* CurrentFepInputUI();
   324     
   324     
   325     void SetFingerMatchSelectionState(TBool aMatchStateOn);
   325     void SetFingerMatchSelectionState(TBool aMatchStateOn);
   326     TBool IsVisible();
   326     TBool IsVisible();
   327     TBool DoNextCandidates();
   327 
   328     void DoPreviousCandidates();
       
   329     // send all predictive candidates at once
   328     // send all predictive candidates at once
   330     void ShowAllCandidates();
   329     void ShowAllCandidates();
   331     
   330     
   332     void ResetCandidateList();
   331     void ResetCandidateList();
   333     
   332     
   444      *
   443      *
   445      *  @since v5.0
   444      *  @since v5.0
   446      */
   445      */
   447     void RemoveLastFocusedWinFromOpenList();
   446     void RemoveLastFocusedWinFromOpenList();
   448     
   447     
       
   448     void SetInSpellModeFlag( TBool aFlag );
   449 public: // inline    
   449 public: // inline    
   450     
   450     
   451     /**
   451     /**
   452      * Get current plugin input UI
   452      * Get current plugin input UI
   453      *
   453      *
   941     
   941     
   942     HBufC* iIcfDataBuf;
   942     HBufC* iIcfDataBuf;
   943     
   943     
   944     RPointerArray<HBufC> iCandidateList;
   944     RPointerArray<HBufC> iCandidateList;
   945     TInt iCandidateIndex;
   945     TInt iCandidateIndex;
   946     
   946 
   947     TFepInputCandidateList iSendList;
       
   948     TFepInputAllCandidates iSendAllList;
   947     TFepInputAllCandidates iSendAllList;
   949     
   948     
   950     TBool iMatchState; 
   949     TBool iMatchState; 
   951     
   950     
   952     TInt iIndicatorImgID;
   951     TInt iIndicatorImgID;
  1054     TBool iTooltipOpenOnFSQ;    
  1053     TBool iTooltipOpenOnFSQ;    
  1055 	
  1054 	
  1056 	TInt iAlignment;
  1055 	TInt iAlignment;
  1057 
  1056 
  1058     CConnectAo* iConnectAo;
  1057     CConnectAo* iConnectAo;
       
  1058     TBool iInSpellMode;
  1059     };
  1059     };
  1060 
  1060 
  1061 class CConnectAo : public CActive
  1061 class CConnectAo : public CActive
  1062     {
  1062     {
  1063 public:
  1063 public: