7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
143 </dd> | 143 </dd> |
144 <dt><i>parent</i></dt> | 144 <dt><i>parent</i></dt> |
145 <dd> | 145 <dd> |
146 parent widget of the dialog (QWidget) | 146 parent widget of the dialog (QWidget) |
147 </dd> | 147 </dd> |
148 <dt><i>initBuilder=</i></dt> | 148 <dt><i>initBuilder</i></dt> |
149 <dd> | 149 <dd> |
150 flag indicating to initialize the diagram | 150 flag indicating to initialize the diagram |
151 builder (boolean) | 151 builder (boolean) |
152 </dd> | 152 </dd> |
153 <dt><i>kwargs=</i></dt> | 153 <dt><i>kwargs=</i></dt> |
178 <dd> | 178 <dd> |
179 diagram specific data | 179 diagram specific data |
180 </dd> | 180 </dd> |
181 </dl> | 181 </dl> |
182 <dl> | 182 <dl> |
183 <dt>Returns:</dt> | 183 <dt>Return:</dt> |
184 <dd> | 184 <dd> |
185 reference to the instantiated diagram builder | 185 reference to the instantiated diagram builder |
186 </dd> | 186 </dd> |
187 </dl> | 187 </dl> |
188 <dl> | 188 <dl> |
198 | 198 |
199 <p> | 199 <p> |
200 Private method to generate a readable string for the diagram type. | 200 Private method to generate a readable string for the diagram type. |
201 </p> | 201 </p> |
202 <dl> | 202 <dl> |
203 <dt>Returns:</dt> | 203 <dt>Return:</dt> |
204 <dd> | 204 <dd> |
205 readable type string (string) | 205 readable type string (string) |
206 </dd> | 206 </dd> |
207 </dl> | 207 </dl> |
208 <a NAME="UMLDialog.__initActions" ID="UMLDialog.__initActions"></a> | 208 <a NAME="UMLDialog.__initActions" ID="UMLDialog.__initActions"></a> |
271 | 271 |
272 <p> | 272 <p> |
273 Public method to load a diagram from a file. | 273 Public method to load a diagram from a file. |
274 </p> | 274 </p> |
275 <dl> | 275 <dl> |
276 <dt>Returns:</dt> | 276 <dt>Return:</dt> |
277 <dd> | 277 <dd> |
278 flag indicating success (boolean) | 278 flag indicating success (boolean) |
279 </dd> | 279 </dd> |
280 </dl> | 280 </dl> |
281 <a NAME="UMLDialog.show" ID="UMLDialog.show"></a> | 281 <a NAME="UMLDialog.show" ID="UMLDialog.show"></a> |
285 <p> | 285 <p> |
286 Public method to show the dialog. | 286 Public method to show the dialog. |
287 </p> | 287 </p> |
288 <dl> | 288 <dl> |
289 | 289 |
290 <dt><i>fromFile=</i></dt> | 290 <dt><i>fromFile</i></dt> |
291 <dd> | 291 <dd> |
292 flag indicating, that the diagram was loaded | 292 flag indicating, that the diagram was loaded |
293 from file (boolean) | 293 from file (boolean) |
294 </dd> | 294 </dd> |
295 </dl> | 295 </dl> |