mpxplugins/viewplugins/inc/mpxwaitnotedialog.h
branchRCL_3
changeset 13 c8156a91d13c
parent 0 ff3acec5bc43
equal deleted inserted replaced
12:171e07ac910f 13:c8156a91d13c
   187     void DisplayNoteDialogL( TInt aDlgRsc, TInt aTextRsc, 
   187     void DisplayNoteDialogL( TInt aDlgRsc, TInt aTextRsc, 
   188                              TInt aItemsAdded, const TDesC& aLabel, 
   188                              TInt aItemsAdded, const TDesC& aLabel, 
   189                              CAknNoteDialog::TTone aTone = CAknNoteDialog::ENoTone );
   189                              CAknNoteDialog::TTone aTone = CAknNoteDialog::ENoTone );
   190 //#endif // __COVER_DISPLAY    
   190 //#endif // __COVER_DISPLAY    
   191 // Cover UI end
   191 // Cover UI end
       
   192     
       
   193     /**
       
   194     * Display a process wait dialog
       
   195     * @param aDlgRsc, dialog resource
       
   196     * @param aLabel, text 
       
   197     */
       
   198     void DisplayProcessWaitDialogL( TInt aDlgRsc, const TDesC& aLabel,
       
   199                                      CAknWaitDialog::TTone aTone = CAknWaitDialog::ENoTone );
       
   200     
       
   201     /**
       
   202     * Cancel the process wait dialog
       
   203     */
       
   204     void CancelProcessWaitDialogL();
       
   205 
   192 
   206 
   193 protected:
   207 protected:
   194 
   208 
   195     /**
   209     /**
   196     * Constructor
   210     * Constructor
   212     TBool                  iVisDelayOff;    // VisibilityDelayOff
   226     TBool                  iVisDelayOff;    // VisibilityDelayOff
   213     CAknWaitDialog*        iWaitDialog;
   227     CAknWaitDialog*        iWaitDialog;
   214     TInt                   iResourceOffset;
   228     TInt                   iResourceOffset;
   215     CAknQueryDialog*       iQueryDialog; // Not Owned
   229     CAknQueryDialog*       iQueryDialog; // Not Owned
   216     CAknNoteDialog* 	   iNoteDialog;  // Not Owned
   230     CAknNoteDialog* 	   iNoteDialog;  // Not Owned
       
   231     CAknWaitDialog*        iProcessWaitDialog; // Owned
   217     };
   232     };
   218 
   233 
   219 #endif // C_MPXWAITNOTEDIALOG_H
   234 #endif // C_MPXWAITNOTEDIALOG_H