--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/Documentation/Source/index-eric7.Utilities.html Mon May 24 11:19:57 2021 +0200 @@ -0,0 +1,93 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.Utilities</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body> +<h1>eric7.Utilities</h1> + +<p> +Package implementing various functions/classes needed everywhere within eric. +</p> + +<h3>Packages</h3> +<table> + +<tr> +<td><a href="index-eric7.Utilities.ClassBrowsers.html">ClassBrowsers</a></td> +<td>Package implementing class browsers for various languages.</td> +</tr> +<tr> +<td><a href="index-eric7.Utilities.crypto.html">crypto</a></td> +<td>Package implementing cryptography related functionality.</td> +</tr> +</table> + +<h3>Modules</h3> +<table> + +<tr> +<td><a href="eric7.Utilities.AutoSaver.html">AutoSaver</a></td> +<td>Module implementing an auto saver class.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.BackgroundClient.html">BackgroundClient</a></td> +<td>Module implementing a Qt free version of a background client for the various checkers and other python interpreter dependent functions.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.BackgroundService.html">BackgroundService</a></td> +<td>Module implementing a background service for the various checkers and other Python interpreter dependent functions.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.FtpUtilities.html">FtpUtilities</a></td> +<td>Module implementing some FTP related utilities.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.GetSysPath.html">GetSysPath</a></td> +<td>Module to get sys.path of an external interpreter.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.MimeTypes.html">MimeTypes</a></td> +<td>Module implementing mimetype dependent functions.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.ModuleParser.html">ModuleParser</a></td> +<td>Parse a Python module file.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.MouseUtilities.html">MouseUtilities</a></td> +<td>Module implementing utility functions related to Mouse stuff.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.PasswordChecker.html">PasswordChecker</a></td> +<td>Module implementing a checker for password strength.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.PySideImporter.html">PySideImporter</a></td> +<td>Module to check for the presence of PySide2/PySide6 by importing it.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.__init__.html">Utilities</a></td> +<td>Package implementing various functions/classes needed everywhere within eric.</td> +</tr> +<tr> +<td><a href="eric7.Utilities.uic.html">uic</a></td> +<td>Module implementing a function to compile all user interface files of a directory or directory tree.</td> +</tr> +</table> +</body></html> \ No newline at end of file