MCPcopy Create free account
hub / github.com/MITK/MITK / AutoRotateNextStep

Method AutoRotateNextStep

Modules/QtWidgets/src/QmitkRenderWindowMenu.cpp:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void QmitkRenderWindowMenu::AutoRotateNextStep()
349{
350 if (m_Renderer->GetCameraRotationController())
351 {
352 m_Renderer->GetCameraRotationController()->GetStepper()->Next();
353 }
354}
355
356void QmitkRenderWindowMenu::OnAutoRotationActionTriggered()
357{

Callers

nothing calls this directly

Calls 3

GetStepperMethod · 0.80
NextMethod · 0.45

Tested by

no test coverage detected