calendarui/views/inc/calenmissedalarmsview.h
branchRCL_3
changeset 13 1984aceb8774
parent 0 f979ecb2b13e
equal deleted inserted replaced
11:0f07cd1b5772 13:1984aceb8774
   164 	  	/**
   164 	  	/**
   165 	 	 * Updates the cba based on the missed alarm entries
   165 	 	 * Updates the cba based on the missed alarm entries
   166 	 	 */
   166 	 	 */
   167 	 	void UpdateCbaL();
   167 	 	void UpdateCbaL();
   168      	
   168      	
   169 private: 
       
   170  	    /**
       
   171  	     * Create missed alarms view toolbar buttons
       
   172  	     * @ aIcon Icon of the toolbar button
       
   173  	     * @ aText Text to be displayed on toolbar item
       
   174  	     * @ aTooltipID Tool tip Id of the toolbar button
       
   175  	     * @ aToolbar refrence to the calendar toolbar
       
   176  	     */
       
   177  	    CAknButton* CreateButtonL( CGulIcon* aIcon, 
       
   178  	                               const TDesC& aText,
       
   179  	                               TInt aTooltipID,
       
   180  	                               CAknToolbar& aToolbar );
       
   181  	    
       
   182  	    /**
       
   183  	     * Remove missed alarms view's toolbar buttons 
       
   184  	     */                           
       
   185  	    void RemoveToolbarButtonsL();
       
   186  	    
       
   187  	    /**
       
   188  	     * Adds missed alarms view's toolbar buttons 
       
   189  	     */
       
   190  	    void AddToolbarButtonsL();
       
   191  	    
       
   192  	    /**
       
   193  	     * Dim clear and clear all toolbar buttons when there are no
       
   194  	     * missed alarm entries to clear 
       
   195  	     */
       
   196  	    void DimClearAndClearAllButtons();
       
   197  	    
       
   198      private: //data members
   169      private: //data members
   199         TInt iMissedAlarmsCount;
   170         TInt iMissedAlarmsCount;
   200         
   171         
   201         enum TPopulationStep
   172         enum TPopulationStep
   202         	{
   173         	{