99 <tr> |
99 <tr> |
100 <td><a href="#ManageDictionariesDialog.__installationFinished">__installationFinished</a></td> |
100 <td><a href="#ManageDictionariesDialog.__installationFinished">__installationFinished</a></td> |
101 <td>Private method called after all selected dictionaries have been installed.</td> |
101 <td>Private method called after all selected dictionaries have been installed.</td> |
102 </tr> |
102 </tr> |
103 <tr> |
103 <tr> |
104 <td><a href="#ManageDictionariesDialog.__isOnline">__isOnline</a></td> |
|
105 <td>Private method to check the online status.</td> |
|
106 </tr> |
|
107 <tr> |
|
108 <td><a href="#ManageDictionariesDialog.__listFileDownloaded">__listFileDownloaded</a></td> |
104 <td><a href="#ManageDictionariesDialog.__listFileDownloaded">__listFileDownloaded</a></td> |
109 <td>Private method called, after the dictionaries list file has been downloaded from the Internet.</td> |
105 <td>Private method called, after the dictionaries list file has been downloaded from the Internet.</td> |
110 </tr> |
|
111 <tr> |
|
112 <td><a href="#ManageDictionariesDialog.__onlineStateChanged">__onlineStateChanged</a></td> |
|
113 <td>Private slot handling online state changes.</td> |
|
114 </tr> |
106 </tr> |
115 <tr> |
107 <tr> |
116 <td><a href="#ManageDictionariesDialog.__populateList">__populateList</a></td> |
108 <td><a href="#ManageDictionariesDialog.__populateList">__populateList</a></td> |
117 <td>Private method to populate the list of available plugins.</td> |
109 <td>Private method to populate the list of available plugins.</td> |
118 </tr> |
110 </tr> |
236 |
228 |
237 <p> |
229 <p> |
238 Private method called after all selected dictionaries have been |
230 Private method called after all selected dictionaries have been |
239 installed. |
231 installed. |
240 </p> |
232 </p> |
241 <a NAME="ManageDictionariesDialog.__isOnline" ID="ManageDictionariesDialog.__isOnline"></a> |
|
242 <h4>ManageDictionariesDialog.__isOnline</h4> |
|
243 <b>__isOnline</b>(<i></i>) |
|
244 |
|
245 <p> |
|
246 Private method to check the online status. |
|
247 </p> |
|
248 <dl> |
|
249 <dt>Returns:</dt> |
|
250 <dd> |
|
251 flag indicating the online status |
|
252 </dd> |
|
253 </dl> |
|
254 <dl> |
|
255 <dt>Return Type:</dt> |
|
256 <dd> |
|
257 bool |
|
258 </dd> |
|
259 </dl> |
|
260 <a NAME="ManageDictionariesDialog.__listFileDownloaded" ID="ManageDictionariesDialog.__listFileDownloaded"></a> |
233 <a NAME="ManageDictionariesDialog.__listFileDownloaded" ID="ManageDictionariesDialog.__listFileDownloaded"></a> |
261 <h4>ManageDictionariesDialog.__listFileDownloaded</h4> |
234 <h4>ManageDictionariesDialog.__listFileDownloaded</h4> |
262 <b>__listFileDownloaded</b>(<i>reply</i>) |
235 <b>__listFileDownloaded</b>(<i>reply</i>) |
263 |
236 |
264 <p> |
237 <p> |
270 <dt><i>reply</i> (QNetworkReply)</dt> |
243 <dt><i>reply</i> (QNetworkReply)</dt> |
271 <dd> |
244 <dd> |
272 reference to the network reply |
245 reference to the network reply |
273 </dd> |
246 </dd> |
274 </dl> |
247 </dl> |
275 <a NAME="ManageDictionariesDialog.__onlineStateChanged" ID="ManageDictionariesDialog.__onlineStateChanged"></a> |
|
276 <h4>ManageDictionariesDialog.__onlineStateChanged</h4> |
|
277 <b>__onlineStateChanged</b>(<i>online</i>) |
|
278 |
|
279 <p> |
|
280 Private slot handling online state changes. |
|
281 </p> |
|
282 <dl> |
|
283 |
|
284 <dt><i>online</i> (bool)</dt> |
|
285 <dd> |
|
286 flag indicating the online status |
|
287 </dd> |
|
288 </dl> |
|
289 <a NAME="ManageDictionariesDialog.__populateList" ID="ManageDictionariesDialog.__populateList"></a> |
248 <a NAME="ManageDictionariesDialog.__populateList" ID="ManageDictionariesDialog.__populateList"></a> |
290 <h4>ManageDictionariesDialog.__populateList</h4> |
249 <h4>ManageDictionariesDialog.__populateList</h4> |
291 <b>__populateList</b>(<i></i>) |
250 <b>__populateList</b>(<i></i>) |
292 |
251 |
293 <p> |
252 <p> |