calendarui/controller/inc/calendeleteui.h
changeset 70 a5ed90760192
parent 57 bb2d3e476f29
child 75 7ac58b2aae6f
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
   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