| 534 | } |
| 535 | |
| 536 | void QmitkMultiLabelManager::OnLabelEvent(mitk::MultiLabelSegmentation::LabelValueType /*labelValue*/) |
| 537 | { |
| 538 | if (!m_Controls->labelInspector->GetModelManipulationOngoing()) |
| 539 | this->UpdateControls(); |
| 540 | } |
| 541 | |
| 542 | void QmitkMultiLabelManager::OnGroupEvent(mitk::MultiLabelSegmentation::GroupIndexType /*groupIndex*/) |
| 543 | { |
no test coverage detected