emailuis/emailui/inc/cmailcustomstatuspaneindicators.h
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
--- a/emailuis/emailui/inc/cmailcustomstatuspaneindicators.h	Mon Mar 15 12:39:10 2010 +0200
+++ b/emailuis/emailui/inc/cmailcustomstatuspaneindicators.h	Wed Mar 31 21:08:33 2010 +0300
@@ -56,6 +56,11 @@
     void SetFollowUpFlag( TFollowUpFlagType aFlagType );
     
     /**
+     * Clears flags from pane
+     */
+    void ClearStatusPaneFlags();
+    
+    /**
      * Hide all status pane flags
      */
     void HideStatusPaneIndicators();
@@ -64,7 +69,7 @@
      * Show status pane flags, whan called flags are sett OFF
      */
     void ShowStatusPaneIndicators();
-            
+
 private:
     /**
      * Construction
@@ -86,7 +91,13 @@
 	 * Sets this control's window rect
 	 */
 	void DoSetRectL();
-	
+
+    /**
+     * Draws itself by clearing with KRgbTransparent color.
+     * Usefull for removing prority icon
+     */
+    void Draw( const TRect& aRect ) const;
+
 public:  // From CCoeControl
     TSize MinimumSize();
     TInt CountComponentControls() const;