emailuis/uicomponents/inc/fscontrolbarmodel.h
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 2 5253a20d2a1e
--- a/emailuis/uicomponents/inc/fscontrolbarmodel.h	Thu Dec 17 08:39:21 2009 +0200
+++ b/emailuis/uicomponents/inc/fscontrolbarmodel.h	Thu Jan 07 12:38:38 2010 +0200
@@ -193,12 +193,22 @@
     void SetHeight( TInt aHeight );
 
     /**
+     * Set bar's rect
+     */
+    void SetRect( const TRect& aRect );
+    
+    /**
      * Get size of the controlbar.
      *
      * @return Size of the controlbar.
      */
     TSize Size() const;
 
+    /**
+     * Get top-left position
+     */
+    TPoint Pos() const;
+    
 private:
 
     /**
@@ -249,6 +259,10 @@
      */
     TBool iHeightUseDefault;
 
+    /**
+     * Top-left position 
+     */
+    TPoint iTl;
     };