eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html

branch
eric7
changeset 8595
ce2034bc1c6e
parent 8580
e91b276e0771
child 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Sat Sep 11 19:59:21 2021 +0200
+++ b/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Sun Sep 12 17:30:38 2021 +0200
@@ -272,10 +272,6 @@
 <td>Private method to store the list of hidden plug-ins to the settings.</td>
 </tr>
 <tr>
-<td><a href="#PluginRepositoryWidget.__updateList">__updateList</a></td>
-<td>Private slot to download a new list and display the contents.</td>
-</tr>
-<tr>
 <td><a href="#PluginRepositoryWidget.__updateStatus">__updateStatus</a></td>
 <td>Private method to check the given archive update status.</td>
 </tr>
@@ -307,6 +303,10 @@
 <td><a href="#PluginRepositoryWidget.on_repositoryUrlEditButton_toggled">on_repositoryUrlEditButton_toggled</a></td>
 <td>Private slot to set the read only status of the repository URL line edit.</td>
 </tr>
+<tr>
+<td><a href="#PluginRepositoryWidget.updateList">updateList</a></td>
+<td>Public slot to download a new list and display the contents.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -316,7 +316,7 @@
 
 <a NAME="PluginRepositoryWidget.__init__" ID="PluginRepositoryWidget.__init__"></a>
 <h4>PluginRepositoryWidget (Constructor)</h4>
-<b>PluginRepositoryWidget</b>(<i>pluginManager, parent=None</i>)
+<b>PluginRepositoryWidget</b>(<i>pluginManager, integrated=False, parent=None</i>)
 
 <p>
         Constructor
@@ -327,6 +327,10 @@
 <dd>
 reference to the plugin manager object
 </dd>
+<dt><i>integrated</i> (bool)</dt>
+<dd>
+flag indicating the integration into the sidebar
+</dd>
 <dt><i>parent</i> (QWidget)</dt>
 <dd>
 parent of this dialog
@@ -638,13 +642,6 @@
             (list of string)
 </dd>
 </dl>
-<a NAME="PluginRepositoryWidget.__updateList" ID="PluginRepositoryWidget.__updateList"></a>
-<h4>PluginRepositoryWidget.__updateList</h4>
-<b>__updateList</b>(<i></i>)
-
-<p>
-        Private slot to download a new list and display the contents.
-</p>
 <a NAME="PluginRepositoryWidget.__updateStatus" ID="PluginRepositoryWidget.__updateStatus"></a>
 <h4>PluginRepositoryWidget.__updateStatus</h4>
 <b>__updateStatus</b>(<i>filename, version</i>)
@@ -794,6 +791,13 @@
 state of the push button (boolean)
 </dd>
 </dl>
+<a NAME="PluginRepositoryWidget.updateList" ID="PluginRepositoryWidget.updateList"></a>
+<h4>PluginRepositoryWidget.updateList</h4>
+<b>updateList</b>(<i></i>)
+
+<p>
+        Public slot to download a new list and display the contents.
+</p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial