phonebookui/Phonebook2/inc/CPbk2NamesListControl.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 15 e8e3147d53eb
child 32 2828b4d142c0
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
   240          * Needs to be called when there is a Foreground Event trigerred for the View.
   240          * Needs to be called when there is a Foreground Event trigerred for the View.
   241          */
   241          */
   242         
   242         
   243         IMPORT_C void HandleViewForegroundEventL( TBool aForeground );
   243         IMPORT_C void HandleViewForegroundEventL( TBool aForeground );
   244 
   244 
   245     
   245         /**
       
   246          * For special case: Call this function to skip showing the 
       
   247          * blocking progress note when mass update is going on in nameslistview.
       
   248 		 * When done, MassUpdateSkipProgressNote(EFalse) must always be
       
   249 		 * called to reset back to original state (even if a Leave would happen in between) 
       
   250          * @param aSkip - ETrue if progress note should not be displayed. EFalse reset to normal.
       
   251          */
       
   252         IMPORT_C void MassUpdateSkipProgressNote( TBool aSkip );
   246         
   253         
   247     public: // From CCoeControl
   254     public: // From CCoeControl
   248         void MakeVisible(
   255         void MakeVisible(
   249                 TBool aVisible );
   256                 TBool aVisible );
   250         TKeyResponse OfferKeyEventL(
   257         TKeyResponse OfferKeyEventL(