88 <td>Private method to get a reference to the current item.</td> |
88 <td>Private method to get a reference to the current item.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#DownloadManager.__customContextMenuRequested">__customContextMenuRequested</a></td> |
90 <td><a href="#DownloadManager.__customContextMenuRequested">__customContextMenuRequested</a></td> |
91 <td>Private slot to handle the context menu request for the bookmarks tree.</td> |
91 <td>Private slot to handle the context menu request for the bookmarks tree.</td> |
92 </tr><tr> |
92 </tr><tr> |
|
93 <td><a href="#DownloadManager.__finished">__finished</a></td> |
|
94 <td>Private slot to handle a finished download.</td> |
|
95 </tr><tr> |
93 <td><a href="#DownloadManager.__load">__load</a></td> |
96 <td><a href="#DownloadManager.__load">__load</a></td> |
94 <td>Private method to load the download settings.</td> |
97 <td>Private method to load the download settings.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#DownloadManager.__updateActiveItemCount">__updateActiveItemCount</a></td> |
|
100 <td>Private method to update the window title.</td> |
95 </tr><tr> |
101 </tr><tr> |
96 <td><a href="#DownloadManager.__updateItemCount">__updateItemCount</a></td> |
102 <td><a href="#DownloadManager.__updateItemCount">__updateItemCount</a></td> |
97 <td>Private method to update the count label.</td> |
103 <td>Private method to update the count label.</td> |
98 </tr><tr> |
104 </tr><tr> |
99 <td><a href="#DownloadManager.__updateRow">__updateRow</a></td> |
105 <td><a href="#DownloadManager.__updateRow">__updateRow</a></td> |
223 </p><dl> |
229 </p><dl> |
224 <dt><i>pos</i></dt> |
230 <dt><i>pos</i></dt> |
225 <dd> |
231 <dd> |
226 position the context menu was requested (QPoint) |
232 position the context menu was requested (QPoint) |
227 </dd> |
233 </dd> |
228 </dl><a NAME="DownloadManager.__load" ID="DownloadManager.__load"></a> |
234 </dl><a NAME="DownloadManager.__finished" ID="DownloadManager.__finished"></a> |
|
235 <h4>DownloadManager.__finished</h4> |
|
236 <b>__finished</b>(<i></i>) |
|
237 <p> |
|
238 Private slot to handle a finished download. |
|
239 </p><a NAME="DownloadManager.__load" ID="DownloadManager.__load"></a> |
229 <h4>DownloadManager.__load</h4> |
240 <h4>DownloadManager.__load</h4> |
230 <b>__load</b>(<i></i>) |
241 <b>__load</b>(<i></i>) |
231 <p> |
242 <p> |
232 Private method to load the download settings. |
243 Private method to load the download settings. |
|
244 </p><a NAME="DownloadManager.__updateActiveItemCount" ID="DownloadManager.__updateActiveItemCount"></a> |
|
245 <h4>DownloadManager.__updateActiveItemCount</h4> |
|
246 <b>__updateActiveItemCount</b>(<i></i>) |
|
247 <p> |
|
248 Private method to update the window title. |
233 </p><a NAME="DownloadManager.__updateItemCount" ID="DownloadManager.__updateItemCount"></a> |
249 </p><a NAME="DownloadManager.__updateItemCount" ID="DownloadManager.__updateItemCount"></a> |
234 <h4>DownloadManager.__updateItemCount</h4> |
250 <h4>DownloadManager.__updateItemCount</h4> |
235 <b>__updateItemCount</b>(<i></i>) |
251 <b>__updateItemCount</b>(<i></i>) |
236 <p> |
252 <p> |
237 Private method to update the count label. |
253 Private method to update the count label. |