eric6/Graphics/PackageDiagramBuilder.py

changeset 7900
72b88fb20261
parent 7849
70e464748aaa
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
31 31
32 @param dialog reference to the UML dialog (UMLDialog) 32 @param dialog reference to the UML dialog (UMLDialog)
33 @param view reference to the view object (UMLGraphicsView) 33 @param view reference to the view object (UMLGraphicsView)
34 @param project reference to the project object (Project) 34 @param project reference to the project object (Project)
35 @param package name of a python package to be shown (string) 35 @param package name of a python package to be shown (string)
36 @keyparam noAttrs flag indicating, that no attributes should be shown 36 @param noAttrs flag indicating, that no attributes should be shown
37 (boolean) 37 (boolean)
38 """ 38 """
39 super(PackageDiagramBuilder, self).__init__(dialog, view, project) 39 super(PackageDiagramBuilder, self).__init__(dialog, view, project)
40 self.setObjectName("PackageDiagram") 40 self.setObjectName("PackageDiagram")
41 41

eric ide

mercurial