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

Method OnMouseLeave

Modules/SegmentationUI/src/QmitkMultiLabelInspector.cpp:1731–1741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1729}
1730
1731void 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
1743void QmitkMultiLabelInspector::keyPressEvent(QKeyEvent* event)
1744{

Callers

nothing calls this directly

Calls 2

IsNotNullMethod · 0.80
SetHighlightedLabelsMethod · 0.80

Tested by

no test coverage detected