fep/aknfep/inc/aknfepuispellinputpane.h
branchRCL_3
changeset 7 a47de9135b21
parent 0 eb1f2e154e89
equal deleted inserted replaced
3:f5a1e66df979 7:a47de9135b21
    49     * @return A Pointer to new input pane.
    49     * @return A Pointer to new input pane.
    50     */
    50     */
    51     static CAknFepUiSpellInputPane* NewL( CCoeControl* aParent, 
    51     static CAknFepUiSpellInputPane* NewL( CCoeControl* aParent, 
    52                                  const TInt aEditorFlag, 
    52                                  const TInt aEditorFlag, 
    53                                  const TInt aEditorCase, 
    53                                  const TInt aEditorCase, 
    54                                  const TInt aEditorSCTResID );
    54                                  const TInt aEditorSCTResID,
       
    55                                  const TBool aIsSplitEditor );
    55 
    56 
    56     /**
    57     /**
    57     * Destructor.
    58     * Destructor.
    58     */
    59     */
    59     virtual ~CAknFepUiSpellInputPane();
    60     virtual ~CAknFepUiSpellInputPane();
   117     * EPOC default constructor.
   118     * EPOC default constructor.
   118     * @param aParent Parent control for container.
   119     * @param aParent Parent control for container.
   119     * @param aRect Frame rectangle for container.
   120     * @param aRect Frame rectangle for container.
   120     */
   121     */
   121     void ConstructL( CCoeControl* aParent, const TInt aEditorFlag, 
   122     void ConstructL( CCoeControl* aParent, const TInt aEditorFlag, 
   122         const TInt aEditorCase, const TInt aEditorSCTResID );
   123         const TInt aEditorCase, const TInt aEditorSCTResID, const TBool aIsSplitEditor );
   123 
   124 
   124 private: // Functions from base classes
   125 private: // Functions from base classes
   125 
   126 
   126     /**
   127     /**
   127     * From CoeControl, CountComponentControls.
   128     * From CoeControl, CountComponentControls.