Home
last modified time | relevance | path

Searched refs:xasyItem (Results 1 – 3 of 3) sorted by relevance

/dports/math/asymptote/asymptote-2.67/GUI/
H A DxasyFile.py31 mapString = x2a.xasyItem.mapString
83 file.write('size('+str(asy2psmap*x2a.yflip())+'); '+ x2a.xasyItem.resizeComment+'\n')
H A Dxasy2asy.py651 class xasyItem(Qc.QObject): class
888 class xasyDrawnItem(xasyItem):
974 return xasyItem.setKeyFormatStr.format(self.transfKey, transf.getCode(asy2psmap))+'\n'
1018 class xasyText(xasyItem):
1047 return xasyItem.setKeyFormatStr.format(self.transfKey, transf.getCode(asy2psmap))+"\n"
1064 class xasyScript(xasyItem):
1116 … rawAsyCode.write(xasyItem.setKeyFormatStr.format(key, transf.getCode(asy2psmap)) + '\n//')
1118 rawAsyCode.write(xasyItem.setKeyAloneFormatStr.format(key))
1120 … rawAsyCode.write(xasyItem.setKeyFormatStr.format(key, transf.getCode(asy2psmap)))
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/GUI/
H A Dxasy2asy.py404 class xasyItem: class
502 class xasyDrawnItem(xasyItem):
506 xasyItem.__init__(self)
666 class xasyText(xasyItem):
670 xasyItem.__init__(self)
699 class xasyScript(xasyItem):
703 xasyItem.__init__(self,canvas)
745 xasyItem.asyfy(self,mag)