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

Method OnRightButtonUp

Interaction/Widgets/vtkBoxWidget.cxx:739–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void vtkBoxWidget::OnRightButtonUp()
740{
741 if (this->State == vtkBoxWidget::Outside)
742 {
743 return;
744 }
745
746 this->State = vtkBoxWidget::Start;
747 this->HighlightOutline(0);
748 this->SizeHandles();
749
750 this->EventCallbackCommand->SetAbortFlag(1);
751 this->EndInteraction();
752 this->InvokeEvent(vtkCommand::EndInteractionEvent, nullptr);
753 this->Interactor->Render();
754}
755
756void vtkBoxWidget::OnMouseMove()
757{

Callers 1

ProcessEventsMethod · 0.95

Calls 5

HighlightOutlineMethod · 0.95
SizeHandlesMethod · 0.95
InvokeEventMethod · 0.80
RenderMethod · 0.65
EndInteractionMethod · 0.45

Tested by

no test coverage detected