Documentation/Source/eric5.PluginManager.PluginRepositoryDialog.html

changeset 270
41505c92ac31
parent 58
37f0444c3479
child 289
baf4c1354c6a
--- a/Documentation/Source/eric5.PluginManager.PluginRepositoryDialog.html	Sat May 22 15:00:13 2010 +0200
+++ b/Documentation/Source/eric5.PluginManager.PluginRepositoryDialog.html	Sat May 22 20:01:58 2010 +0200
@@ -121,9 +121,6 @@
 <td><a href="#PluginRepositoryWidget.__init__">PluginRepositoryWidget</a></td>
 <td>Constructor</td>
 </tr><tr>
-<td><a href="#PluginRepositoryWidget.__dataReadProgress">__dataReadProgress</a></td>
-<td>Private slot to show the download progress.</td>
-</tr><tr>
 <td><a href="#PluginRepositoryWidget.__downloadCancel">__downloadCancel</a></td>
 <td>Private slot to cancel the current download.</td>
 </tr><tr>
@@ -145,6 +142,9 @@
 <td><a href="#PluginRepositoryWidget.__downloadPluginsDone">__downloadPluginsDone</a></td>
 <td>Private method called, when the download of the plugins is finished.</td>
 </tr><tr>
+<td><a href="#PluginRepositoryWidget.__downloadProgress">__downloadProgress</a></td>
+<td>Private slot to show the download progress.</td>
+</tr><tr>
 <td><a href="#PluginRepositoryWidget.__downloadRepositoryFileDone">__downloadRepositoryFileDone</a></td>
 <td>Private method called after the repository file was downloaded.</td>
 </tr><tr>
@@ -198,19 +198,6 @@
 <dd>
 parent of this dialog (QWidget)
 </dd>
-</dl><a NAME="PluginRepositoryWidget.__dataReadProgress" ID="PluginRepositoryWidget.__dataReadProgress"></a>
-<h4>PluginRepositoryWidget.__dataReadProgress</h4>
-<b>__dataReadProgress</b>(<i>done, total</i>)
-<p>
-        Private slot to show the download progress.
-</p><dl>
-<dt><i>done</i></dt>
-<dd>
-number of bytes downloaded so far (integer)
-</dd><dt><i>total</i></dt>
-<dd>
-total bytes to be downloaded (integer)
-</dd>
 </dl><a NAME="PluginRepositoryWidget.__downloadCancel" ID="PluginRepositoryWidget.__downloadCancel"></a>
 <h4>PluginRepositoryWidget.__downloadCancel</h4>
 <b>__downloadCancel</b>(<i></i>)
@@ -234,16 +221,11 @@
 </dd>
 </dl><a NAME="PluginRepositoryWidget.__downloadFileDone" ID="PluginRepositoryWidget.__downloadFileDone"></a>
 <h4>PluginRepositoryWidget.__downloadFileDone</h4>
-<b>__downloadFileDone</b>(<i>error</i>)
+<b>__downloadFileDone</b>(<i></i>)
 <p>
         Private method called, after the file has been downloaded
         from the internet.
-</p><dl>
-<dt><i>error</i></dt>
-<dd>
-flag indicating an error condition (boolean)
-</dd>
-</dl><a NAME="PluginRepositoryWidget.__downloadPlugin" ID="PluginRepositoryWidget.__downloadPlugin"></a>
+</p><a NAME="PluginRepositoryWidget.__downloadPlugin" ID="PluginRepositoryWidget.__downloadPlugin"></a>
 <h4>PluginRepositoryWidget.__downloadPlugin</h4>
 <b>__downloadPlugin</b>(<i></i>)
 <p>
@@ -271,7 +253,20 @@
 <b>__downloadPluginsDone</b>(<i></i>)
 <p>
         Private method called, when the download of the plugins is finished.
-</p><a NAME="PluginRepositoryWidget.__downloadRepositoryFileDone" ID="PluginRepositoryWidget.__downloadRepositoryFileDone"></a>
+</p><a NAME="PluginRepositoryWidget.__downloadProgress" ID="PluginRepositoryWidget.__downloadProgress"></a>
+<h4>PluginRepositoryWidget.__downloadProgress</h4>
+<b>__downloadProgress</b>(<i>done, total</i>)
+<p>
+        Private slot to show the download progress.
+</p><dl>
+<dt><i>done</i></dt>
+<dd>
+number of bytes downloaded so far (integer)
+</dd><dt><i>total</i></dt>
+<dd>
+total bytes to be downloaded (integer)
+</dd>
+</dl><a NAME="PluginRepositoryWidget.__downloadRepositoryFileDone" ID="PluginRepositoryWidget.__downloadRepositoryFileDone"></a>
 <h4>PluginRepositoryWidget.__downloadRepositoryFileDone</h4>
 <b>__downloadRepositoryFileDone</b>(<i>status, filename</i>)
 <p>
@@ -352,11 +347,14 @@
 </dd>
 </dl><a NAME="PluginRepositoryWidget.__sslErrors" ID="PluginRepositoryWidget.__sslErrors"></a>
 <h4>PluginRepositoryWidget.__sslErrors</h4>
-<b>__sslErrors</b>(<i>sslErrors</i>)
+<b>__sslErrors</b>(<i>reply, errors</i>)
 <p>
         Private slot to handle SSL errors.
 </p><dl>
-<dt><i>sslErrors</i></dt>
+<dt><i>reply</i></dt>
+<dd>
+reference to the reply object (QNetworkReply)
+</dd><dt><i>errors</i></dt>
 <dd>
 list of SSL errors (list of QSslError)
 </dd>

eric ide

mercurial