Documentation/Source/eric5.Helpviewer.Download.DownloadItem.html

changeset 1094
743900906d8e
parent 978
11f8adbcac97
child 1228
7afaf2fca55b
equal deleted inserted replaced
1093:47bc4ef30315 1094:743900906d8e
139 <td>Public method to get the URL of the download page.</td> 139 <td>Public method to get the URL of the download page.</td>
140 </tr><tr> 140 </tr><tr>
141 <td><a href="#DownloadItem.on_openButton_clicked">on_openButton_clicked</a></td> 141 <td><a href="#DownloadItem.on_openButton_clicked">on_openButton_clicked</a></td>
142 <td>Private slot to open the downloaded file.</td> 142 <td>Private slot to open the downloaded file.</td>
143 </tr><tr> 143 </tr><tr>
144 <td><a href="#DownloadItem.on_pauseButton_clicked">on_pauseButton_clicked</a></td>
145 <td>Private slot to pause the download.</td>
146 </tr><tr>
144 <td><a href="#DownloadItem.on_stopButton_clicked">on_stopButton_clicked</a></td> 147 <td><a href="#DownloadItem.on_stopButton_clicked">on_stopButton_clicked</a></td>
145 <td>Private slot to stop the download.</td> 148 <td>Private slot to stop the download.</td>
146 </tr><tr> 149 </tr><tr>
147 <td><a href="#DownloadItem.on_tryAgainButton_clicked">on_tryAgainButton_clicked</a></td> 150 <td><a href="#DownloadItem.on_tryAgainButton_clicked">on_tryAgainButton_clicked</a></td>
148 <td>Private slot to retry the download.</td> 151 <td>Private slot to retry the download.</td>
261 name of the directory to store the file into (string) 264 name of the directory to store the file into (string)
262 </dd> 265 </dd>
263 </dl><dl> 266 </dl><dl>
264 <dt>Returns:</dt> 267 <dt>Returns:</dt>
265 <dd> 268 <dd>
266 proposed filename (string) 269 proposed filename and original filename (string, string)
267 </dd> 270 </dd>
268 </dl><a NAME="DownloadItem.__updateInfoLabel" ID="DownloadItem.__updateInfoLabel"></a> 271 </dl><a NAME="DownloadItem.__updateInfoLabel" ID="DownloadItem.__updateInfoLabel"></a>
269 <h4>DownloadItem.__updateInfoLabel</h4> 272 <h4>DownloadItem.__updateInfoLabel</h4>
270 <b>__updateInfoLabel</b>(<i></i>) 273 <b>__updateInfoLabel</b>(<i></i>)
271 <p> 274 <p>
399 </dl><a NAME="DownloadItem.on_openButton_clicked" ID="DownloadItem.on_openButton_clicked"></a> 402 </dl><a NAME="DownloadItem.on_openButton_clicked" ID="DownloadItem.on_openButton_clicked"></a>
400 <h4>DownloadItem.on_openButton_clicked</h4> 403 <h4>DownloadItem.on_openButton_clicked</h4>
401 <b>on_openButton_clicked</b>(<i></i>) 404 <b>on_openButton_clicked</b>(<i></i>)
402 <p> 405 <p>
403 Private slot to open the downloaded file. 406 Private slot to open the downloaded file.
404 </p><a NAME="DownloadItem.on_stopButton_clicked" ID="DownloadItem.on_stopButton_clicked"></a> 407 </p><a NAME="DownloadItem.on_pauseButton_clicked" ID="DownloadItem.on_pauseButton_clicked"></a>
408 <h4>DownloadItem.on_pauseButton_clicked</h4>
409 <b>on_pauseButton_clicked</b>(<i>checked</i>)
410 <p>
411 Private slot to pause the download.
412 </p><dl>
413 <dt><i>checked</i></dt>
414 <dd>
415 flag indicating the state of the button (boolean)
416 </dd>
417 </dl><a NAME="DownloadItem.on_stopButton_clicked" ID="DownloadItem.on_stopButton_clicked"></a>
405 <h4>DownloadItem.on_stopButton_clicked</h4> 418 <h4>DownloadItem.on_stopButton_clicked</h4>
406 <b>on_stopButton_clicked</b>(<i></i>) 419 <b>on_stopButton_clicked</b>(<i></i>)
407 <p> 420 <p>
408 Private slot to stop the download. 421 Private slot to stop the download.
409 </p><a NAME="DownloadItem.on_tryAgainButton_clicked" ID="DownloadItem.on_tryAgainButton_clicked"></a> 422 </p><a NAME="DownloadItem.on_tryAgainButton_clicked" ID="DownloadItem.on_tryAgainButton_clicked"></a>

eric ide

mercurial