calendarui/agendaeventviewer/inc/agendaeventviewer.h
changeset 63 a3cb48f6c889
parent 23 fd30d51f876b
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    61 	AGENDAEVENTVIEWER_EXPORT void view(const QFile &fileHandle, 
    61 	AGENDAEVENTVIEWER_EXPORT void view(const QFile &fileHandle, 
    62 	                                   Actions action = ActionNothing);
    62 	                                   Actions action = ActionNothing);
    63 	AGENDAEVENTVIEWER_EXPORT void view(AgendaEntry entry, 
    63 	AGENDAEVENTVIEWER_EXPORT void view(AgendaEntry entry, 
    64 	                                   Actions action = ActionNothing);
    64 	                                   Actions action = ActionNothing);
    65 
    65 
       
    66 	AGENDAEVENTVIEWER_EXPORT void saveAndCloseEditor();
       
    67 	
       
    68 	AGENDAEVENTVIEWER_EXPORT void closeAgendaEventView();
       
    69 
    66 signals:
    70 signals:
    67 	void viewingCompleted(const QDate date = QDate());
    71 	void viewingCompleted(const QDate date = QDate());
    68 	void editingStarted();
    72 	void editingStarted();
    69 	void editingCompleted();
    73 	void editingCompleted();
    70 	void deletingStarted();
    74 	void deletingStarted();