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

Method OnLayerChanged

Modules/SegmentationUI/src/QmitkSimpleLabelSetListWidget.cpp:99–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void QmitkSimpleLabelSetListWidget::OnLayerChanged()
100{
101 if (!this->m_Emmiting)
102 {
103 this->ResetList();
104
105 this->m_Emmiting = true;
106 emit ActiveLayerChanged();
107 emit SelectedLabelsChanged(this->SelectedLabels());
108 this->m_Emmiting = false;
109 }
110}
111
112void QmitkSimpleLabelSetListWidget::OnLabelChanged(mitk::MultiLabelSegmentation::LabelValueType lv)
113{

Callers

nothing calls this directly

Calls 2

ResetListMethod · 0.95
SelectedLabelsMethod · 0.95

Tested by

no test coverage detected