コード例 #1
0
 def thematicMapsPerson(self):
     thematicMaps = DisplayMapsDlg(self.project, 'person_sample',
                                   'Thematic Map of Person Variables',
                                   'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #2
0
 def thematicMapsGQ(self):
     thematicMaps = DisplayMapsDlg(
         self.project, 'gq_sample',
         'Thematic Map of Groupquarter Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #3
0
 def thematicMapsHhld(self):
     thematicMaps = DisplayMapsDlg(self.project, 'hhld_sample',
                                   'Thematic Map of Household Variables',
                                   'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #4
0
 def thematicMapsPerson(self):
     thematicMaps = DisplayMapsDlg(self.project, "person_sample", "Thematic Map of Person Variables", "thematic")
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #5
0
 def thematicMapsGQ(self):
     thematicMaps = DisplayMapsDlg(self.project, "gq_sample", "Thematic Map of Groupquarter Variables", "thematic")
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #6
0
 def thematicMapsHhld(self):
     thematicMaps = DisplayMapsDlg(self.project, "hhld_sample", "Thematic Map of Household Variables", "thematic")
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #7
0
ファイル: mainwindow.py プロジェクト: sfcta/popgen1
 def thematicMapsPerson(self):
     thematicMaps = DisplayMapsDlg(self.project, 'person_sample', 'Thematic Map of Person Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #8
0
ファイル: mainwindow.py プロジェクト: sfcta/popgen1
 def thematicMapsGQ(self):
     thematicMaps = DisplayMapsDlg(self.project, 'gq_sample', 'Thematic Map of Groupquarter Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
コード例 #9
0
ファイル: mainwindow.py プロジェクト: sfcta/popgen1
 def thematicMapsHhld(self):
     thematicMaps = DisplayMapsDlg(self.project, 'hhld_sample', 'Thematic Map of Household Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)