| 151 | } |
| 152 | |
| 153 | void mitk::nnInteractive::Interactor::Disable() |
| 154 | { |
| 155 | if (!m_Impl->IsEnabled) |
| 156 | return; |
| 157 | |
| 158 | this->OnDisable(); |
| 159 | |
| 160 | m_Impl->IsEnabled = false; |
| 161 | |
| 162 | m_Impl->UnblockLMBDisplayInteraction(); |
| 163 | } |
| 164 | |
| 165 | bool mitk::nnInteractive::Interactor::IsEnabled() const |
| 166 | { |
no test coverage detected