emailuis/uicomponents/inc/fscontrolbarmodel.h
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
--- a/emailuis/uicomponents/inc/fscontrolbarmodel.h	Thu Jan 07 12:38:38 2010 +0200
+++ b/emailuis/uicomponents/inc/fscontrolbarmodel.h	Mon Jan 18 20:08:26 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -121,7 +121,7 @@
      * @param aButtonId Current button's id.
      * @return Next button after current.
      */
-    CFsControlButton* NextButton( TInt aButtonId );
+    CFsControlButton* NextButton( TInt aButtonId, TBool aLandscape = EFalse );
 
     /**
      * Retrieves button previous to the button with specified id.
@@ -129,7 +129,7 @@
      * @param aButtonId Current button's id.
      * @return Previous button after current.
      */
-    CFsControlButton* PrevButton( TInt aButtonId );
+    CFsControlButton* PrevButton( TInt aButtonId, TBool aLandscape = EFalse );
 
     /**
      * Sets focus state for control bar.
@@ -196,7 +196,7 @@
      * Set bar's rect
      */
     void SetRect( const TRect& aRect );
-    
+
     /**
      * Get size of the controlbar.
      *
@@ -208,7 +208,7 @@
      * Get top-left position
      */
     TPoint Pos() const;
-    
+
 private:
 
     /**
@@ -260,7 +260,7 @@
     TBool iHeightUseDefault;
 
     /**
-     * Top-left position 
+     * Top-left position
      */
     TPoint iTl;
     };