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

Method enterEvent

Modules/SegmentationUI/src/QmitkMultiLabelSelectionButton.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void QmitkMultiLabelSelectionButton::enterEvent(QEnterEvent* /*event*/)
198{
199 if (m_SegmentationNode.IsNotNull() && m_HighlightingActivated)
200 {
201 m_LabelHighlightGuard.SetHighlightedLabels(m_LastValidSelectedLabels);
202 }
203}
204
205void QmitkMultiLabelSelectionButton::leaveEvent(QEvent* /*event*/)
206{

Callers

nothing calls this directly

Calls 2

IsNotNullMethod · 0.80
SetHighlightedLabelsMethod · 0.80

Tested by

no test coverage detected