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

Method leaveEvent

Modules/SegmentationUI/src/QmitkMultiLabelSelectionButton.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void QmitkMultiLabelSelectionButton::leaveEvent(QEvent* /*event*/)
206{
207 if (m_SegmentationNode.IsNotNull())
208 {
209 m_LabelHighlightGuard.SetHighlightedLabels({});
210 }
211}

Callers

nothing calls this directly

Calls 2

IsNotNullMethod · 0.80
SetHighlightedLabelsMethod · 0.80

Tested by

no test coverage detected