calendarui/controller/inc/calendeleteui.h
changeset 75 7ac58b2aae6f
parent 70 a5ed90760192
child 89 b57382753122
equal deleted inserted replaced
72:27feeedec790 75:7ac58b2aae6f
    19 #ifndef CALENDELETEUI_H
    19 #ifndef CALENDELETEUI_H
    20 #define CALENDELETEUI_H
    20 #define CALENDELETEUI_H
    21 
    21 
    22 // System Includes
    22 // System Includes
    23 #include <QObject>
    23 #include <QObject>
       
    24 #include<QPointer>
    24 #include <e32base.h>
    25 #include <e32base.h>
    25 #include <hbdatetimepicker.h>
    26 #include <hbdatetimepicker.h>
    26 #include <agendautil.h>
    27 #include <agendautil.h>
    27 
    28 
    28 //User Includes
    29 //User Includes
   235 private: // data
   236 private: // data
   236     
   237     
   237     bool iIsDeleting; // True, if asynchronous delete is running
   238     bool iIsDeleting; // True, if asynchronous delete is running
   238     QDateTime iStartTime;
   239     QDateTime iStartTime;
   239     QDateTime iEndTime;
   240     QDateTime iEndTime;
   240     HbDateTimePicker *mDatePicker;
   241     QPointer<HbDateTimePicker> mDatePicker;
   241     HbAction *mDeleteAction;
   242     HbAction *mDeleteAction;
   242     HbAction *mCancelAction;
   243     HbAction *mCancelAction;
   243     // Confirmation note id is stored here. Note is shown when asynchronous
   244     // Confirmation note id is stored here. Note is shown when asynchronous
   244     // delete completes.
   245     // delete completes.
   245     int iConfirmationNoteId;
   246     int iConfirmationNoteId;