diff -r bb2d3e476f29 -r a3cb48f6c889 calendarui/controller/inc/calenviewmanager.h --- a/calendarui/controller/inc/calenviewmanager.h Mon Aug 09 18:30:52 2010 +0530 +++ b/calendarui/controller/inc/calenviewmanager.h Wed Aug 25 14:02:13 2010 +0530 @@ -103,7 +103,28 @@ void constructOtherViews(); void launchSettingsView(); + + /** + * @brief check if Agenda Event Viewer is active + */ + bool isEventViewerActive(); + + /** + * save the entry and close the editor + */ + void saveAndCloseEditor(); + + /** + * close agenda event view + * should be call if agenda eevent view is open + */ + void closeAgendaEventView(); + + /** + * remove the setting view + */ + void removeSettingsView(); public: // from MCalenNotificationHandler