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

Method GetInspector

Modules/SegmentationUI/src/QmitkMultiLabelSelectionWidget.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207QmitkMultiLabelInspectorPopup::~QmitkMultiLabelInspectorPopup() = default;
208
209QmitkMultiLabelInspector* QmitkMultiLabelInspectorPopup::GetInspector() const
210{
211 return m_Inspector.get();
212}
213
214void QmitkMultiLabelInspectorPopup::OnPopupLabelsChanged(const LabelValueVectorType& /*selectedLabels*/)
215{

Callers 7

SetMultiSelectionModeMethod · 0.80
GetMultiSelectionModeMethod · 0.80
SetMultiLabelNodeMethod · 0.80
SetSelectedLabelsMethod · 0.80
GetSelectedLabelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected