eric6/Graphics/UMLClassDiagramBuilder.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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