--- a/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html Sat Feb 18 19:59:14 2017 +0100 +++ b/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html Sun Feb 19 19:23:21 2017 +0100 @@ -90,6 +90,9 @@ <td><a href="#DownloadItem.__saveFileName">__saveFileName</a></td> <td>Private method to calculate a name for the file to download.</td> </tr><tr> +<td><a href="#DownloadItem.__setFileName">__setFileName</a></td> +<td>Private method to set the file name to save the download into.</td> +</tr><tr> <td><a href="#DownloadItem.__updateInfoLabel">__updateInfoLabel</a></td> <td>Private method to update the info label.</td> </tr><tr> @@ -220,6 +223,16 @@ <dd> proposed filename and original filename (string, string) </dd> +</dl><a NAME="DownloadItem.__setFileName" ID="DownloadItem.__setFileName"></a> +<h4>DownloadItem.__setFileName</h4> +<b>__setFileName</b>(<i>fileName</i>) +<p> + Private method to set the file name to save the download into. +</p><dl> +<dt><i>fileName</i> (str)</dt> +<dd> +name of the file to save into +</dd> </dl><a NAME="DownloadItem.__updateInfoLabel" ID="DownloadItem.__updateInfoLabel"></a> <h4>DownloadItem.__updateInfoLabel</h4> <b>__updateInfoLabel</b>(<i></i>)