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

Method ForwardEvent

Interaction/Widgets/vtkLineWidget.cxx:486–496  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

484
485//------------------------------------------------------------------------------
486int vtkLineWidget::ForwardEvent(unsigned long event)
487{
488 if (!this->CurrentPointWidget)
489 {
490 return 0;
491 }
492
493 vtkPointWidget::ProcessEvents(this, event, this->CurrentPointWidget, nullptr);
494
495 return 1;
496}
497
498//------------------------------------------------------------------------------
499// assumed current handle is set

Callers 5

OnLeftButtonDownMethod · 0.95
OnLeftButtonUpMethod · 0.95
OnMiddleButtonDownMethod · 0.95
OnMiddleButtonUpMethod · 0.95
OnMouseMoveMethod · 0.95

Calls 1

ProcessEventsFunction · 0.50

Tested by

no test coverage detected