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