Пример #1
0
 def pt_in_breaks(self, point):
     return Qd.PtInRect(point, self._getbreakrect())
Пример #2
0
 def test(self, point):
     if Qd.PtInRect(point, self._bounds) and self._enabled:
         return 1
Пример #3
0
 def test(self, point):
     if Qd.PtInRect(point, self._bounds):
         return 1