equal
deleted
inserted
replaced
69 void removeWidget(); |
69 void removeWidget(); |
70 void updateCompletedReminderData(); |
70 void updateCompletedReminderData(); |
71 void removeAllWidgets(); |
71 void removeAllWidgets(); |
72 void addAllWidgets(); |
72 void addAllWidgets(); |
73 void showDeleteOccurencePopup(); |
73 void showDeleteOccurencePopup(); |
74 int showDeleteConfirmationQuery(); |
74 void showDeleteConfirmationQuery(); |
|
75 void getSubjectIcon(AgendaEntry::Type type, QString &subjectIcon); |
75 |
76 |
76 private slots: |
77 private slots: |
77 void markTodoStatus(); |
78 void markTodoStatus(); |
78 void edit(); |
79 void edit(); |
79 void deleteAgendaEntry(); |
80 void deleteAgendaEntry(); |
82 void handleEntryUpdation(ulong id); |
83 void handleEntryUpdation(ulong id); |
83 void handleEntryDeletion(ulong id); |
84 void handleEntryDeletion(ulong id); |
84 void handleNoteEditorClosed(bool status); |
85 void handleNoteEditorClosed(bool status); |
85 void handleCalendarEditorClosed(); |
86 void handleCalendarEditorClosed(); |
86 void handleDeleteOccurence(int index); |
87 void handleDeleteOccurence(int index); |
87 |
88 void handleDeleteAction(); |
88 private: |
89 private: |
89 |
90 |
90 HbView *mViewer; |
91 HbView *mViewer; |
91 QPointer<AgendaEventViewerItem> mSubjectWidget; |
92 QPointer<AgendaEventViewerItem> mSubjectWidget; |
92 QPointer<AgendaEventViewerItem> mDateTimeWidget; |
93 QPointer<AgendaEventViewerItem> mDateTimeWidget; |