calendarui/agendaeventviewer/inc/agendaeventviewer_p.h
changeset 63 a3cb48f6c889
parent 45 b6db4fd4947b
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    41 
    41 
    42 private:
    42 private:
    43 	void view(const ulong id, AgendaEventViewer::Actions action);
    43 	void view(const ulong id, AgendaEventViewer::Actions action);
    44 	void view(const QFile &fileHandle, AgendaEventViewer::Actions action);
    44 	void view(const QFile &fileHandle, AgendaEventViewer::Actions action);
    45 	void view(AgendaEntry entry, AgendaEventViewer::Actions action);
    45 	void view(AgendaEntry entry, AgendaEventViewer::Actions action);
       
    46 	
       
    47     /**
       
    48      * close the editor and save the entry
       
    49      * should be call if editor is open
       
    50      */
       
    51 	void saveAndCloseEditor();
       
    52     
       
    53 	/**
       
    54      * close agenda event view
       
    55      * should be call if agenda eevent view is open
       
    56      */
       
    57 	void closeAgendaEventView();
    46 
    58 
    47 private slots:
    59 private slots:
    48 	void viewingCompleted(const QDate date);
    60 	void viewingCompleted(const QDate date);
    49 	void editingStarted();
    61 	void editingStarted();
    50 	void editingCompleted();
    62 	void editingCompleted();