diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Plugins.PluginAbout.html --- a/Documentation/Source/eric5.Plugins.PluginAbout.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Plugins.PluginAbout.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Plugins.PluginAbout</h1> <p> -Module implementing the About plugin. +Module implementing the About plugin. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#AboutPlugin">AboutPlugin</a></td> -<td>Class implementing the About plugin.</td> +<td>Class implementing the About plugin.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="AboutPlugin" ID="AboutPlugin"></a> <h2>AboutPlugin</h2> <p> - Class implementing the About plugin. + Class implementing the About plugin. </p> <h3>Derived from</h3> QObject @@ -55,72 +55,72 @@ <table> <tr> <td><a href="#AboutPlugin.__init__">AboutPlugin</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#AboutPlugin.__about">__about</a></td> -<td>Private slot to handle the About dialog.</td> +<td>Private slot to handle the About dialog.</td> </tr><tr> <td><a href="#AboutPlugin.__aboutQt">__aboutQt</a></td> -<td>Private slot to handle the About Qt dialog.</td> +<td>Private slot to handle the About Qt dialog.</td> </tr><tr> <td><a href="#AboutPlugin.__initActions">__initActions</a></td> -<td>Private method to initialize the actions.</td> +<td>Private method to initialize the actions.</td> </tr><tr> <td><a href="#AboutPlugin.__initMenu">__initMenu</a></td> -<td>Private method to add the actions to the right menu.</td> +<td>Private method to add the actions to the right menu.</td> </tr><tr> <td><a href="#AboutPlugin.activate">activate</a></td> -<td>Public method to activate this plugin.</td> +<td>Public method to activate this plugin.</td> </tr><tr> <td><a href="#AboutPlugin.deactivate">deactivate</a></td> -<td>Public method to deactivate this plugin.</td> +<td>Public method to deactivate this plugin.</td> </tr> </table> <a NAME="AboutPlugin.__init__" ID="AboutPlugin.__init__"></a> <h4>AboutPlugin (Constructor)</h4> <b>AboutPlugin</b>(<i>ui</i>) <p> - Constructor + Constructor </p><dl> <dt><i>ui</i></dt> <dd> -reference to the user interface object (UI.UserInterface) +reference to the user interface object (UI.UserInterface) </dd> </dl><a NAME="AboutPlugin.__about" ID="AboutPlugin.__about"></a> <h4>AboutPlugin.__about</h4> <b>__about</b>(<i></i>) <p> - Private slot to handle the About dialog. + Private slot to handle the About dialog. </p><a NAME="AboutPlugin.__aboutQt" ID="AboutPlugin.__aboutQt"></a> <h4>AboutPlugin.__aboutQt</h4> <b>__aboutQt</b>(<i></i>) <p> - Private slot to handle the About Qt dialog. + Private slot to handle the About Qt dialog. </p><a NAME="AboutPlugin.__initActions" ID="AboutPlugin.__initActions"></a> <h4>AboutPlugin.__initActions</h4> <b>__initActions</b>(<i></i>) <p> - Private method to initialize the actions. + Private method to initialize the actions. </p><a NAME="AboutPlugin.__initMenu" ID="AboutPlugin.__initMenu"></a> <h4>AboutPlugin.__initMenu</h4> <b>__initMenu</b>(<i></i>) <p> - Private method to add the actions to the right menu. + Private method to add the actions to the right menu. </p><a NAME="AboutPlugin.activate" ID="AboutPlugin.activate"></a> <h4>AboutPlugin.activate</h4> <b>activate</b>(<i></i>) <p> - Public method to activate this plugin. + Public method to activate this plugin. </p><dl> <dt>Returns:</dt> <dd> -tuple of None and activation status (boolean) +tuple of None and activation status (boolean) </dd> </dl><a NAME="AboutPlugin.deactivate" ID="AboutPlugin.deactivate"></a> <h4>AboutPlugin.deactivate</h4> <b>deactivate</b>(<i></i>) <p> - Public method to deactivate this plugin. + Public method to deactivate this plugin. </p> <div align="right"><a href="#top">Up</a></div> <hr />