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