calendarui/controller/inc/calendeleteui.h
changeset 77 b0711afde476
parent 58 ef813d54df51
child 80 fa7c359294fa
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
   198      * From MProgressDialogCallback
   198      * From MProgressDialogCallback
   199      * Callback method
   199      * Callback method
   200      * called when a dialog is dismissed
   200      * called when a dialog is dismissed
   201      */
   201      */
   202     void DialogDismissedL( const int aButtonId );
   202     void DialogDismissedL( const int aButtonId );
   203 
   203     
       
   204 signals:
       
   205 	void closeDialogs();
       
   206 	
   204 public slots:
   207 public slots:
   205 
   208 
   206     void doCompleted( int aFirstPassError );
   209     void doCompleted( int aFirstPassError );
   207     void handleDateQuery(HbAction* action);
   210     void handleDateQuery(HbAction* action);
   208     void handleDeletion(HbAction* action);
   211     void handleDeletion(HbAction* action);
   209     void handleDeleteCancel();
   212     void handleCancelAndClose(HbAction* action);
   210     
   213     
   211 private slots:
   214 private slots:
   212     void handleRepeatedEntryDelete(int index);
   215     void handleRepeatedEntryDelete(int index);
   213     void entryDeleted(ulong id);
   216     void entryDeleted(ulong id);
   214 
   217