notes/notesui/noteseditor/inc/notestodoeditorcustomitem.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    43 	void restore();
    43 	void restore();
    44 
    44 
    45 private slots:
    45 private slots:
    46 	void launchTimePicker();
    46 	void launchTimePicker();
    47 	void launchDatePicker();
    47 	void launchDatePicker();
       
    48 	void selectDueDate();
       
    49 	void selectedAction(HbAction *action);
       
    50 
       
    51 private:
    48 	void handleOkAction();
    52 	void handleOkAction();
    49 	void handleCancelAction();
       
    50 	void selectDueDate();
       
    51 
    53 
    52 private:
    54 private:
    53 	QPointer<HbDialog> mTimePickerDialog;
    55 	QPointer<HbDialog> mTimePickerDialog;
    54 	QPointer<HbDialog> mDatePickerDialog;
    56 	QPointer<HbDialog> mDatePickerDialog;
    55 	QPointer<HbPushButton> mTimeWidget;
    57 	QPointer<HbPushButton> mTimeWidget;
    56 	QPointer<HbPushButton> mDateWidget;
    58 	QPointer<HbPushButton> mDateWidget;
    57 	QPointer<HbPushButton> mDueDateItem;
    59 	QPointer<HbPushButton> mDueDateItem;
       
    60 
       
    61 	HbAction *mOkAction;
       
    62 	HbAction *mCancelAction;
       
    63 
    58 	NotesEditorPrivate* mNotesTodoeditorPvt;
    64 	NotesEditorPrivate* mNotesTodoeditorPvt;
    59 	bool mDueDatePickerIsActive;
    65 	bool mDueDatePickerIsActive;
    60 
    66 
    61 };
    67 };
    62 
    68