| 1729 | } |
| 1730 | |
| 1731 | void QmitkMultiLabelInspector::OnMouseLeave() |
| 1732 | { |
| 1733 | if (m_SegmentationNode.IsNotNull() && !m_AboutToShowContextMenu) |
| 1734 | { |
| 1735 | m_LabelHighlightGuard.SetHighlightedLabels({}); |
| 1736 | } |
| 1737 | else |
| 1738 | { |
| 1739 | m_AboutToShowContextMenu = false; |
| 1740 | } |
| 1741 | } |
| 1742 | |
| 1743 | void QmitkMultiLabelInspector::keyPressEvent(QKeyEvent* event) |
| 1744 | { |
nothing calls this directly
no test coverage detected