diff -r c79ecba9cde7 -r 86cea8abd0f7 Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipListDialog.html --- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipListDialog.html Tue Jun 12 19:01:06 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipListDialog.html Tue Jun 12 19:02:21 2018 +0200 @@ -114,12 +114,12 @@ <td><a href="#PipListDialog.on_packageList_itemSelectionChanged">on_packageList_itemSelectionChanged</a></td> <td>Private slot handling the selection of a package.</td> </tr><tr> -<td><a href="#PipListDialog.on_pipComboBox_activated">on_pipComboBox_activated</a></td> -<td>Private slot handling the selection of a pip executable.</td> -</tr><tr> <td><a href="#PipListDialog.on_userCheckBox_clicked">on_userCheckBox_clicked</a></td> <td>Private slot handling the switching of the 'user-site' mode.</td> </tr><tr> +<td><a href="#PipListDialog.on_venvComboBox_activated">on_venvComboBox_activated</a></td> +<td>Private slot handling the selection of a virtual environment.</td> +</tr><tr> <td><a href="#PipListDialog.on_verboseCheckBox_clicked">on_verboseCheckBox_clicked</a></td> <td>Private slot to handle a change of the verbose package information checkbox.</td> </tr><tr> @@ -133,26 +133,25 @@ </table> <a NAME="PipListDialog.__init__" ID="PipListDialog.__init__"></a> <h4>PipListDialog (Constructor)</h4> -<b>PipListDialog</b>(<i>pip, mode, plugin, title, parent=None</i>) +<b>PipListDialog</b>(<i>pip, mode, indexUrl, title, parent=None</i>) <p> Constructor </p><dl> -<dt><i>pip</i></dt> +<dt><i>pip</i> (Pip)</dt> <dd> -reference to the master object (Pip) -</dd><dt><i>mode</i></dt> +reference to the master object +</dd><dt><i>mode</i> (str)</dt> +<dd> +list command mode (one of 'list', 'uptodate', 'outdated') +</dd><dt><i>indexUrl</i> (str)</dt> <dd> -list command mode (string; one of 'list', - 'uptodate', 'outdated') -</dd><dt><i>plugin</i></dt> +URL of the pypi index +</dd><dt><i>title</i> (str)</dt> <dd> -reference to the plugin object (ToolPipPlugin) -</dd><dt><i>title</i></dt> +title of the dialog +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -title of the dialog (string) -</dd><dt><i>parent</i></dt> -<dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl><a NAME="PipListDialog.__executeUpgradePackages" ID="PipListDialog.__executeUpgradePackages"></a> <h4>PipListDialog.__executeUpgradePackages</h4> @@ -176,12 +175,12 @@ <p> Private slot connected to the finished signal. </p><dl> -<dt><i>exitCode</i></dt> +<dt><i>exitCode</i> (int)</dt> <dd> -exit code of the process (integer) -</dd><dt><i>exitStatus</i></dt> +exit code of the process +</dd><dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process (QProcess.ExitStatus) +exit status of the process </dd> </dl><a NAME="PipListDialog.__processOutput" ID="PipListDialog.__processOutput"></a> <h4>PipListDialog.__processOutput</h4> @@ -240,9 +239,9 @@ <p> Protected slot implementing a close event handler. </p><dl> -<dt><i>e</i></dt> +<dt><i>e</i> (QCloseEvent)</dt> <dd> -close event (QCloseEvent) +close event </dd> </dl><a NAME="PipListDialog.on_buttonBox_clicked" ID="PipListDialog.on_buttonBox_clicked"></a> <h4>PipListDialog.on_buttonBox_clicked</h4> @@ -250,9 +249,9 @@ <p> Private slot called by a button of the button box clicked. </p><dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl><a NAME="PipListDialog.on_installedFilesCheckBox_clicked" ID="PipListDialog.on_installedFilesCheckBox_clicked"></a> <h4>PipListDialog.on_installedFilesCheckBox_clicked</h4> @@ -290,17 +289,7 @@ <b>on_packageList_itemSelectionChanged</b>(<i></i>) <p> Private slot handling the selection of a package. -</p><a NAME="PipListDialog.on_pipComboBox_activated" ID="PipListDialog.on_pipComboBox_activated"></a> -<h4>PipListDialog.on_pipComboBox_activated</h4> -<b>on_pipComboBox_activated</b>(<i>txt</i>) -<p> - Private slot handling the selection of a pip executable. -</p><dl> -<dt><i>txt</i></dt> -<dd> -path of the pip executable (string) -</dd> -</dl><a NAME="PipListDialog.on_userCheckBox_clicked" ID="PipListDialog.on_userCheckBox_clicked"></a> +</p><a NAME="PipListDialog.on_userCheckBox_clicked" ID="PipListDialog.on_userCheckBox_clicked"></a> <h4>PipListDialog.on_userCheckBox_clicked</h4> <b>on_userCheckBox_clicked</b>(<i>checked</i>) <p> @@ -310,6 +299,16 @@ <dd> state of the 'user-site' check box </dd> +</dl><a NAME="PipListDialog.on_venvComboBox_activated" ID="PipListDialog.on_venvComboBox_activated"></a> +<h4>PipListDialog.on_venvComboBox_activated</h4> +<b>on_venvComboBox_activated</b>(<i>txt</i>) +<p> + Private slot handling the selection of a virtual environment. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +virtual environment +</dd> </dl><a NAME="PipListDialog.on_verboseCheckBox_clicked" ID="PipListDialog.on_verboseCheckBox_clicked"></a> <h4>PipListDialog.on_verboseCheckBox_clicked</h4> <b>on_verboseCheckBox_clicked</b>(<i>checked</i>)