eric6/Documentation/Source/eric6.Graphics.PackageDiagramBuilder.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8289
871b40c5a77a
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
150 </dd> 150 </dd>
151 <dt><i>package</i></dt> 151 <dt><i>package</i></dt>
152 <dd> 152 <dd>
153 name of a python package to be shown (string) 153 name of a python package to be shown (string)
154 </dd> 154 </dd>
155 <dt><i>noAttrs=</i></dt> 155 <dt><i>noAttrs</i></dt>
156 <dd> 156 <dd>
157 flag indicating, that no attributes should be shown 157 flag indicating, that no attributes should be shown
158 (boolean) 158 (boolean)
159 </dd> 159 </dd>
160 </dl> 160 </dl>
274 <p> 274 <p>
275 Private method to build a dictionary of modules contained in the 275 Private method to build a dictionary of modules contained in the
276 package. 276 package.
277 </p> 277 </p>
278 <dl> 278 <dl>
279 <dt>Returns:</dt> 279 <dt>Return:</dt>
280 <dd> 280 <dd>
281 dictionary of modules contained in the package. 281 dictionary of modules contained in the package.
282 </dd> 282 </dd>
283 </dl> 283 </dl>
284 <a NAME="PackageDiagramBuilder.__buildSubpackagesDict" ID="PackageDiagramBuilder.__buildSubpackagesDict"></a> 284 <a NAME="PackageDiagramBuilder.__buildSubpackagesDict" ID="PackageDiagramBuilder.__buildSubpackagesDict"></a>
288 <p> 288 <p>
289 Private method to build a dictionary of sub-packages contained in this 289 Private method to build a dictionary of sub-packages contained in this
290 package. 290 package.
291 </p> 291 </p>
292 <dl> 292 <dl>
293 <dt>Returns:</dt> 293 <dt>Return:</dt>
294 <dd> 294 <dd>
295 dictionary of sub-packages contained in this package 295 dictionary of sub-packages contained in this package
296 </dd> 296 </dd>
297 </dl> 297 </dl>
298 <a NAME="PackageDiagramBuilder.__createAssociations" ID="PackageDiagramBuilder.__createAssociations"></a> 298 <a NAME="PackageDiagramBuilder.__createAssociations" ID="PackageDiagramBuilder.__createAssociations"></a>
322 <dd> 322 <dd>
323 name of the shape (string) 323 name of the shape (string)
324 </dd> 324 </dd>
325 </dl> 325 </dl>
326 <dl> 326 <dl>
327 <dt>Returns:</dt> 327 <dt>Return:</dt>
328 <dd> 328 <dd>
329 shape (QCanvasItem) 329 shape (QCanvasItem)
330 </dd> 330 </dd>
331 </dl> 331 </dl>
332 <a NAME="PackageDiagramBuilder.buildDiagram" ID="PackageDiagramBuilder.buildDiagram"></a> 332 <a NAME="PackageDiagramBuilder.buildDiagram" ID="PackageDiagramBuilder.buildDiagram"></a>
345 345
346 <p> 346 <p>
347 Public method to get a string for data to be persisted. 347 Public method to get a string for data to be persisted.
348 </p> 348 </p>
349 <dl> 349 <dl>
350 <dt>Returns:</dt> 350 <dt>Return:</dt>
351 <dd> 351 <dd>
352 persisted data string (string) 352 persisted data string (string)
353 </dd> 353 </dd>
354 </dl> 354 </dl>
355 <a NAME="PackageDiagramBuilder.initialize" ID="PackageDiagramBuilder.initialize"></a> 355 <a NAME="PackageDiagramBuilder.initialize" ID="PackageDiagramBuilder.initialize"></a>
376 <dd> 376 <dd>
377 persisted data to be parsed (string) 377 persisted data to be parsed (string)
378 </dd> 378 </dd>
379 </dl> 379 </dl>
380 <dl> 380 <dl>
381 <dt>Returns:</dt> 381 <dt>Return:</dt>
382 <dd> 382 <dd>
383 flag indicating success (boolean) 383 flag indicating success (boolean)
384 </dd> 384 </dd>
385 </dl> 385 </dl>
386 <div align="right"><a href="#top">Up</a></div> 386 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial