Documentation/Source/eric5.Graphics.GraphicsUtilities.html

Wed, 06 Jan 2010 18:14:15 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 06 Jan 2010 18:14:15 +0000
changeset 21
b88a0e6268bd
parent 17
edde1fe80b3e
child 58
37f0444c3479
permissions
-rw-r--r--

Fixed a bug in eric5-doc.py and regenerated docu.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html><head>
<title>eric5.Graphics.GraphicsUtilities</title>
<style>
body {
    background:white;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #4FA4FF; }
h2 { color: white; background: #4FA4FF; }
h3 { color: white; background: #00557F; }
h4 { color: white; background: #00557F; }
    
a { color: #AA5500; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric5.Graphics.GraphicsUtilities</h1>
<p>
&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#115;&#111;&#109;&#101; &#103;&#114;&#97;&#112;&#104;&#105;&#99;&#97;&#108; &#117;&#116;&#105;&#108;&#105;&#116;y &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#115;.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#RecursionError">RecursionError</a></td>
<td>&#85;&#110;&#97;&#98;&#108;&#101; &#116;&#111; &#99;&#97;&#108;&#99;&#117;&#108;&#97;&#116;&#101; &#114;&#101;&#115;&#117;&#108;&#116; &#98;&#101;&#99;&#97;&#117;&#115;&#101; &#111;&#102; &#114;&#101;&#99;&#117;&#114;&#115;&#105;v&#101; &#115;&#116;&#114;&#117;&#99;&#116;&#117;&#114;&#101;.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr>
<td><a href="#_buildChildrenLists">_buildChildrenLists</a></td>
<td>&#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#98;&#117;&#105;&#108;&#100; &#117;&#112; &#112;&#97;&#114;&#101;&#110;&#116; - &#99;&#104;&#105;&#108;&#100; &#114;&#101;&#108;&#97;&#116;&#105;&#111;&#110;&#115;&#104;&#105;&#112;&#115;.</td>
</tr><tr>
<td><a href="#sort">sort</a></td>
<td>&#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#111;&#114;&#116; w&#105;&#100;&#103;&#101;&#116;&#115; &#116;&#111;&#112;&#111;&#103;&#114;&#97;&#112;&#104;&#105;&#99;&#97;&#108;&#108;y.</td>
</tr>
</table>
<hr /><hr />
<a NAME="RecursionError" ID="RecursionError"></a>
<h2>RecursionError</h2>
<p>
    &#85;&#110;&#97;&#98;&#108;&#101; &#116;&#111; &#99;&#97;&#108;&#99;&#117;&#108;&#97;&#116;&#101; &#114;&#101;&#115;&#117;&#108;&#116; &#98;&#101;&#99;&#97;&#117;&#115;&#101; &#111;&#102; &#114;&#101;&#99;&#117;&#114;&#115;&#105;v&#101; &#115;&#116;&#114;&#117;&#99;&#116;&#117;&#114;&#101;.
</p>
<h3>Derived from</h3>
OverflowError, ValueError
<h3>Class Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr><td>None</td></tr>
</table>

<div align="right"><a href="#top">Up</a></div>
<hr /><hr />
<a NAME="_buildChildrenLists" ID="_buildChildrenLists"></a>
<h2>_buildChildrenLists</h2>
<b>_buildChildrenLists</b>(<i>routes</i>)
<p>
    &#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#98;&#117;&#105;&#108;&#100; &#117;&#112; &#112;&#97;&#114;&#101;&#110;&#116; - &#99;&#104;&#105;&#108;&#100; &#114;&#101;&#108;&#97;&#116;&#105;&#111;&#110;&#115;&#104;&#105;&#112;&#115;.
</p><p>
    &#84;&#97;&#107;&#101;&#110; &#102;&#114;&#111;&#109; &#66;&#111;&#97; &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;.
</p><dl>
<dt><i>routes</i></dt>
<dd>
&#108;&#105;&#115;&#116; &#111;&#102; &#114;&#111;&#117;&#116;&#101;&#115; &#98;&#101;&#116;w&#101;&#101;&#110; &#110;&#111;&#100;&#101;&#115;
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
&#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y &#111;&#102; &#99;&#104;&#105;&#108;&#100; &#97;&#110;&#100; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y &#111;&#102; &#112;&#97;&#114;&#101;&#110;&#116; &#114;&#101;&#108;&#97;&#116;&#105;&#111;&#110;&#115;&#104;&#105;&#112;&#115;
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr /><hr />
<a NAME="sort" ID="sort"></a>
<h2>sort</h2>
<b>sort</b>(<i>nodes, routes, noRecursion = False</i>)
<p>
    &#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#111;&#114;&#116; w&#105;&#100;&#103;&#101;&#116;&#115; &#116;&#111;&#112;&#111;&#103;&#114;&#97;&#112;&#104;&#105;&#99;&#97;&#108;&#108;y.
</p><p>
    &#80;&#97;&#115;&#115;&#101;&#100; &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#110;&#111;&#100;&#101;&#115; &#97;&#110;&#100; &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#115;&#111;&#117;&#114;&#99;&#101;, &#100;&#101;&#115;&#116; &#114;&#111;&#117;&#116;&#101;&#115;, &#105;&#116; &#97;&#116;&#116;&#101;&#109;&#112;&#116;&#115;
    &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#97;&#103;&#101;&#115;, w&#104;&#101;&#114;&#101; &#101;&#97;&#99;&#104; &#115;&#117;&#98; &#108;&#105;&#115;&#116; &#105;&#115; &#111;&#110;&#101; &#115;&#116;&#97;&#103;&#101; &#105;&#110; &#97; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.
</p><p>
    &#84;&#104;&#101; &#97;&#108;&#103;&#111;&#114;&#105;&#116;&#104;&#109; w&#97;&#115; &#116;&#97;&#107;&#101;&#110; &#102;&#114;&#111;&#109; &#66;&#111;&#97; &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;.
</p><dl>
<dt><i>nodes</i></dt>
<dd>
&#108;&#105;&#115;&#116; &#111;&#102; &#110;&#111;&#100;&#101;&#115; &#116;&#111; &#98;&#101; &#115;&#111;&#114;&#116;&#101;&#100;
</dd><dt><i>routes</i></dt>
<dd>
&#108;&#105;&#115;&#116; &#111;&#102; &#114;&#111;&#117;&#116;&#101;&#115; &#98;&#101;&#116;w&#101;&#101;&#110; &#116;&#104;&#101; &#110;&#111;&#100;&#101;&#115;
</dd><dt><i>noRecursion</i></dt>
<dd>
&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#105;&#102; &#114;&#101;&#99;&#117;&#114;&#115;&#105;&#111;&#110; &#101;&#114;&#114;&#111;&#114;&#115; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#114;&#97;&#105;&#115;&#101;&#100;
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#97;&#103;&#101;&#115;
</dd>
</dl><dl>
<dt>Raises <b>RecursionError</b>:</dt>
<dd>
&#97; &#114;&#101;&#99;&#117;&#114;&#115;&#105;&#111;&#110; &#101;&#114;&#114;&#111;&#114; w&#97;&#115; &#100;&#101;&#116;&#101;&#99;&#116;&#101;&#100;
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial