MCPcopy Create free account
hub / github.com/MITK/MITK / OnSelectionReceived

Method OnSelectionReceived

Modules/QtWidgets/src/QmitkAbstractNodeSelectionWidget.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void 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
169void QmitkAbstractNodeSelectionWidget::SetCurrentSelection(NodeList selectedNodes)
170{

Callers 1

SendSelectionMethod · 0.80

Calls 3

SetCurrentSelectionMethod · 0.95
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected