diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Preferences.ThemeManager.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ThemeManager.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ThemeManager.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,51 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Preferences.ThemeManager</h1> - <p> Module implementing a manager object for color themes. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#ThemeManager">ThemeManager</a></td> <td>Class implementing a manager object for color themes.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="ThemeManager" ID="ThemeManager"></a> <h2>ThemeManager</h2> - <p> Class implementing a manager object for color themes. </p> + <h3>Derived from</h3> QObject <h3>Class Attributes</h3> +<table> +<tr><td>ColorKeyList</td></tr> +<tr><td>ColorKeyPatternList</td></tr> +</table> -<table> -<tr><td>ColorKeyList</td></tr><tr><td>ColorKeyPatternList</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#ThemeManager.__init__">ThemeManager</a></td> <td>Constructor</td> @@ -67,19 +65,20 @@ <td>Public method to import a theme file and set the colors.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ThemeManager.__init__" ID="ThemeManager.__init__"></a> <h4>ThemeManager (Constructor)</h4> <b>ThemeManager</b>(<i>parent: QObject = None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QObject (optional))</dt> @@ -90,17 +89,17 @@ <a NAME="ThemeManager.exportTheme" ID="ThemeManager.exportTheme"></a> <h4>ThemeManager.exportTheme</h4> <b>exportTheme</b>(<i></i>) - <p> Public method to export the current colors to a theme file. </p> + <a NAME="ThemeManager.importTheme" ID="ThemeManager.importTheme"></a> <h4>ThemeManager.importTheme</h4> <b>importTheme</b>(<i></i>) - <p> Public method to import a theme file and set the colors. </p> + <dl> <dt>Return:</dt> <dd> @@ -115,4 +114,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>