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