eric5.Graphics.UMLDialog

Module implementing a dialog showing UML like diagrams.

Global Attributes

None

Classes

UMLDialog Class implementing a dialog showing UML like diagrams.

Functions

None


UMLDialog

Class implementing a dialog showing UML like diagrams.

Derived from

QMainWindow

Class Attributes

None

Class Methods

None

Methods

UMLDialog Constructor

Static Methods

None

UMLDialog (Constructor)

UMLDialog(diagramName="Unnamed", parent=None, name=None)

Constructor

parent
parent widget of the view (QWidget)
name
name of the view widget (string)
Up