| 160 | } |
| 161 | |
| 162 | void QmitkAbstractNodeSelectionWidget::OnSelectionReceived( |
| 163 | const std::string& /*context*/, |
| 164 | const std::vector<mitk::DataNode::Pointer>& selection) |
| 165 | { |
| 166 | this->SetCurrentSelection(NodeList(selection.begin(), selection.end())); |
| 167 | } |
| 168 | |
| 169 | void QmitkAbstractNodeSelectionWidget::SetCurrentSelection(NodeList selectedNodes) |
| 170 | { |
no test coverage detected