calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp
changeset 63 a3cb48f6c889
parent 55 2c54b51f39c4
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
   273     mShowEventViewById = false;
   273     mShowEventViewById = false;
   274     mShowEventViewByFileHandle = false;
   274     mShowEventViewByFileHandle = false;
   275     mAction = AgendaEventViewer::ActionNothing;
   275     mAction = AgendaEventViewer::ActionNothing;
   276 	OstTraceFunctionExit0( AGENDAEVENTVIEWERPRIVATE_VIEWCREATIONCOMPLETED_EXIT );
   276 	OstTraceFunctionExit0( AGENDAEVENTVIEWERPRIVATE_VIEWCREATIONCOMPLETED_EXIT );
   277 	}
   277 	}
       
   278 
       
   279 // ----------------------------------------------------------------------------
       
   280 // AgendaEventViewerPrivate::saveAndCloseEditor
       
   281 // save the entry and close the editor
       
   282 // ----------------------------------------------------------------------------
       
   283 //
       
   284 void AgendaEventViewerPrivate::saveAndCloseEditor()
       
   285 {
       
   286     mAgendaEventView->saveAndCloseEditor();
       
   287 }
       
   288 
       
   289 
       
   290 // ----------------------------------------------------------------------------
       
   291 // AgendaEventViewerPrivate::closeAgendaEventView
       
   292 // close the agenda event view 
       
   293 // ----------------------------------------------------------------------------
       
   294 //
       
   295 void AgendaEventViewerPrivate::closeAgendaEventView()
       
   296 {
       
   297     mAgendaEventView->closeAgendaEventView(); 
       
   298 }
   278 // End of file
   299 // End of file