emailuis/emailui/inc/ncscomposeviewcontainer.h
branchRCL_3
changeset 35 e64954c2c8e2
parent 31 72d484772ca6
child 24 b5fbb9b25d57
--- 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;
     };