예제 #1
0
파일: fit.py 프로젝트: carterjl2/Pyfa
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
예제 #2
0
파일: fit.py 프로젝트: Timmeey/Pyfa
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
예제 #3
0
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))
예제 #4
0
파일: mainFrame.py 프로젝트: copyliu/Pyfa
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))