diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.PluginManager.PluginUninstallDialog.html --- a/Documentation/Source/eric5.PluginManager.PluginUninstallDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.PluginManager.PluginUninstallDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.PluginManager.PluginUninstallDialog</h1> <p> -Module implementing a dialog for plugin deinstallation. +Module implementing a dialog for plugin deinstallation. </p> <h3>Global Attributes</h3> <table> @@ -32,13 +32,13 @@ <table> <tr> <td><a href="#PluginUninstallDialog">PluginUninstallDialog</a></td> -<td>Class for the dialog variant.</td> +<td>Class for the dialog variant.</td> </tr><tr> <td><a href="#PluginUninstallWidget">PluginUninstallWidget</a></td> -<td>Class implementing a dialog for plugin deinstallation.</td> +<td>Class implementing a dialog for plugin deinstallation.</td> </tr><tr> <td><a href="#PluginUninstallWindow">PluginUninstallWindow</a></td> -<td>Main window class for the standalone dialog.</td> +<td>Main window class for the standalone dialog.</td> </tr> </table> <h3>Functions</h3> @@ -49,7 +49,7 @@ <a NAME="PluginUninstallDialog" ID="PluginUninstallDialog"></a> <h2>PluginUninstallDialog</h2> <p> - Class for the dialog variant. + Class for the dialog variant. </p> <h3>Derived from</h3> QDialog @@ -61,21 +61,21 @@ <table> <tr> <td><a href="#PluginUninstallDialog.__init__">PluginUninstallDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr> </table> <a NAME="PluginUninstallDialog.__init__" ID="PluginUninstallDialog.__init__"></a> <h4>PluginUninstallDialog (Constructor)</h4> <b>PluginUninstallDialog</b>(<i>pluginManager, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>pluginManager</i></dt> <dd> -reference to the plugin manager object +reference to the plugin manager object </dd><dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -83,7 +83,7 @@ <a NAME="PluginUninstallWidget" ID="PluginUninstallWidget"></a> <h2>PluginUninstallWidget</h2> <p> - Class implementing a dialog for plugin deinstallation. + Class implementing a dialog for plugin deinstallation. </p> <h3>Derived from</h3> QWidget, Ui_PluginUninstallDialog @@ -95,56 +95,56 @@ <table> <tr> <td><a href="#PluginUninstallWidget.__init__">PluginUninstallWidget</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#PluginUninstallWidget.__uninstallPlugin">__uninstallPlugin</a></td> -<td>Private slot to uninstall the selected plugin.</td> +<td>Private slot to uninstall the selected plugin.</td> </tr><tr> <td><a href="#PluginUninstallWidget.on_buttonBox_accepted">on_buttonBox_accepted</a></td> -<td>Private slot to handle the accepted signal of the button box.</td> +<td>Private slot to handle the accepted signal of the button box.</td> </tr><tr> <td><a href="#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged">on_pluginDirectoryCombo_currentIndexChanged</a></td> -<td>Private slot to populate the plugin name combo upon a change of the plugin area.</td> +<td>Private slot to populate the plugin name combo upon a change of the plugin area.</td> </tr> </table> <a NAME="PluginUninstallWidget.__init__" ID="PluginUninstallWidget.__init__"></a> <h4>PluginUninstallWidget (Constructor)</h4> <b>PluginUninstallWidget</b>(<i>pluginManager, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>pluginManager</i></dt> <dd> -reference to the plugin manager object +reference to the plugin manager object </dd><dt><i>parent</i></dt> <dd> -parent of this dialog (QWidget) +parent of this dialog (QWidget) </dd> </dl><a NAME="PluginUninstallWidget.__uninstallPlugin" ID="PluginUninstallWidget.__uninstallPlugin"></a> <h4>PluginUninstallWidget.__uninstallPlugin</h4> <b>__uninstallPlugin</b>(<i></i>) <p> - Private slot to uninstall the selected plugin. + Private slot to uninstall the selected plugin. </p><dl> <dt>Returns:</dt> <dd> -flag indicating success (boolean) +flag indicating success (boolean) </dd> </dl><a NAME="PluginUninstallWidget.on_buttonBox_accepted" ID="PluginUninstallWidget.on_buttonBox_accepted"></a> <h4>PluginUninstallWidget.on_buttonBox_accepted</h4> <b>on_buttonBox_accepted</b>(<i></i>) <p> - Private slot to handle the accepted signal of the button box. + Private slot to handle the accepted signal of the button box. </p><a NAME="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ID="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged"></a> <h4>PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged</h4> <b>on_pluginDirectoryCombo_currentIndexChanged</b>(<i>index</i>) <p> - Private slot to populate the plugin name combo upon a change of the - plugin area. + Private slot to populate the plugin name combo upon a change of the + plugin area. </p><dl> <dt><i>index</i></dt> <dd> -index of the selected item (integer) +index of the selected item (integer) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -152,7 +152,7 @@ <a NAME="PluginUninstallWindow" ID="PluginUninstallWindow"></a> <h2>PluginUninstallWindow</h2> <p> - Main window class for the standalone dialog. + Main window class for the standalone dialog. </p> <h3>Derived from</h3> QMainWindow @@ -164,18 +164,18 @@ <table> <tr> <td><a href="#PluginUninstallWindow.__init__">PluginUninstallWindow</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr> </table> <a NAME="PluginUninstallWindow.__init__" ID="PluginUninstallWindow.__init__"></a> <h4>PluginUninstallWindow (Constructor)</h4> <b>PluginUninstallWindow</b>(<i>parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd> </dl> <div align="right"><a href="#top">Up</a></div>