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

branch
eric7
changeset 8652
8cacde11f4fd
parent 8596
d64760b2da50
child 9031
8c9013b363bc
diff -r ce4c3c401482 -r 8cacde11f4fd eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html
--- a/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Mon Sep 27 16:41:31 2021 +0200
+++ b/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Mon Sep 27 16:44:54 2021 +0200
@@ -178,6 +178,10 @@
 <td>Private method to close the dialog and invoke the install dialog.</td>
 </tr>
 <tr>
+<td><a href="#PluginRepositoryWidget.__downloadButtonClicked">__downloadButtonClicked</a></td>
+<td>Private slot to handle a click of the Download button.</td>
+</tr>
+<tr>
 <td><a href="#PluginRepositoryWidget.__downloadCancel">__downloadCancel</a></td>
 <td>Private slot to cancel the current download.</td>
 </tr>
@@ -190,6 +194,10 @@
 <td>Private method called, after the file has been downloaded from the Internet.</td>
 </tr>
 <tr>
+<td><a href="#PluginRepositoryWidget.__downloadInstallButtonClicked">__downloadInstallButtonClicked</a></td>
+<td>Private slot to handle a click of the Download & Install button.</td>
+</tr>
+<tr>
 <td><a href="#PluginRepositoryWidget.__downloadPlugin">__downloadPlugin</a></td>
 <td>Private method to download the next plugin.</td>
 </tr>
@@ -366,6 +374,13 @@
 <p>
         Private method to close the dialog and invoke the install dialog.
 </p>
+<a NAME="PluginRepositoryWidget.__downloadButtonClicked" ID="PluginRepositoryWidget.__downloadButtonClicked"></a>
+<h4>PluginRepositoryWidget.__downloadButtonClicked</h4>
+<b>__downloadButtonClicked</b>(<i></i>)
+
+<p>
+        Private slot to handle a click of the Download button.
+</p>
 <a NAME="PluginRepositoryWidget.__downloadCancel" ID="PluginRepositoryWidget.__downloadCancel"></a>
 <h4>PluginRepositoryWidget.__downloadCancel</h4>
 <b>__downloadCancel</b>(<i>reply=None</i>)
@@ -425,6 +440,13 @@
 method to be called when done
 </dd>
 </dl>
+<a NAME="PluginRepositoryWidget.__downloadInstallButtonClicked" ID="PluginRepositoryWidget.__downloadInstallButtonClicked"></a>
+<h4>PluginRepositoryWidget.__downloadInstallButtonClicked</h4>
+<b>__downloadInstallButtonClicked</b>(<i></i>)
+
+<p>
+        Private slot to handle a click of the Download & Install button.
+</p>
 <a NAME="PluginRepositoryWidget.__downloadPlugin" ID="PluginRepositoryWidget.__downloadPlugin"></a>
 <h4>PluginRepositoryWidget.__downloadPlugin</h4>
 <b>__downloadPlugin</b>(<i></i>)

eric ide

mercurial