fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 7 6defe5d1bd39
parent 6 6ceef9a83b1a
child 8 4eb1ae11334f
equal deleted inserted replaced
6:6ceef9a83b1a 7:6defe5d1bd39
    82     EPluginShowCandidate,
    82     EPluginShowCandidate,
    83     EPluginShowTooltip,
    83     EPluginShowTooltip,
    84     EPluginHideTooltip,
    84     EPluginHideTooltip,
    85     EPluginSwitchToPortrait,
    85     EPluginSwitchToPortrait,
    86     EPluginSwitchToLandscape,
    86     EPluginSwitchToLandscape,
    87     EPluginSwitchMode
    87     EPluginSwitchMode,
       
    88     EPluginUpdatePenInputITIStatus
    88     };
    89     };
    89 
    90 
    90 /** 
    91 /** 
    91  * Plugin synchronization type
    92  * Plugin synchronization type
    92  */
    93  */
   338     void DisplaySpellEditor(const TInt aEditorFlag, const TDesC& aInitText, 
   339     void DisplaySpellEditor(const TInt aEditorFlag, const TDesC& aInitText, 
   339                             TCursorSelection aCurSel);
   340                             TCursorSelection aCurSel);
   340     void DisplaySpellEditorL(const TInt aEditorFlag, const TDesC& aInitText, 
   341     void DisplaySpellEditorL(const TInt aEditorFlag, const TDesC& aInitText, 
   341                            TCursorSelection aCurSel);                            
   342                            TCursorSelection aCurSel);                            
   342     
   343     
   343     void DestroySpellEditor();
   344     void HideSpellEditor();
   344     
   345     
   345     HBufC* SpellTextInput();
   346     HBufC* SpellTextInput();
   346     void SetTCursorSelection();
   347     void SetTCursorSelection();
   347     
   348     
   348     void HandleEdwinEventL(CEikEdwin* , TEdwinEvent aEventType);
   349     void HandleEdwinEventL(CEikEdwin* , TEdwinEvent aEventType);
   840      * 
   841      * 
   841      * @return ETrue if support  
   842      * @return ETrue if support  
   842      */
   843      */
   843     TBool IsEditorSupportSplitIme();
   844     TBool IsEditorSupportSplitIme();
   844     
   845     
       
   846     void SetICFTextForSpellL();
   845 private:    // Data
   847 private:    // Data
   846     
   848     
   847     /**
   849     /**
   848      * The reference of fep manager
   850      * The reference of fep manager
   849      */
   851      */
  1049     /**
  1051     /**
  1050      * Indicate if tooltip on FSQ is opened
  1052      * Indicate if tooltip on FSQ is opened
  1051      */       
  1053      */       
  1052     TBool iTooltipOpenOnFSQ;    
  1054     TBool iTooltipOpenOnFSQ;    
  1053 	
  1055 	
  1054 	// Modify for bug ELZG-7WZC35 begin
       
  1055 	TInt iAlignment;
  1056 	TInt iAlignment;
  1056 	// Modify for bug ELZG-7WZC35 end
       
  1057 
  1057 
  1058     CConnectAo* iConnectAo;
  1058     CConnectAo* iConnectAo;
  1059     };
  1059     };
  1060 
  1060 
  1061 class CConnectAo : public CActive
  1061 class CConnectAo : public CActive