eric6/Graphics/UMLClassDiagramBuilder.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
27 27
28 @param dialog reference to the UML dialog (UMLDialog) 28 @param dialog reference to the UML dialog (UMLDialog)
29 @param view reference to the view object (UMLGraphicsView) 29 @param view reference to the view object (UMLGraphicsView)
30 @param project reference to the project object (Project) 30 @param project reference to the project object (Project)
31 @param file file name of a python module to be shown (string) 31 @param file file name of a python module to be shown (string)
32 @keyparam noAttrs flag indicating, that no attributes should be shown 32 @param noAttrs flag indicating, that no attributes should be shown
33 (boolean) 33 (boolean)
34 """ 34 """
35 super(UMLClassDiagramBuilder, self).__init__(dialog, view, project) 35 super(UMLClassDiagramBuilder, self).__init__(dialog, view, project)
36 self.setObjectName("UMLClassDiagramBuilder") 36 self.setObjectName("UMLClassDiagramBuilder")
37 37

eric ide

mercurial