--- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipListDialog.html Fri Jun 08 19:31:38 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipListDialog.html Fri Jun 08 19:32:41 2018 +0200 @@ -117,6 +117,9 @@ <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_verboseCheckBox_clicked">on_verboseCheckBox_clicked</a></td> <td>Private slot to handle a change of the verbose package information checkbox.</td> </tr><tr> @@ -268,9 +271,9 @@ <p> Private slot handling the switching of the local mode. </p><dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the local check box (boolean) +state of the local check box </dd> </dl><a NAME="PipListDialog.on_notRequiredCheckBox_clicked" ID="PipListDialog.on_notRequiredCheckBox_clicked"></a> <h4>PipListDialog.on_notRequiredCheckBox_clicked</h4> @@ -278,9 +281,9 @@ <p> Private slot handling the switching of the 'not required' mode. </p><dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the 'not required' check box (boolean) +state of the 'not required' check box </dd> </dl><a NAME="PipListDialog.on_packageList_itemSelectionChanged" ID="PipListDialog.on_packageList_itemSelectionChanged"></a> <h4>PipListDialog.on_packageList_itemSelectionChanged</h4> @@ -297,6 +300,16 @@ <dd> path of the pip executable (string) </dd> +</dl><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> + Private slot handling the switching of the 'user-site' mode. +</p><dl> +<dt><i>checked</i> (bool)</dt> +<dd> +state of the 'user-site' check box +</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>)