eric7/Documentation/Source/index-eric7.Utilities.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.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>eric7.Utilities</h1>
23
24 <p>
25 Package implementing various functions/classes needed everywhere within eric.
26 </p>
27
28 <h3>Packages</h3>
29 <table>
30
31 <tr>
32 <td><a href="index-eric7.Utilities.ClassBrowsers.html">ClassBrowsers</a></td>
33 <td>Package implementing class browsers for various languages.</td>
34 </tr>
35 <tr>
36 <td><a href="index-eric7.Utilities.crypto.html">crypto</a></td>
37 <td>Package implementing cryptography related functionality.</td>
38 </tr>
39 </table>
40
41 <h3>Modules</h3>
42 <table>
43
44 <tr>
45 <td><a href="eric7.Utilities.AutoSaver.html">AutoSaver</a></td>
46 <td>Module implementing an auto saver class.</td>
47 </tr>
48 <tr>
49 <td><a href="eric7.Utilities.BackgroundClient.html">BackgroundClient</a></td>
50 <td>Module implementing a Qt free version of a background client for the various checkers and other python interpreter dependent functions.</td>
51 </tr>
52 <tr>
53 <td><a href="eric7.Utilities.BackgroundService.html">BackgroundService</a></td>
54 <td>Module implementing a background service for the various checkers and other Python interpreter dependent functions.</td>
55 </tr>
56 <tr>
57 <td><a href="eric7.Utilities.FtpUtilities.html">FtpUtilities</a></td>
58 <td>Module implementing some FTP related utilities.</td>
59 </tr>
60 <tr>
61 <td><a href="eric7.Utilities.GetSysPath.html">GetSysPath</a></td>
62 <td>Module to get sys.path of an external interpreter.</td>
63 </tr>
64 <tr>
65 <td><a href="eric7.Utilities.MimeTypes.html">MimeTypes</a></td>
66 <td>Module implementing mimetype dependent functions.</td>
67 </tr>
68 <tr>
69 <td><a href="eric7.Utilities.ModuleParser.html">ModuleParser</a></td>
70 <td>Parse a Python module file.</td>
71 </tr>
72 <tr>
73 <td><a href="eric7.Utilities.MouseUtilities.html">MouseUtilities</a></td>
74 <td>Module implementing utility functions related to Mouse stuff.</td>
75 </tr>
76 <tr>
77 <td><a href="eric7.Utilities.PasswordChecker.html">PasswordChecker</a></td>
78 <td>Module implementing a checker for password strength.</td>
79 </tr>
80 <tr>
81 <td><a href="eric7.Utilities.PySideImporter.html">PySideImporter</a></td>
82 <td>Module to check for the presence of PySide2/PySide6 by importing it.</td>
83 </tr>
84 <tr>
85 <td><a href="eric7.Utilities.__init__.html">Utilities</a></td>
86 <td>Package implementing various functions/classes needed everywhere within eric.</td>
87 </tr>
88 <tr>
89 <td><a href="eric7.Utilities.uic.html">uic</a></td>
90 <td>Module implementing a function to compile all user interface files of a directory or directory tree.</td>
91 </tr>
92 </table>
93 </body></html>

eric ide

mercurial