emailuis/emailui/inc/FreestyleEmailUiViewBase.h
branchRCL_3
changeset 60 d620048b4810
parent 24 b5fbb9b25d57
--- a/emailuis/emailui/inc/FreestyleEmailUiViewBase.h	Mon Jun 21 15:20:54 2010 +0300
+++ b/emailuis/emailui/inc/FreestyleEmailUiViewBase.h	Thu Jul 15 18:19:25 2010 +0300
@@ -101,7 +101,7 @@
     void DoTransition( TBool aDirectionOut );
 
     virtual void FadeOut(TBool aDirectionOut);
-    
+
     /**
      * Prepares application exit. This is called by AppUi during cleanup before AppUi's destructor
      */
@@ -190,7 +190,13 @@
      * Derived classes can call this utility function to set the middle soft key
      * label and ID from the given resource.
      */
-    void ChangeMskCommandL( TInt aLabelResourceId );
+    virtual void ChangeMskCommandL( TInt aLabelResourceId );
+
+    /**
+     * Derived classes can overwrite this method to control status pane
+     * visibility.
+     */
+    virtual TBool IsStatusPaneVisible() const;
 
 // <cmail> Toolbar
 protected: // toobar changes
@@ -319,7 +325,7 @@
     TBool iSendToBackgroundOnDeactivation;
     // View's active status
     TBool iViewActive;
-protected: // to enable overridning 
+protected: // to enable overridning
     TBool iWasActiveControlGroup;
     };