Documentation/Source/eric5.Graphics.UMLDialog.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
101 <p> 101 <p>
102 Constructor 102 Constructor
103 </p><dl> 103 </p><dl>
104 <dt><i>diagramType</i></dt> 104 <dt><i>diagramType</i></dt>
105 <dd> 105 <dd>
106 type of the diagram (one of ApplicationDiagram, ClassDiagram, 106 type of the diagram (one of ApplicationDiagram,
107 ImportsDiagram, NoDiagram, PackageDiagram) 107 ClassDiagram, ImportsDiagram, NoDiagram, PackageDiagram)
108 </dd><dt><i>project</i></dt> 108 </dd><dt><i>project</i></dt>
109 <dd> 109 <dd>
110 reference to the project object (Project) 110 reference to the project object (Project)
111 </dd><dt><i>path</i></dt> 111 </dd><dt><i>path</i></dt>
112 <dd> 112 <dd>
114 </dd><dt><i>parent</i></dt> 114 </dd><dt><i>parent</i></dt>
115 <dd> 115 <dd>
116 parent widget of the dialog (QWidget) 116 parent widget of the dialog (QWidget)
117 </dd><dt><i>initBuilder=</i></dt> 117 </dd><dt><i>initBuilder=</i></dt>
118 <dd> 118 <dd>
119 flag indicating to initialize the diagram builder (boolean) 119 flag indicating to initialize the diagram
120 </dd><dt><i>kwargs</i></dt> 120 builder (boolean)
121 </dd><dt><i>kwargs=</i></dt>
121 <dd> 122 <dd>
122 diagram specific data 123 diagram specific data
123 </dd> 124 </dd>
124 </dl><a NAME="UMLDialog.__diagramBuilder" ID="UMLDialog.__diagramBuilder"></a> 125 </dl><a NAME="UMLDialog.__diagramBuilder" ID="UMLDialog.__diagramBuilder"></a>
125 <h4>UMLDialog.__diagramBuilder</h4> 126 <h4>UMLDialog.__diagramBuilder</h4>
132 type of the diagram 133 type of the diagram
133 (one of ApplicationDiagram, ClassDiagram, ImportsDiagram, PackageDiagram) 134 (one of ApplicationDiagram, ClassDiagram, ImportsDiagram, PackageDiagram)
134 </dd><dt><i>path</i></dt> 135 </dd><dt><i>path</i></dt>
135 <dd> 136 <dd>
136 file or directory path to build the diagram from (string) 137 file or directory path to build the diagram from (string)
137 </dd><dt><i>kwargs</i></dt> 138 </dd><dt><i>kwargs=</i></dt>
138 <dd> 139 <dd>
139 diagram specific data 140 diagram specific data
141 </dd>
142 </dl><dl>
143 <dt>Returns:</dt>
144 <dd>
145 reference to the instantiated diagram builder
146 </dd>
147 </dl><dl>
148 <dt>Raises <b>ValueError</b>:</dt>
149 <dd>
150 raised to indicate an illegal diagram type
140 </dd> 151 </dd>
141 </dl><a NAME="UMLDialog.__diagramTypeString" ID="UMLDialog.__diagramTypeString"></a> 152 </dl><a NAME="UMLDialog.__diagramTypeString" ID="UMLDialog.__diagramTypeString"></a>
142 <h4>UMLDialog.__diagramTypeString</h4> 153 <h4>UMLDialog.__diagramTypeString</h4>
143 <b>__diagramTypeString</b>(<i></i>) 154 <b>__diagramTypeString</b>(<i></i>)
144 <p> 155 <p>

eric ide

mercurial