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

Method ShowSubMenu

Rendering/VR/vtkVRMenuWidget.cxx:140–144  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

138
139//------------------------------------------------------------------------------
140void vtkVRMenuWidget::ShowSubMenu(vtkVRMenuWidget* w)
141{
142 w->SetInteractor(this->Interactor);
143 w->Show(static_cast<vtkEventData*>(this->CallData));
144}
145
146//------------------------------------------------------------------------------
147void vtkVRMenuWidget::Show(vtkEventData* ed)

Callers

nothing calls this directly

Calls 2

SetInteractorMethod · 0.45
ShowMethod · 0.45

Tested by

no test coverage detected