calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp
changeset 68 a5a1242fd2e8
parent 58 ef813d54df51
equal deleted inserted replaced
58:ef813d54df51 68:a5a1242fd2e8
   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