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

Method OnClearSelection

Modules/QtWidgets/src/QmitkSingleNodeSelectionWidget.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

UpdateInfoMethod · 0.95
SetCurrentSelectionMethod · 0.45

Tested by

no test coverage detected