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

Method SetInverseDirection

Modules/QtWidgets/src/QmitkSliceNavigationWidget.cpp:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void QmitkSliceNavigationWidget::SetInverseDirection(bool inverseDirection)
223{
224 if (inverseDirection != m_InverseDirection)
225 {
226 m_InverseDirection = inverseDirection;
227 this->Refetch();
228 }
229}
230
231void QmitkSliceNavigationWidget::SetInvertedControls(bool invertedControls)
232{

Callers 2

SetGeometryMethod · 0.80
OnRefetchMethod · 0.80

Calls 1

RefetchMethod · 0.95

Tested by

no test coverage detected