diff -r cd2816114bd1 -r e64954c2c8e2 emailuis/emailui/inc/ncscomposeviewcontainer.h --- a/emailuis/emailui/inc/ncscomposeviewcontainer.h Wed Apr 14 15:42:15 2010 +0300 +++ b/emailuis/emailui/inc/ncscomposeviewcontainer.h Tue Apr 27 16:20:14 2010 +0300 @@ -90,12 +90,12 @@ virtual ~CNcsComposeViewContainer(); public: // new functions - + /** - * UpdateScrollBarL + * UpdateScrollBar * Updates scroll bar data. */ - void UpdateScrollBarL(); + void UpdateScrollBar(); /** * GetToFieldAddressesL @@ -496,13 +496,13 @@ * if any popup dialog is open */ void SwitchChangeMskOff(TBool aTag); - + /** - * ScrollL + * Scroll * @param aTargetPos Scrolls display to given position */ - void ScrollL( TInt aTargetPos ); - + void Scroll( TInt aTargetPos, TBool aDrawNow = ETrue ); + public: // from CoeControl /** @@ -734,6 +734,11 @@ // Descriptor for read-only quote text. Own. HBufC* iReadOnlyQuote; + + TInt iTotalComposerHeight; + TInt iVisibleAreaHeight; + TInt iTotalMoveY; + TInt iSeparatorHeight; };