コード例 #1
0
ファイル: ssehunter.py プロジェクト: triciatricia/SIMPLE
	def atomSelector(self):
		##generate list of open files
		atomnames=airsIO.getPDBNames()
		atomnames.append("None")
		self.atomButton.setitems(atomnames)
コード例 #2
0
ファイル: p2c.py プロジェクト: triciatricia/SIMPLE
	def fileselector(self):
		##generate list of open files
		names=airsIO.getPDBNames()
		self.fileButton.setitems(names)
コード例 #3
0
ファイル: c2p.py プロジェクト: triciatricia/SIMPLE
	def fileselector(self):
		names=airsIO.getPDBNames()
		self.fileButton.setitems(names)