MCPcopy Create free account
hub / github.com/MITK/MITK / ~EventRecorder

Method ~EventRecorder

Modules/Core/src/Interactions/mitkEventRecorder.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116mitk::EventRecorder::~EventRecorder()
117{
118 if (m_FileStream.is_open())
119 {
120 m_FileStream.flush();
121 m_FileStream.close();
122 }
123}
124
125void mitk::EventRecorder::Notify(mitk::InteractionEvent *interactionEvent, bool /*isHandled*/)
126{

Callers

nothing calls this directly

Calls 2

flushMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected