--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Wed Dec 07 11:49:36 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Wed Dec 07 11:50:29 2022 +0100 @@ -79,6 +79,10 @@ <td>Private method to get the pip version of the selected environment.</td> </tr> <tr> +<td><a href="#PipPackagesWidget.__checkVulnerability">__checkVulnerability</a></td> +<td>Private slot to update and show the vulnerability data (called from the menu).</td> +</tr> +<tr> <td><a href="#PipPackagesWidget.__clearVulnerabilityInfo">__clearVulnerabilityInfo</a></td> <td>Private slot to clear the vulnerability info.</td> </tr> @@ -363,8 +367,12 @@ <td>Private slot handling changes of the search result selection.</td> </tr> <tr> -<td><a href="#PipPackagesWidget.on_searchToggleButton_toggled">on_searchToggleButton_toggled</a></td> -<td>Private slot to togle the search widget.</td> +<td><a href="#PipPackagesWidget.on_searchToggleButton_1_toggled">on_searchToggleButton_1_toggled</a></td> +<td>Private slot to toggle the search widget.</td> +</tr> +<tr> +<td><a href="#PipPackagesWidget.on_searchToggleButton_2_toggled">on_searchToggleButton_2_toggled</a></td> +<td>Private slot to toggle the search widget.</td> </tr> <tr> <td><a href="#PipPackagesWidget.on_showDepPackageDetailsButton_clicked">on_showDepPackageDetailsButton_clicked</a></td> @@ -499,6 +507,13 @@ tuple of int </dd> </dl> +<a NAME="PipPackagesWidget.__checkVulnerability" ID="PipPackagesWidget.__checkVulnerability"></a> +<h4>PipPackagesWidget.__checkVulnerability</h4> +<b>__checkVulnerability</b>(<i></i>) + +<p> + Private slot to update and show the vulnerability data (called from the menu). +</p> <a NAME="PipPackagesWidget.__clearVulnerabilityInfo" ID="PipPackagesWidget.__clearVulnerabilityInfo"></a> <h4>PipPackagesWidget.__clearVulnerabilityInfo</h4> <b>__clearVulnerabilityInfo</b>(<i></i>) @@ -1247,12 +1262,26 @@ <p> Private slot handling changes of the search result selection. </p> -<a NAME="PipPackagesWidget.on_searchToggleButton_toggled" ID="PipPackagesWidget.on_searchToggleButton_toggled"></a> -<h4>PipPackagesWidget.on_searchToggleButton_toggled</h4> -<b>on_searchToggleButton_toggled</b>(<i>checked</i>) +<a NAME="PipPackagesWidget.on_searchToggleButton_1_toggled" ID="PipPackagesWidget.on_searchToggleButton_1_toggled"></a> +<h4>PipPackagesWidget.on_searchToggleButton_1_toggled</h4> +<b>on_searchToggleButton_1_toggled</b>(<i>checked</i>) <p> - Private slot to togle the search widget. + Private slot to toggle the search widget. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +state of the search widget button +</dd> +</dl> +<a NAME="PipPackagesWidget.on_searchToggleButton_2_toggled" ID="PipPackagesWidget.on_searchToggleButton_2_toggled"></a> +<h4>PipPackagesWidget.on_searchToggleButton_2_toggled</h4> +<b>on_searchToggleButton_2_toggled</b>(<i>checked</i>) + +<p> + Private slot to toggle the search widget. </p> <dl>