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

Method SetPos

Modules/QtWidgets/src/QmitkSliceNavigationWidget.cpp:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void QmitkSliceNavigationWidget::SetPos(int val)
215{
216 if (!m_InRefetch)
217 {
218 m_Stepper->SetPos(val);
219 }
220}
221
222void QmitkSliceNavigationWidget::SetInverseDirection(bool inverseDirection)
223{

Callers 7

InitializeViewsMethod · 0.45
InitializeViewsMethod · 0.45
ResetGeometryMethod · 0.45
SliderChangedMethod · 0.45
SpinBoxChangedMethod · 0.45
wheelEventMethod · 0.45
spinBoxValueChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected