src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html

branch
eric7
changeset 9566
d4986df5d2e4
parent 9209
b99e7fd55fd3
child 10436
f6881d10e995
diff -r ed264631ab1e -r d4986df5d2e4 src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html	Mon Dec 05 11:58:39 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html	Mon Dec 05 15:08:18 2022 +0100
@@ -107,6 +107,10 @@
 <td>Private method to set the download date and time.</td>
 </tr>
 <tr>
+<td><a href="#DownloadItem.__setFileLabels">__setFileLabels</a></td>
+<td>Private slot to set and format the info label.</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>
@@ -155,6 +159,10 @@
 <td>Public method to determine, if a download is in progress.</td>
 </tr>
 <tr>
+<td><a href="#DownloadItem.exists">exists</a></td>
+<td>Public method to check, if the downloaded file exists.</td>
+</tr>
+<tr>
 <td><a href="#DownloadItem.fileName">fileName</a></td>
 <td>Public method to get the name of the output file.</td>
 </tr>
@@ -202,6 +210,10 @@
 <td><a href="#DownloadItem.setIcon">setIcon</a></td>
 <td>Public method to set the download icon.</td>
 </tr>
+<tr>
+<td><a href="#DownloadItem.updateButtonsAndLabels">updateButtonsAndLabels</a></td>
+<td>Public method to update the buttons.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -301,6 +313,13 @@
 date and time to be set
 </dd>
 </dl>
+<a NAME="DownloadItem.__setFileLabels" ID="DownloadItem.__setFileLabels"></a>
+<h4>DownloadItem.__setFileLabels</h4>
+<b>__setFileLabels</b>(<i></i>)
+
+<p>
+        Private slot to set and format the info label.
+</p>
 <a NAME="DownloadItem.__setFileName" ID="DownloadItem.__setFileName"></a>
 <h4>DownloadItem.__setFileName</h4>
 <b>__setFileName</b>(<i>fileName</i>)
@@ -452,6 +471,25 @@
 flag indicating a download is in progress (boolean)
 </dd>
 </dl>
+<a NAME="DownloadItem.exists" ID="DownloadItem.exists"></a>
+<h4>DownloadItem.exists</h4>
+<b>exists</b>(<i></i>)
+
+<p>
+        Public method to check, if the downloaded file exists.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating the existence of the downloaded file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="DownloadItem.fileName" ID="DownloadItem.fileName"></a>
 <h4>DownloadItem.fileName</h4>
 <b>fileName</b>(<i></i>)
@@ -599,6 +637,13 @@
 reference to the icon to be set (QIcon)
 </dd>
 </dl>
+<a NAME="DownloadItem.updateButtonsAndLabels" ID="DownloadItem.updateButtonsAndLabels"></a>
+<h4>DownloadItem.updateButtonsAndLabels</h4>
+<b>updateButtonsAndLabels</b>(<i></i>)
+
+<p>
+        Public method to update the buttons.
+</p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial