eric6/Graphics/ApplicationDiagramBuilder.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
30 Constructor 30 Constructor
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 @keyparam noModules flag indicating, that no module names should be 35 @param noModules flag indicating, that no module names should be
36 shown (boolean) 36 shown (boolean)
37 """ 37 """
38 super(ApplicationDiagramBuilder, self).__init__(dialog, view, project) 38 super(ApplicationDiagramBuilder, self).__init__(dialog, view, project)
39 self.setObjectName("ApplicationDiagram") 39 self.setObjectName("ApplicationDiagram")
40 40

eric ide

mercurial