53 AGENDAEVENTVIEWER_EXPORT explicit AgendaEventViewer(AgendaUtil *agendaUtil, |
54 AGENDAEVENTVIEWER_EXPORT explicit AgendaEventViewer(AgendaUtil *agendaUtil, |
54 QObject *parent = 0); |
55 QObject *parent = 0); |
55 AGENDAEVENTVIEWER_EXPORT virtual ~AgendaEventViewer(); |
56 AGENDAEVENTVIEWER_EXPORT virtual ~AgendaEventViewer(); |
56 |
57 |
57 public: |
58 public: |
58 AGENDAEVENTVIEWER_EXPORT void view(const ulong id, Actions action); |
59 AGENDAEVENTVIEWER_EXPORT void view(const ulong id, |
59 AGENDAEVENTVIEWER_EXPORT void view(const QFile &fileHandle, Actions action); |
60 Actions action = ActionNothing); |
60 AGENDAEVENTVIEWER_EXPORT void view(AgendaEntry entry, Actions action); |
61 AGENDAEVENTVIEWER_EXPORT void view(const QFile &fileHandle, |
|
62 Actions action = ActionNothing); |
|
63 AGENDAEVENTVIEWER_EXPORT void view(AgendaEntry entry, |
|
64 Actions action = ActionNothing); |
61 |
65 |
62 signals: |
66 signals: |
63 void viewingCompleted(bool status = true); |
67 void viewingCompleted(const QDate date = QDate()); |
64 void editingStarted(); |
68 void editingStarted(); |
65 void editingCompleted(); |
69 void editingCompleted(); |
66 void deletingStarted(); |
70 void deletingStarted(); |
67 void deletingCompleted(); |
71 void deletingCompleted(); |
68 |
72 |