emailuis/emailui/src/cmailcustomstatuspaneindicators.cpp
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
   321     	DrawDeferred();
   321     	DrawDeferred();
   322     	}
   322     	}
   323 	}
   323 	}
   324 
   324 
   325 // ---------------------------------------------------------------------------
   325 // ---------------------------------------------------------------------------
   326 // CCustomStatuspaneIndicators::HideStatusPaneIndicatorsL
   326 // CCustomStatuspaneIndicators::ClearStatusPaneFlags
   327 // ---------------------------------------------------------------------------
   327 // ---------------------------------------------------------------------------
   328 //
   328 //
   329 void CCustomStatuspaneIndicators::HideStatusPaneIndicators()
   329 void CCustomStatuspaneIndicators::ClearStatusPaneFlags()
   330 	{
   330     {
   331 	MakeVisible( EFalse );
       
   332     SetPriorityFlag( EMsgPriorityNormal );
   331     SetPriorityFlag( EMsgPriorityNormal );
   333     SetFollowUpFlag( EFollowUpNone );
   332     SetFollowUpFlag( EFollowUpNone );
       
   333     }
       
   334 
       
   335 // ---------------------------------------------------------------------------
       
   336 // CCustomStatuspaneIndicators::HideStatusPaneIndicatorsL
       
   337 // ---------------------------------------------------------------------------
       
   338 //
       
   339 void CCustomStatuspaneIndicators::HideStatusPaneIndicators()
       
   340 	{
       
   341 	MakeVisible( EFalse );
   334     DrawNow();
   342     DrawNow();
   335 	}
   343 	}
   336 
   344 
   337 // ---------------------------------------------------------------------------
   345 // ---------------------------------------------------------------------------
   338 // CCustomStatuspaneIndicators::ShowStatusPaneIndicatorsL
   346 // CCustomStatuspaneIndicators::ShowStatusPaneIndicatorsL
   340 //
   348 //
   341 void CCustomStatuspaneIndicators::ShowStatusPaneIndicators()
   349 void CCustomStatuspaneIndicators::ShowStatusPaneIndicators()
   342 	{
   350 	{
   343 	MakeVisible( ETrue );
   351 	MakeVisible( ETrue );
   344     TRAP_IGNORE( DoSetRectL() );
   352     TRAP_IGNORE( DoSetRectL() );
   345     SetPriorityFlag( EMsgPriorityNormal );
       
   346     SetFollowUpFlag( EFollowUpNone );
       
   347     DrawNow();
   353     DrawNow();
       
   354 	}
       
   355 
       
   356 // ---------------------------------------------------------------------------
       
   357 // CCustomStatuspaneIndicators::Draw
       
   358 // ---------------------------------------------------------------------------
       
   359 //
       
   360 void CCustomStatuspaneIndicators::Draw( const TRect& aRect ) const
       
   361 	{
       
   362 	SystemGc().SetBrushColor( KRgbTransparent );
       
   363 	SystemGc().Clear( aRect );
   348 	}
   364 	}
   349 
   365 
   350 // ---------------------------------------------------------------------------
   366 // ---------------------------------------------------------------------------
   351 // CCustomStatuspaneIndicators::CheckScrollButtonState
   367 // CCustomStatuspaneIndicators::CheckScrollButtonState
   352 // ---------------------------------------------------------------------------
   368 // ---------------------------------------------------------------------------