phonebookui/Phonebook2/inc/CPbk2NamesListControl.h
branchRCL_3
changeset 32 2828b4d142c0
parent 23 5586b4d2ec3e
child 58 d4f567ce2e7c
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
   248 		 * When done, MassUpdateSkipProgressNote(EFalse) must always be
   248 		 * When done, MassUpdateSkipProgressNote(EFalse) must always be
   249 		 * called to reset back to original state (even if a Leave would happen in between) 
   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.
   250          * @param aSkip - ETrue if progress note should not be displayed. EFalse reset to normal.
   251          */
   251          */
   252         IMPORT_C void MassUpdateSkipProgressNote( TBool aSkip );
   252         IMPORT_C void MassUpdateSkipProgressNote( TBool aSkip );
       
   253         
       
   254         /**
       
   255          * Set the iOpeningCca flag. 
       
   256          * @param aIsOpening - Indicates user is opening cca or not.
       
   257          */
       
   258         IMPORT_C void SetOpeningCca( TBool aIsOpening );
   253         
   259         
   254     public: // From CCoeControl
   260     public: // From CCoeControl
   255         void MakeVisible(
   261         void MakeVisible(
   256                 TBool aVisible );
   262                 TBool aVisible );
   257         TKeyResponse OfferKeyEventL(
   263         TKeyResponse OfferKeyEventL(
   501            
   507            
   502         //Own: Background Task Handler     
   508         //Own: Background Task Handler     
   503         CPbk2NamesListControlBgTask* iBgTask;
   509         CPbk2NamesListControlBgTask* iBgTask;
   504         //Own: Mass update checker/handler
   510         //Own: Mass update checker/handler
   505         CPbk2HandleMassUpdate* iCheckMassUpdate;
   511         CPbk2HandleMassUpdate* iCheckMassUpdate;
   506         
   512         //Own: Open Cca is in progress
       
   513         TBool iOpeningCca;        
   507     };
   514     };
   508 
   515 
   509 #endif // CPBK2NAMESLISTCONTROL_H
   516 #endif // CPBK2NAMESLISTCONTROL_H
   510 
   517 
   511 // End of File
   518 // End of File