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

Method leaveEvent

Modules/SegmentationUI/src/QmitkMultiLabelSelectionLabel.cpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void QmitkMultiLabelSelectionLabel::leaveEvent(QEvent* /*event*/ )
182{
183 if (m_SegmentationNode.IsNotNull())
184 {
185 m_LabelHighlightGuard.SetHighlightedLabels({});
186 }
187}

Callers

nothing calls this directly

Calls 2

IsNotNullMethod · 0.80
SetHighlightedLabelsMethod · 0.80

Tested by

no test coverage detected