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

branch
eric7
changeset 9000
bc0b38405b6a
parent 8999
723f61499a79
child 9007
01b73d9ef09e
--- a/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html	Thu Mar 24 19:29:13 2022 +0100
+++ b/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html	Fri Mar 25 19:06:20 2022 +0100
@@ -175,6 +175,10 @@
 <td>Private method to perform the search by calling the PyPI search URL.</td>
 </tr>
 <tr>
+<td><a href="#PipPackagesWidget.__searchFirst">__searchFirst</a></td>
+<td>Private method to perform the search for packages.</td>
+</tr>
+<tr>
 <td><a href="#PipPackagesWidget.__searchResponse">__searchResponse</a></td>
 <td>Private method to extract the search result data from the response.</td>
 </tr>
@@ -227,6 +231,10 @@
 <td>Private method to update the state of the search button.</td>
 </tr>
 <tr>
+<td><a href="#PipPackagesWidget.__updateSearchMoreButton">__updateSearchMoreButton</a></td>
+<td>Private method to update the state of the search more button.</td>
+</tr>
+<tr>
 <td><a href="#PipPackagesWidget.__updateVulnerabilityData">__updateVulnerabilityData</a></td>
 <td>Private slot to update the shown vulnerability info.</td>
 </tr>
@@ -327,6 +335,10 @@
 <td>Private slot handling a change of the search term.</td>
 </tr>
 <tr>
+<td><a href="#PipPackagesWidget.on_searchMoreButton_clicked">on_searchMoreButton_clicked</a></td>
+<td>Private slot handling a press of the search more button.</td>
+</tr>
+<tr>
 <td><a href="#PipPackagesWidget.on_searchResultList_itemActivated">on_searchResultList_itemActivated</a></td>
 <td>Private slot reacting on an search result item activation.</td>
 </tr>
@@ -664,11 +676,25 @@
 </p>
 <a NAME="PipPackagesWidget.__search" ID="PipPackagesWidget.__search"></a>
 <h4>PipPackagesWidget.__search</h4>
-<b>__search</b>(<i></i>)
+<b>__search</b>(<i>page=1</i>)
 
 <p>
         Private method to perform the search by calling the PyPI search URL.
 </p>
+<dl>
+
+<dt><i>page</i> (int (optional))</dt>
+<dd>
+search page to retrieve (defaults to 1)
+</dd>
+</dl>
+<a NAME="PipPackagesWidget.__searchFirst" ID="PipPackagesWidget.__searchFirst"></a>
+<h4>PipPackagesWidget.__searchFirst</h4>
+<b>__searchFirst</b>(<i></i>)
+
+<p>
+        Private method to perform the search for packages.
+</p>
 <a NAME="PipPackagesWidget.__searchResponse" ID="PipPackagesWidget.__searchResponse"></a>
 <h4>PipPackagesWidget.__searchResponse</h4>
 <b>__searchResponse</b>(<i>reply</i>)
@@ -833,6 +859,20 @@
 <p>
         Private method to update the state of the search button.
 </p>
+<a NAME="PipPackagesWidget.__updateSearchMoreButton" ID="PipPackagesWidget.__updateSearchMoreButton"></a>
+<h4>PipPackagesWidget.__updateSearchMoreButton</h4>
+<b>__updateSearchMoreButton</b>(<i>enable</i>)
+
+<p>
+        Private method to update the state of the search more button.
+</p>
+<dl>
+
+<dt><i>enable</i> (bool)</dt>
+<dd>
+flag indicating the desired enable state
+</dd>
+</dl>
 <a NAME="PipPackagesWidget.__updateVulnerabilityData" ID="PipPackagesWidget.__updateVulnerabilityData"></a>
 <h4>PipPackagesWidget.__updateVulnerabilityData</h4>
 <b>__updateVulnerabilityData</b>(<i>clearFirst=True</i>)
@@ -1130,6 +1170,13 @@
 search term
 </dd>
 </dl>
+<a NAME="PipPackagesWidget.on_searchMoreButton_clicked" ID="PipPackagesWidget.on_searchMoreButton_clicked"></a>
+<h4>PipPackagesWidget.on_searchMoreButton_clicked</h4>
+<b>on_searchMoreButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot handling a press of the search more button.
+</p>
 <a NAME="PipPackagesWidget.on_searchResultList_itemActivated" ID="PipPackagesWidget.on_searchResultList_itemActivated"></a>
 <h4>PipPackagesWidget.on_searchResultList_itemActivated</h4>
 <b>on_searchResultList_itemActivated</b>(<i>item, column</i>)

eric ide

mercurial