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

Method enterEvent

Modules/SegmentationUI/src/QmitkMultiLabelSelectionLabel.cpp:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void QmitkMultiLabelSelectionLabel::enterEvent(QEnterEvent* /*event*/)
174{
175 if (m_SegmentationNode.IsNotNull() && m_HighlightingActivated)
176 {
177 m_LabelHighlightGuard.SetHighlightedLabels(m_LastValidSelectedLabels);
178 }
179}
180
181void QmitkMultiLabelSelectionLabel::leaveEvent(QEvent* /*event*/ )
182{

Callers

nothing calls this directly

Calls 2

IsNotNullMethod · 0.80
SetHighlightedLabelsMethod · 0.80

Tested by

no test coverage detected