MCPcopy Create free account
hub / github.com/Kitware/VTK / ExitCallback

Method ExitCallback

Rendering/UI/vtkWebAssemblyRenderWindowInteractor.cxx:714–721  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

712
713//------------------------------------------------------------------------------
714void vtkWebAssemblyRenderWindowInteractor::ExitCallback()
715{
716 if (this->HasObserver(vtkCommand::ExitEvent))
717 {
718 this->InvokeEvent(vtkCommand::ExitEvent, nullptr);
719 }
720 this->TerminateApp();
721}
722
723VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 3

TerminateAppMethod · 0.95
HasObserverMethod · 0.80
InvokeEventMethod · 0.80

Tested by

no test coverage detected