Graphics/ApplicationDiagram.py

changeset 564
b3d966393ba9
parent 483
ca7d8599a575
child 791
9ec2ac20e54e
equal deleted inserted replaced
563:e35d2cda9a74 564:b3d966393ba9
229 229
230 @param shapes list of shapes 230 @param shapes list of shapes
231 """ 231 """
232 for package in shapes: 232 for package in shapes:
233 for rel in shapes[package][1]: 233 for rel in shapes[package][1]:
234 assoc = AssociationItem(\ 234 assoc = AssociationItem(
235 shapes[package][0], shapes[rel][0], 235 shapes[package][0], shapes[rel][0],
236 Imports) 236 Imports)
237 self.scene.addItem(assoc) 237 self.scene.addItem(assoc)
238 238
239 def show(self): 239 def show(self):

eric ide

mercurial