Example #1
0
 def OnMouseExit(self, *args):
     SE_BaseClassCore.OnMouseExit(self, *args)
     if getattr(self, 'Draggable_dragging', 0):
         return
     wnd = FittingWindow.GetIfOpen()
     if wnd is not None:
         wnd.HiliteFitting(None)
 def OnMouseExit(self, *args):
     SE_BaseClassCore.OnMouseExit(self, *args)
     if self.node.Get('OnMouseExit', None):
         self.node.OnMouseExit(self)
Example #3
0
 def KillHilite(self):
     SE_BaseClassCore.OnMouseExit(self)
     self.onMouseEntyerThread = None
Example #4
0
 def OnMouseExit(self, *args):
     SE_BaseClassCore.OnMouseExit(self, *args)
     self.checkbox.OnMouseExit(*args)
Example #5
0
 def OnMouseExit(self, *args):
     SE_BaseClassCore.OnMouseExit(self, *args)
     sm.ScatterEvent('OnProbeScanner_ProbeEntryMouseExit',
                     self.sr.node.probeID)
Example #6
0
 def OnMouseExit(self, *args):
     SE_BaseClassCore.OnMouseExit(self, *args)
     if getattr(self, 'Draggable_dragging', 0):
         return
     TryGhostFitItemOnMouseAction(None)