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