fep/aknfep/inc/aknfepuispellcontainer.h
branchRCL_3
changeset 7 a47de9135b21
parent 0 eb1f2e154e89
child 10 6defe5d1bd39
equal deleted inserted replaced
3:f5a1e66df979 7:a47de9135b21
    52     * @param aRect Frame rectangle for container.
    52     * @param aRect Frame rectangle for container.
    53     * @param aModel Data model of the application.
    53     * @param aModel Data model of the application.
    54     * @return A Pointer to new dictionary container.
    54     * @return A Pointer to new dictionary container.
    55     */
    55     */
    56     static CAknFepUiSpellContainer* NewL(const TInt aEditorFlag, const TInt aEditorCase, 
    56     static CAknFepUiSpellContainer* NewL(const TInt aEditorFlag, const TInt aEditorCase, 
    57                                          const TInt aEditorSCTResID);
    57                                          const TInt aEditorSCTResID, const TBool aSplitEditor );
    58 
    58 
    59     /**
    59     /**
    60     * Destructor.
    60     * Destructor.
    61     */
    61     */
    62     virtual ~CAknFepUiSpellContainer();
    62     virtual ~CAknFepUiSpellContainer();
    75     /**
    75     /**
    76     * EPOC default constructor.
    76     * EPOC default constructor.
    77     * @param aRect Frame rectangle for container.
    77     * @param aRect Frame rectangle for container.
    78     * @param aModel Data model of the application.
    78     * @param aModel Data model of the application.
    79     */
    79     */
    80     void ConstructL(const TInt aEditorFlag, const TInt aEditorCase, const TInt aEditorSCTResID); 
    80     void ConstructL(const TInt aEditorFlag, const TInt aEditorCase, 
       
    81     		        const TInt aEditorSCTResID, const TBool aIsSplitEditor ); 
    81 
    82 
    82 private: // Functions from base classes
    83 private: // Functions from base classes
    83 
    84 
    84     /**
    85     /**
    85     * From CoeControl, CountComponentControls.
    86     * From CoeControl, CountComponentControls.