Example #1
0
 def on_ctrl_clicked_match(self, aid1, aid2):
     """ HELPER:  Executed when a result ANNOTATION is control-clicked """
     fnum_ = df2.next_fnum()
     ishow_sver(self.ibs, aid1, aid2, fnum=fnum_)
     fig = df2.gcf()
     fig.canvas.draw()
     df2.bring_to_front(fig)
Example #2
0
 def on_ctrl_clicked_match(self, aid1, aid2):
     """ HELPER:  Executed when a result ANNOTATION is control-clicked """
     fnum_ = df2.next_fnum()
     ishow_sver(self.ibs, aid1, aid2, fnum=fnum_)
     fig = df2.gcf()
     fig.canvas.draw()
     df2.bring_to_front(fig)
Example #3
0
 def on_clicked_match(self, aid1, aid2):
     """ HELPER: Executed when a result ANNOTATION is clicked """
     fnum_ = df2.next_fnum()
     qres = self.qaid2_qres[aid1]
     qres.ishow_matches(self.ibs, aid2, fnum=fnum_)
     fig = df2.gcf()
     fig.canvas.draw()
     df2.bring_to_front(fig)
Example #4
0
 def on_clicked_match(self, aid1, aid2):
     """ HELPER: Executed when a result ANNOTATION is clicked """
     fnum_ = df2.next_fnum()
     qres = self.qaid2_qres[aid1]
     qres.ishow_matches(self.ibs, aid2, fnum=fnum_)
     fig = df2.gcf()
     fig.canvas.draw()
     df2.bring_to_front(fig)
Example #5
0
 def bring_to_front(self):
     df2.bring_to_front(self.fig)
Example #6
0
 def bring_to_front(self):
     df2.bring_to_front(self.fig)