|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric4.Utilities</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body> |
|
23 <h1>eric4.Utilities</h1> |
|
24 <p> |
|
25 Package implementing various functions/classes needed everywhere within eric4. |
|
26 </p> |
|
27 |
|
28 <h3>Packages</h3> |
|
29 <table> |
|
30 <tr> |
|
31 <td><a href="index-eric4.Utilities.ClassBrowsers.html">ClassBrowsers</a></td> |
|
32 <td>Package implementing class browsers for various languages.</td> |
|
33 </tr> |
|
34 </table> |
|
35 |
|
36 <h3>Modules</h3> |
|
37 <table> |
|
38 <tr> |
|
39 <td><a href="eric4.Utilities.AutoSaver.html">AutoSaver</a></td> |
|
40 <td>Module implementing an auto saver class.</td> |
|
41 </tr><tr> |
|
42 <td><a href="eric4.Utilities.ModuleParser.html">ModuleParser</a></td> |
|
43 <td>Parse a Python module file.</td> |
|
44 </tr><tr> |
|
45 <td><a href="eric4.Utilities.SingleApplication.html">SingleApplication</a></td> |
|
46 <td>Module implementing the single application server and client.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric4.Utilities.Startup.html">Startup</a></td> |
|
49 <td>Module implementing some startup helper funcions</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric4.Utilities.__init__.html">Utilities</a></td> |
|
52 <td>Package implementing various functions/classes needed everywhere within eric4.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric4.Utilities.uic.html">uic</a></td> |
|
55 <td>Module implementing a function to compile all user interface files of a directory or directory tree.</td> |
|
56 </tr> |
|
57 </table> |
|
58 </body></html> |