--- a/Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html Sat Feb 17 17:29:03 2018 +0100 +++ b/Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html Sat Feb 17 18:51:46 2018 +0100 @@ -263,10 +263,15 @@ Private method to close the dialog and invoke the install dialog. </p><a NAME="PluginRepositoryWidget.__downloadCancel" ID="PluginRepositoryWidget.__downloadCancel"></a> <h4>PluginRepositoryWidget.__downloadCancel</h4> -<b>__downloadCancel</b>(<i></i>) +<b>__downloadCancel</b>(<i>reply=None</i>) <p> Private slot to cancel the current download. -</p><a NAME="PluginRepositoryWidget.__downloadFile" ID="PluginRepositoryWidget.__downloadFile"></a> +</p><dl> +<dt><i>reply</i> (QNetworkReply)</dt> +<dd> +reference to the network reply +</dd> +</dl><a NAME="PluginRepositoryWidget.__downloadFile" ID="PluginRepositoryWidget.__downloadFile"></a> <h4>PluginRepositoryWidget.__downloadFile</h4> <b>__downloadFile</b>(<i>url, filename, doneMethod=None</i>) <p> @@ -284,7 +289,7 @@ </dd> </dl><a NAME="PluginRepositoryWidget.__downloadFileDone" ID="PluginRepositoryWidget.__downloadFileDone"></a> <h4>PluginRepositoryWidget.__downloadFileDone</h4> -<b>__downloadFileDone</b>(<i>reply</i>) +<b>__downloadFileDone</b>(<i>reply, fileName, doneMethod</i>) <p> Private method called, after the file has been downloaded from the Internet. @@ -292,6 +297,12 @@ <dt><i>reply</i> (QNetworkReply)</dt> <dd> reference to the reply object of the download +</dd><dt><i>fileName</i> (str)</dt> +<dd> +local name of the file +</dd><dt><i>doneMethod</i> (func)</dt> +<dd> +method to be called when done </dd> </dl><a NAME="PluginRepositoryWidget.__downloadPlugin" ID="PluginRepositoryWidget.__downloadPlugin"></a> <h4>PluginRepositoryWidget.__downloadPlugin</h4>