MCPcopy Create free account
hub / github.com/MITK/MITK / OnVideoSourceDelete

Method OnVideoSourceDelete

Modules/QtWidgetsExt/src/QmitkVideoBackground.cpp:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void QmitkVideoBackground::OnVideoSourceDelete(const itk::Object *, const itk::EventObject &)
279{
280 this->Disable(); // will only disable if enabled
281 m_VideoSource = nullptr;
282}
283
284void QmitkVideoBackground::OnRenderWindowDelete(vtkObject *object, unsigned long, void *clientdata, void *)
285{

Callers

nothing calls this directly

Calls 1

DisableMethod · 0.95

Tested by

no test coverage detected