Exemple #1
0
 def define_actions(self):
     """
     Define action for the reference family button.
     """
     GeoGraphyView.define_actions(self)
     self._add_action('RefFamily', self.select_family)
Exemple #2
0
 def define_actions(self):
     """
     Define action for the reference family button.
     """
     GeoGraphyView.define_actions(self)
     self._add_action('RefFamily', self.select_family)
Exemple #3
0
 def define_actions(self):
     """
     Define action for the reference person button.
     """
     GeoGraphyView.define_actions(self)
     self._add_action('RefPerson', self.select_person)
Exemple #4
0
 def define_actions(self):
     """
     Define action for the reference person button.
     """
     GeoGraphyView.define_actions(self)
     self._add_action('RefPerson', self.select_person)