def pt_in_breaks(self, point): return Qd.PtInRect(point, self._getbreakrect())
def test(self, point): if Qd.PtInRect(point, self._bounds) and self._enabled: return 1
def test(self, point): if Qd.PtInRect(point, self._bounds): return 1