|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Utilities</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric6.Utilities</h1> |
|
23 <p> |
|
24 Package implementing various functions/classes needed everywhere within eric6. |
|
25 </p> |
|
26 |
|
27 <h3>Packages</h3> |
|
28 <table> |
|
29 <tr> |
|
30 <td><a href="index-eric6.Utilities.ClassBrowsers.html">ClassBrowsers</a></td> |
|
31 <td>Package implementing class browsers for various languages.</td> |
|
32 </tr><tr> |
|
33 <td><a href="index-eric6.Utilities.crypto.html">crypto</a></td> |
|
34 <td>Package implementing cryptography related functionality.</td> |
|
35 </tr> |
|
36 </table> |
|
37 |
|
38 <h3>Modules</h3> |
|
39 <table> |
|
40 <tr> |
|
41 <td><a href="eric6.Utilities.AutoSaver.html">AutoSaver</a></td> |
|
42 <td>Module implementing an auto saver class.</td> |
|
43 </tr><tr> |
|
44 <td><a href="eric6.Utilities.BackgroundClient.html">BackgroundClient</a></td> |
|
45 <td>Module implementing a Qt free version of a background client for the various checkers and other python interpreter dependent functions.</td> |
|
46 </tr><tr> |
|
47 <td><a href="eric6.Utilities.BackgroundService.html">BackgroundService</a></td> |
|
48 <td>Module implementing a background service for the various checkers and other python interpreter dependent functions.</td> |
|
49 </tr><tr> |
|
50 <td><a href="eric6.Utilities.FtpUtilities.html">FtpUtilities</a></td> |
|
51 <td>Module implementing some FTP related utilities.</td> |
|
52 </tr><tr> |
|
53 <td><a href="eric6.Utilities.GetSysPath.html">GetSysPath</a></td> |
|
54 <td>Module to get sys.path of an external interpreter.</td> |
|
55 </tr><tr> |
|
56 <td><a href="eric6.Utilities.MimeTypes.html">MimeTypes</a></td> |
|
57 <td>Module implementing mimetype dependent functions.</td> |
|
58 </tr><tr> |
|
59 <td><a href="eric6.Utilities.ModuleParser.html">ModuleParser</a></td> |
|
60 <td>Parse a Python module file.</td> |
|
61 </tr><tr> |
|
62 <td><a href="eric6.Utilities.MouseUtilities.html">MouseUtilities</a></td> |
|
63 <td>Module implementing utility functions related to Mouse stuff.</td> |
|
64 </tr><tr> |
|
65 <td><a href="eric6.Utilities.PasswordChecker.html">PasswordChecker</a></td> |
|
66 <td>Module implementing a checker for password strength.</td> |
|
67 </tr><tr> |
|
68 <td><a href="eric6.Utilities.PySideImporter.html">PySideImporter</a></td> |
|
69 <td>Module to check for the presence of PySide/PySide2 by importing it.</td> |
|
70 </tr><tr> |
|
71 <td><a href="eric6.Utilities.__init__.html">Utilities</a></td> |
|
72 <td>Package implementing various functions/classes needed everywhere within eric6.</td> |
|
73 </tr><tr> |
|
74 <td><a href="eric6.Utilities.binplistlib.html">binplistlib</a></td> |
|
75 <td>Module implementing a library for reading and writing binary property list files.</td> |
|
76 </tr><tr> |
|
77 <td><a href="eric6.Utilities.uic.html">uic</a></td> |
|
78 <td>Module implementing a function to compile all user interface files of a directory or directory tree.</td> |
|
79 </tr> |
|
80 </table> |
|
81 </body></html> |