emailuis/emailui/inc/ncsfieldsizeobserver.h
changeset 4 e7aa27f58ae1
parent 0 8466d47a6819
equal deleted inserted replaced
3:a4d6f1ea0416 4:e7aa27f58ae1
    37 
    37 
    38     /**
    38     /**
    39     * Informs the observer that the field is updated.
    39     * Informs the observer that the field is updated.
    40     *
    40     *
    41     * @since S60 v3.0
    41     * @since S60 v3.0
       
    42     * @param aDoScroll If set to ETrue, the rscreen is scrolled so that cursor is visible.
    42     * @return Return ETrue if you wish to redraw the edwin. EFalse otherwise.
    43     * @return Return ETrue if you wish to redraw the edwin. EFalse otherwise.
    43     */
    44     */
    44     virtual TBool UpdateFieldSizeL() = 0;
    45     virtual TBool UpdateFieldSizeL( TBool aDoScroll = EFalse ) = 0;
    45     
    46     
    46     /**
    47     /**
    47     * Informs the observer that the given control position has changed.
    48     * Informs the observer that the given control position has changed.
    48     *
    49     *
    49     * @param aAnchor Control which position has changed.
    50     * @param aAnchor Control which position has changed.