src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html

branch
eric7
changeset 9587
6486d40c26f0
parent 9244
3bf1a02df07a
child 9624
b47dfa7a137d
equal deleted inserted replaced
9586:2750e76fc366 9587:6486d40c26f0
77 <tr> 77 <tr>
78 <td><a href="#PipPackagesWidget.__availablePipVersion">__availablePipVersion</a></td> 78 <td><a href="#PipPackagesWidget.__availablePipVersion">__availablePipVersion</a></td>
79 <td>Private method to get the pip version of the selected environment.</td> 79 <td>Private method to get the pip version of the selected environment.</td>
80 </tr> 80 </tr>
81 <tr> 81 <tr>
82 <td><a href="#PipPackagesWidget.__checkVulnerability">__checkVulnerability</a></td>
83 <td>Private slot to update and show the vulnerability data (called from the menu).</td>
84 </tr>
85 <tr>
82 <td><a href="#PipPackagesWidget.__clearVulnerabilityInfo">__clearVulnerabilityInfo</a></td> 86 <td><a href="#PipPackagesWidget.__clearVulnerabilityInfo">__clearVulnerabilityInfo</a></td>
83 <td>Private slot to clear the vulnerability info.</td> 87 <td>Private slot to clear the vulnerability info.</td>
84 </tr> 88 </tr>
85 <tr> 89 <tr>
86 <td><a href="#PipPackagesWidget.__createSBOMFile">__createSBOMFile</a></td> 90 <td><a href="#PipPackagesWidget.__createSBOMFile">__createSBOMFile</a></td>
361 <tr> 365 <tr>
362 <td><a href="#PipPackagesWidget.on_searchResultList_itemSelectionChanged">on_searchResultList_itemSelectionChanged</a></td> 366 <td><a href="#PipPackagesWidget.on_searchResultList_itemSelectionChanged">on_searchResultList_itemSelectionChanged</a></td>
363 <td>Private slot handling changes of the search result selection.</td> 367 <td>Private slot handling changes of the search result selection.</td>
364 </tr> 368 </tr>
365 <tr> 369 <tr>
366 <td><a href="#PipPackagesWidget.on_searchToggleButton_toggled">on_searchToggleButton_toggled</a></td> 370 <td><a href="#PipPackagesWidget.on_searchToggleButton_1_toggled">on_searchToggleButton_1_toggled</a></td>
367 <td>Private slot to togle the search widget.</td> 371 <td>Private slot to toggle the search widget.</td>
372 </tr>
373 <tr>
374 <td><a href="#PipPackagesWidget.on_searchToggleButton_2_toggled">on_searchToggleButton_2_toggled</a></td>
375 <td>Private slot to toggle the search widget.</td>
368 </tr> 376 </tr>
369 <tr> 377 <tr>
370 <td><a href="#PipPackagesWidget.on_showDepPackageDetailsButton_clicked">on_showDepPackageDetailsButton_clicked</a></td> 378 <td><a href="#PipPackagesWidget.on_showDepPackageDetailsButton_clicked">on_showDepPackageDetailsButton_clicked</a></td>
371 <td>Private slot to show information for the selected package of the dependency tree.</td> 379 <td>Private slot to show information for the selected package of the dependency tree.</td>
372 </tr> 380 </tr>
497 <dt>Return Type:</dt> 505 <dt>Return Type:</dt>
498 <dd> 506 <dd>
499 tuple of int 507 tuple of int
500 </dd> 508 </dd>
501 </dl> 509 </dl>
510 <a NAME="PipPackagesWidget.__checkVulnerability" ID="PipPackagesWidget.__checkVulnerability"></a>
511 <h4>PipPackagesWidget.__checkVulnerability</h4>
512 <b>__checkVulnerability</b>(<i></i>)
513
514 <p>
515 Private slot to update and show the vulnerability data (called from the menu).
516 </p>
502 <a NAME="PipPackagesWidget.__clearVulnerabilityInfo" ID="PipPackagesWidget.__clearVulnerabilityInfo"></a> 517 <a NAME="PipPackagesWidget.__clearVulnerabilityInfo" ID="PipPackagesWidget.__clearVulnerabilityInfo"></a>
503 <h4>PipPackagesWidget.__clearVulnerabilityInfo</h4> 518 <h4>PipPackagesWidget.__clearVulnerabilityInfo</h4>
504 <b>__clearVulnerabilityInfo</b>(<i></i>) 519 <b>__clearVulnerabilityInfo</b>(<i></i>)
505 520
506 <p> 521 <p>
1245 <b>on_searchResultList_itemSelectionChanged</b>(<i></i>) 1260 <b>on_searchResultList_itemSelectionChanged</b>(<i></i>)
1246 1261
1247 <p> 1262 <p>
1248 Private slot handling changes of the search result selection. 1263 Private slot handling changes of the search result selection.
1249 </p> 1264 </p>
1250 <a NAME="PipPackagesWidget.on_searchToggleButton_toggled" ID="PipPackagesWidget.on_searchToggleButton_toggled"></a> 1265 <a NAME="PipPackagesWidget.on_searchToggleButton_1_toggled" ID="PipPackagesWidget.on_searchToggleButton_1_toggled"></a>
1251 <h4>PipPackagesWidget.on_searchToggleButton_toggled</h4> 1266 <h4>PipPackagesWidget.on_searchToggleButton_1_toggled</h4>
1252 <b>on_searchToggleButton_toggled</b>(<i>checked</i>) 1267 <b>on_searchToggleButton_1_toggled</b>(<i>checked</i>)
1253 1268
1254 <p> 1269 <p>
1255 Private slot to togle the search widget. 1270 Private slot to toggle the search widget.
1271 </p>
1272 <dl>
1273
1274 <dt><i>checked</i> (bool)</dt>
1275 <dd>
1276 state of the search widget button
1277 </dd>
1278 </dl>
1279 <a NAME="PipPackagesWidget.on_searchToggleButton_2_toggled" ID="PipPackagesWidget.on_searchToggleButton_2_toggled"></a>
1280 <h4>PipPackagesWidget.on_searchToggleButton_2_toggled</h4>
1281 <b>on_searchToggleButton_2_toggled</b>(<i>checked</i>)
1282
1283 <p>
1284 Private slot to toggle the search widget.
1256 </p> 1285 </p>
1257 <dl> 1286 <dl>
1258 1287
1259 <dt><i>checked</i> (bool)</dt> 1288 <dt><i>checked</i> (bool)</dt>
1260 <dd> 1289 <dd>

eric ide

mercurial