eric6/Graphics/AssociationItem.py

changeset 7973
e836d196e888
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7972:4fc11172df1b 7973:e836d196e888
79 if topToBottom: 79 if topToBottom:
80 self.calculateEndingPoints = ( 80 self.calculateEndingPoints = (
81 self.__calculateEndingPoints_topToBottom 81 self.__calculateEndingPoints_topToBottom
82 ) 82 )
83 else: 83 else:
84 ## self.calculateEndingPoints = self.__calculateEndingPoints_center 84 #- self.calculateEndingPoints = self.__calculateEndingPoints_center
85 self.calculateEndingPoints = self.__calculateEndingPoints_rectangle 85 self.calculateEndingPoints = self.__calculateEndingPoints_rectangle
86 86
87 self.itemA = itemA 87 self.itemA = itemA
88 self.itemB = itemB 88 self.itemB = itemB
89 self.assocType = assocType 89 self.assocType = assocType

eric ide

mercurial