示例#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)
示例#2
0
 def show_sver_process_to_aid(self, aid2):
     if self.verbose:
         print('ctrl+clicked aid2=%r' % aid2)
     fnum_ = pt.next_fnum()
     ishow_sver(self.ibs, self.cm.qaid, aid2, qreq_=self.qreq_, fnum=fnum_)
     self.draw()
     self.bring_to_front()
示例#3
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)
示例#4
0
 def show_sver_process_to_aid(self, aid2):
     if self.verbose:
         print('ctrl+clicked aid2=%r' % aid2)
     fnum_ = pt.next_fnum()
     ishow_sver(self.ibs, self.cm.qaid, aid2, qreq_=self.qreq_, fnum=fnum_)
     self.draw()
     self.bring_to_front()