| 67 | } |
| 68 | |
| 69 | void QmitkSingleNodeSelectionWidget::OnClearSelection() |
| 70 | { |
| 71 | if (m_IsOptional) |
| 72 | { |
| 73 | this->SetCurrentSelection({}); |
| 74 | } |
| 75 | |
| 76 | this->UpdateInfo(); |
| 77 | } |
| 78 | |
| 79 | mitk::DataNode::Pointer QmitkSingleNodeSelectionWidget::GetSelectedNode() const |
| 80 | { |
nothing calls this directly
no test coverage detected