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

Method OnSelectedLabelChanged

Modules/SegmentationUI/src/QmitkMultiLabelManager.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void QmitkMultiLabelManager::OnSelectedLabelChanged(const LabelValueVectorType& labels)
135{
136 this->UpdateControls();
137 if (labels.empty() || labels.size() > 1) return;
138
139 emit CurrentSelectionChanged(labels);
140}
141
142QStringList &QmitkMultiLabelManager::GetLabelStringList()
143{

Callers

nothing calls this directly

Calls 3

UpdateControlsMethod · 0.95
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected