Lines Matching refs:FindDone
736 thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnection)
739 def FindDone(self, thread, callback, ids):
1072 self.model.Find(value, direction, pattern, context, self.FindDone)
1074 def FindDone(self, ids):
2523 thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnection)
2526 def FindDone(self, thread, callback, row):
3271 self.finder.Find(value, direction, pattern, context, self.FindDone)
3273 def FindDone(self, row):
4105 self.finder.Find(value, direction, pattern, context, self.FindDone)
4107 def FindDone(self, row):
4225 self.finder.Find(value, direction, pattern, context, self.FindDone)
4227 def FindDone(self, row):