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