示例#1
0
 def __on_mouse_move(self, evt):
     ImageAndTableHelper.select_field_on_mouse_move(
         evt,
         self.po_fields,
         self.image_panel,
         self.table
     )
示例#2
0
 def __on_mouse_move(self, evt):
     if self.__cur_po_class:
         ImageAndTableHelper.select_field_on_mouse_move(
             evt,
             self.__cur_po_class.fields,
             self.image_panel,
             self.table_and_test_file_tabs.table
         )
示例#3
0
 def __on_mouse_move(self, evt):
     ImageAndTableHelper.select_field_on_mouse_move(evt, self.po_fields,
                                                    self.image_panel,
                                                    self.table)