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

Method OnSize

Rendering/UI/vtkWin32RenderWindowInteractor.cxx:771–779  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

769
770//------------------------------------------------------------------------------
771int vtkWin32RenderWindowInteractor::OnSize(HWND, UINT, int X, int Y)
772{
773 this->UpdateSize(X, Y);
774 if (this->Enabled)
775 {
776 return this->InvokeEvent(vtkCommand::ConfigureEvent, nullptr);
777 }
778 return 0;
779}
780
781//------------------------------------------------------------------------------
782int vtkWin32RenderWindowInteractor::OnTimer(HWND, UINT timerId)

Callers 1

vtkHandleMessage2Function · 0.45

Calls 2

InvokeEventMethod · 0.80
UpdateSizeMethod · 0.45

Tested by

no test coverage detected