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

branch
eric7
changeset 9000
bc0b38405b6a
parent 8999
723f61499a79
child 9007
01b73d9ef09e
equal deleted inserted replaced
8999:723f61499a79 9000:bc0b38405b6a
173 <tr> 173 <tr>
174 <td><a href="#PipPackagesWidget.__search">__search</a></td> 174 <td><a href="#PipPackagesWidget.__search">__search</a></td>
175 <td>Private method to perform the search by calling the PyPI search URL.</td> 175 <td>Private method to perform the search by calling the PyPI search URL.</td>
176 </tr> 176 </tr>
177 <tr> 177 <tr>
178 <td><a href="#PipPackagesWidget.__searchFirst">__searchFirst</a></td>
179 <td>Private method to perform the search for packages.</td>
180 </tr>
181 <tr>
178 <td><a href="#PipPackagesWidget.__searchResponse">__searchResponse</a></td> 182 <td><a href="#PipPackagesWidget.__searchResponse">__searchResponse</a></td>
179 <td>Private method to extract the search result data from the response.</td> 183 <td>Private method to extract the search result data from the response.</td>
180 </tr> 184 </tr>
181 <tr> 185 <tr>
182 <td><a href="#PipPackagesWidget.__selectedUpdateableItems">__selectedUpdateableItems</a></td> 186 <td><a href="#PipPackagesWidget.__selectedUpdateableItems">__selectedUpdateableItems</a></td>
225 <tr> 229 <tr>
226 <td><a href="#PipPackagesWidget.__updateSearchButton">__updateSearchButton</a></td> 230 <td><a href="#PipPackagesWidget.__updateSearchButton">__updateSearchButton</a></td>
227 <td>Private method to update the state of the search button.</td> 231 <td>Private method to update the state of the search button.</td>
228 </tr> 232 </tr>
229 <tr> 233 <tr>
234 <td><a href="#PipPackagesWidget.__updateSearchMoreButton">__updateSearchMoreButton</a></td>
235 <td>Private method to update the state of the search more button.</td>
236 </tr>
237 <tr>
230 <td><a href="#PipPackagesWidget.__updateVulnerabilityData">__updateVulnerabilityData</a></td> 238 <td><a href="#PipPackagesWidget.__updateVulnerabilityData">__updateVulnerabilityData</a></td>
231 <td>Private slot to update the shown vulnerability info.</td> 239 <td>Private slot to update the shown vulnerability info.</td>
232 </tr> 240 </tr>
233 <tr> 241 <tr>
234 <td><a href="#PipPackagesWidget.__updateVulnerabilityDbCache">__updateVulnerabilityDbCache</a></td> 242 <td><a href="#PipPackagesWidget.__updateVulnerabilityDbCache">__updateVulnerabilityDbCache</a></td>
323 <td>Private slot initiating a search via a press of the Return key.</td> 331 <td>Private slot initiating a search via a press of the Return key.</td>
324 </tr> 332 </tr>
325 <tr> 333 <tr>
326 <td><a href="#PipPackagesWidget.on_searchEditName_textChanged">on_searchEditName_textChanged</a></td> 334 <td><a href="#PipPackagesWidget.on_searchEditName_textChanged">on_searchEditName_textChanged</a></td>
327 <td>Private slot handling a change of the search term.</td> 335 <td>Private slot handling a change of the search term.</td>
336 </tr>
337 <tr>
338 <td><a href="#PipPackagesWidget.on_searchMoreButton_clicked">on_searchMoreButton_clicked</a></td>
339 <td>Private slot handling a press of the search more button.</td>
328 </tr> 340 </tr>
329 <tr> 341 <tr>
330 <td><a href="#PipPackagesWidget.on_searchResultList_itemActivated">on_searchResultList_itemActivated</a></td> 342 <td><a href="#PipPackagesWidget.on_searchResultList_itemActivated">on_searchResultList_itemActivated</a></td>
331 <td>Private slot reacting on an search result item activation.</td> 343 <td>Private slot reacting on an search result item activation.</td>
332 </tr> 344 </tr>
662 Private slot to repair the pip installation of the selected 674 Private slot to repair the pip installation of the selected
663 environment. 675 environment.
664 </p> 676 </p>
665 <a NAME="PipPackagesWidget.__search" ID="PipPackagesWidget.__search"></a> 677 <a NAME="PipPackagesWidget.__search" ID="PipPackagesWidget.__search"></a>
666 <h4>PipPackagesWidget.__search</h4> 678 <h4>PipPackagesWidget.__search</h4>
667 <b>__search</b>(<i></i>) 679 <b>__search</b>(<i>page=1</i>)
668 680
669 <p> 681 <p>
670 Private method to perform the search by calling the PyPI search URL. 682 Private method to perform the search by calling the PyPI search URL.
683 </p>
684 <dl>
685
686 <dt><i>page</i> (int (optional))</dt>
687 <dd>
688 search page to retrieve (defaults to 1)
689 </dd>
690 </dl>
691 <a NAME="PipPackagesWidget.__searchFirst" ID="PipPackagesWidget.__searchFirst"></a>
692 <h4>PipPackagesWidget.__searchFirst</h4>
693 <b>__searchFirst</b>(<i></i>)
694
695 <p>
696 Private method to perform the search for packages.
671 </p> 697 </p>
672 <a NAME="PipPackagesWidget.__searchResponse" ID="PipPackagesWidget.__searchResponse"></a> 698 <a NAME="PipPackagesWidget.__searchResponse" ID="PipPackagesWidget.__searchResponse"></a>
673 <h4>PipPackagesWidget.__searchResponse</h4> 699 <h4>PipPackagesWidget.__searchResponse</h4>
674 <b>__searchResponse</b>(<i>reply</i>) 700 <b>__searchResponse</b>(<i>reply</i>)
675 701
831 <b>__updateSearchButton</b>(<i></i>) 857 <b>__updateSearchButton</b>(<i></i>)
832 858
833 <p> 859 <p>
834 Private method to update the state of the search button. 860 Private method to update the state of the search button.
835 </p> 861 </p>
862 <a NAME="PipPackagesWidget.__updateSearchMoreButton" ID="PipPackagesWidget.__updateSearchMoreButton"></a>
863 <h4>PipPackagesWidget.__updateSearchMoreButton</h4>
864 <b>__updateSearchMoreButton</b>(<i>enable</i>)
865
866 <p>
867 Private method to update the state of the search more button.
868 </p>
869 <dl>
870
871 <dt><i>enable</i> (bool)</dt>
872 <dd>
873 flag indicating the desired enable state
874 </dd>
875 </dl>
836 <a NAME="PipPackagesWidget.__updateVulnerabilityData" ID="PipPackagesWidget.__updateVulnerabilityData"></a> 876 <a NAME="PipPackagesWidget.__updateVulnerabilityData" ID="PipPackagesWidget.__updateVulnerabilityData"></a>
837 <h4>PipPackagesWidget.__updateVulnerabilityData</h4> 877 <h4>PipPackagesWidget.__updateVulnerabilityData</h4>
838 <b>__updateVulnerabilityData</b>(<i>clearFirst=True</i>) 878 <b>__updateVulnerabilityData</b>(<i>clearFirst=True</i>)
839 879
840 <p> 880 <p>
1128 <dt><i>txt</i> (str)</dt> 1168 <dt><i>txt</i> (str)</dt>
1129 <dd> 1169 <dd>
1130 search term 1170 search term
1131 </dd> 1171 </dd>
1132 </dl> 1172 </dl>
1173 <a NAME="PipPackagesWidget.on_searchMoreButton_clicked" ID="PipPackagesWidget.on_searchMoreButton_clicked"></a>
1174 <h4>PipPackagesWidget.on_searchMoreButton_clicked</h4>
1175 <b>on_searchMoreButton_clicked</b>(<i></i>)
1176
1177 <p>
1178 Private slot handling a press of the search more button.
1179 </p>
1133 <a NAME="PipPackagesWidget.on_searchResultList_itemActivated" ID="PipPackagesWidget.on_searchResultList_itemActivated"></a> 1180 <a NAME="PipPackagesWidget.on_searchResultList_itemActivated" ID="PipPackagesWidget.on_searchResultList_itemActivated"></a>
1134 <h4>PipPackagesWidget.on_searchResultList_itemActivated</h4> 1181 <h4>PipPackagesWidget.on_searchResultList_itemActivated</h4>
1135 <b>on_searchResultList_itemActivated</b>(<i>item, column</i>) 1182 <b>on_searchResultList_itemActivated</b>(<i>item, column</i>)
1136 1183
1137 <p> 1184 <p>

eric ide

mercurial