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