|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.PluginManager.PluginRepositoryDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.PluginManager.PluginRepositoryDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog showing the available plugins. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>authorRole</td></tr><tr><td>descrRole</td></tr><tr><td>filenameRole</td></tr><tr><td>urlRole</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#PluginRepositoryDialog">PluginRepositoryDialog</a></td> |
|
23 <td>Class for the dialog variant.</td> |
|
24 </tr><tr> |
|
25 <td><a href="#PluginRepositoryWidget">PluginRepositoryWidget</a></td> |
|
26 <td>Class implementing a dialog showing the available plugins.</td> |
|
27 </tr><tr> |
|
28 <td><a href="#PluginRepositoryWindow">PluginRepositoryWindow</a></td> |
|
29 <td>Main window class for the standalone dialog.</td> |
|
30 </tr> |
|
31 </table> |
|
32 <h3>Functions</h3> |
|
33 <table> |
|
34 <tr><td>None</td></tr> |
|
35 </table> |
|
36 <hr /><hr /> |
|
37 <a NAME="PluginRepositoryDialog" ID="PluginRepositoryDialog"></a> |
|
38 <h2>PluginRepositoryDialog</h2> |
|
39 <p> |
|
40 Class for the dialog variant. |
|
41 </p> |
|
42 <h3>Derived from</h3> |
|
43 QDialog |
|
44 <h3>Class Attributes</h3> |
|
45 <table> |
|
46 <tr><td>None</td></tr> |
|
47 </table> |
|
48 <h3>Methods</h3> |
|
49 <table> |
|
50 <tr> |
|
51 <td><a href="#PluginRepositoryDialog.__init__">PluginRepositoryDialog</a></td> |
|
52 <td>Constructor</td> |
|
53 </tr><tr> |
|
54 <td><a href="#PluginRepositoryDialog.__closeAndInstall">__closeAndInstall</a></td> |
|
55 <td>Private slot to handle the closeAndInstall signal.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#PluginRepositoryDialog.getDownloadedPlugins">getDownloadedPlugins</a></td> |
|
58 <td>Public method to get the list of recently downloaded plugin files.</td> |
|
59 </tr> |
|
60 </table> |
|
61 <a NAME="PluginRepositoryDialog.__init__" ID="PluginRepositoryDialog.__init__"></a> |
|
62 <h4>PluginRepositoryDialog (Constructor)</h4> |
|
63 <b>PluginRepositoryDialog</b>(<i>parent = None</i>) |
|
64 <p> |
|
65 Constructor |
|
66 </p><dl> |
|
67 <dt><i>parent</i></dt> |
|
68 <dd> |
|
69 reference to the parent widget (QWidget) |
|
70 </dd> |
|
71 </dl><a NAME="PluginRepositoryDialog.__closeAndInstall" ID="PluginRepositoryDialog.__closeAndInstall"></a> |
|
72 <h4>PluginRepositoryDialog.__closeAndInstall</h4> |
|
73 <b>__closeAndInstall</b>(<i></i>) |
|
74 <p> |
|
75 Private slot to handle the closeAndInstall signal. |
|
76 </p><a NAME="PluginRepositoryDialog.getDownloadedPlugins" ID="PluginRepositoryDialog.getDownloadedPlugins"></a> |
|
77 <h4>PluginRepositoryDialog.getDownloadedPlugins</h4> |
|
78 <b>getDownloadedPlugins</b>(<i></i>) |
|
79 <p> |
|
80 Public method to get the list of recently downloaded plugin files. |
|
81 </p><dl> |
|
82 <dt>Returns:</dt> |
|
83 <dd> |
|
84 list of plugin filenames (list of strings) |
|
85 </dd> |
|
86 </dl> |
|
87 <div align="right"><a href="#top">Up</a></div> |
|
88 <hr /><hr /> |
|
89 <a NAME="PluginRepositoryWidget" ID="PluginRepositoryWidget"></a> |
|
90 <h2>PluginRepositoryWidget</h2> |
|
91 <p> |
|
92 Class implementing a dialog showing the available plugins. |
|
93 </p><h4>Signals</h4> |
|
94 <dl> |
|
95 <dt>closeAndInstall</dt> |
|
96 <dd> |
|
97 emitted when the Close & Install button is pressed |
|
98 </dd> |
|
99 </dl> |
|
100 <h3>Derived from</h3> |
|
101 QWidget, Ui_PluginRepositoryDialog |
|
102 <h3>Class Attributes</h3> |
|
103 <table> |
|
104 <tr><td>None</td></tr> |
|
105 </table> |
|
106 <h3>Methods</h3> |
|
107 <table> |
|
108 <tr> |
|
109 <td><a href="#PluginRepositoryWidget.__init__">PluginRepositoryWidget</a></td> |
|
110 <td>Constructor</td> |
|
111 </tr><tr> |
|
112 <td><a href="#PluginRepositoryWidget.__dataReadProgress">__dataReadProgress</a></td> |
|
113 <td>Private slot to show the download progress.</td> |
|
114 </tr><tr> |
|
115 <td><a href="#PluginRepositoryWidget.__downloadCancel">__downloadCancel</a></td> |
|
116 <td>Private slot to cancel the current download.</td> |
|
117 </tr><tr> |
|
118 <td><a href="#PluginRepositoryWidget.__downloadFile">__downloadFile</a></td> |
|
119 <td>Private slot to download the given file.</td> |
|
120 </tr><tr> |
|
121 <td><a href="#PluginRepositoryWidget.__downloadFileDone">__downloadFileDone</a></td> |
|
122 <td>Private method called, after the file has been downloaded from the internet.</td> |
|
123 </tr><tr> |
|
124 <td><a href="#PluginRepositoryWidget.__downloadPlugin">__downloadPlugin</a></td> |
|
125 <td>Private method to download the next plugin.</td> |
|
126 </tr><tr> |
|
127 <td><a href="#PluginRepositoryWidget.__downloadPluginDone">__downloadPluginDone</a></td> |
|
128 <td>Private method called, when the download of a plugin is finished.</td> |
|
129 </tr><tr> |
|
130 <td><a href="#PluginRepositoryWidget.__downloadPlugins">__downloadPlugins</a></td> |
|
131 <td>Private slot to download the selected plugins.</td> |
|
132 </tr><tr> |
|
133 <td><a href="#PluginRepositoryWidget.__downloadPluginsDone">__downloadPluginsDone</a></td> |
|
134 <td>Private method called, when the download of the plugins is finished.</td> |
|
135 </tr><tr> |
|
136 <td><a href="#PluginRepositoryWidget.__downloadRepositoryFileDone">__downloadRepositoryFileDone</a></td> |
|
137 <td>Private method called after the repository file was downloaded.</td> |
|
138 </tr><tr> |
|
139 <td><a href="#PluginRepositoryWidget.__formatDescription">__formatDescription</a></td> |
|
140 <td>Private method to format the description.</td> |
|
141 </tr><tr> |
|
142 <td><a href="#PluginRepositoryWidget.__isUpToDate">__isUpToDate</a></td> |
|
143 <td>Private method to check, if the given archive is up-to-date.</td> |
|
144 </tr><tr> |
|
145 <td><a href="#PluginRepositoryWidget.__populateList">__populateList</a></td> |
|
146 <td>Private method to populate the list of available plugins.</td> |
|
147 </tr><tr> |
|
148 <td><a href="#PluginRepositoryWidget.__proxyAuthenticationRequired">__proxyAuthenticationRequired</a></td> |
|
149 <td>Private slot to handle a proxy authentication request.</td> |
|
150 </tr><tr> |
|
151 <td><a href="#PluginRepositoryWidget.__resortRepositoryList">__resortRepositoryList</a></td> |
|
152 <td>Private method to resort the tree.</td> |
|
153 </tr><tr> |
|
154 <td><a href="#PluginRepositoryWidget.__selectedItems">__selectedItems</a></td> |
|
155 <td>Private method to get all selected items without the toplevel ones.</td> |
|
156 </tr><tr> |
|
157 <td><a href="#PluginRepositoryWidget.__sslErrors">__sslErrors</a></td> |
|
158 <td>Private slot to handle SSL errors.</td> |
|
159 </tr><tr> |
|
160 <td><a href="#PluginRepositoryWidget.__updateList">__updateList</a></td> |
|
161 <td>Private slot to download a new list and display the contents.</td> |
|
162 </tr><tr> |
|
163 <td><a href="#PluginRepositoryWidget.addEntry">addEntry</a></td> |
|
164 <td>Public method to add an entry to the list.</td> |
|
165 </tr><tr> |
|
166 <td><a href="#PluginRepositoryWidget.getDownloadedPlugins">getDownloadedPlugins</a></td> |
|
167 <td>Public method to get the list of recently downloaded plugin files.</td> |
|
168 </tr><tr> |
|
169 <td><a href="#PluginRepositoryWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
170 <td>Private slot to handle the click of a button of the button box.</td> |
|
171 </tr><tr> |
|
172 <td><a href="#PluginRepositoryWidget.on_repositoryList_currentItemChanged">on_repositoryList_currentItemChanged</a></td> |
|
173 <td>Private slot to handle the change of the current item.</td> |
|
174 </tr><tr> |
|
175 <td><a href="#PluginRepositoryWidget.on_repositoryList_itemSelectionChanged">on_repositoryList_itemSelectionChanged</a></td> |
|
176 <td>Private slot to handle a change of the selection.</td> |
|
177 </tr> |
|
178 </table> |
|
179 <a NAME="PluginRepositoryWidget.__init__" ID="PluginRepositoryWidget.__init__"></a> |
|
180 <h4>PluginRepositoryWidget (Constructor)</h4> |
|
181 <b>PluginRepositoryWidget</b>(<i>parent = None</i>) |
|
182 <p> |
|
183 Constructor |
|
184 </p><dl> |
|
185 <dt><i>parent</i></dt> |
|
186 <dd> |
|
187 parent of this dialog (QWidget) |
|
188 </dd> |
|
189 </dl><a NAME="PluginRepositoryWidget.__dataReadProgress" ID="PluginRepositoryWidget.__dataReadProgress"></a> |
|
190 <h4>PluginRepositoryWidget.__dataReadProgress</h4> |
|
191 <b>__dataReadProgress</b>(<i>done, total</i>) |
|
192 <p> |
|
193 Private slot to show the download progress. |
|
194 </p><dl> |
|
195 <dt><i>done</i></dt> |
|
196 <dd> |
|
197 number of bytes downloaded so far (integer) |
|
198 </dd><dt><i>total</i></dt> |
|
199 <dd> |
|
200 total bytes to be downloaded (integer) |
|
201 </dd> |
|
202 </dl><a NAME="PluginRepositoryWidget.__downloadCancel" ID="PluginRepositoryWidget.__downloadCancel"></a> |
|
203 <h4>PluginRepositoryWidget.__downloadCancel</h4> |
|
204 <b>__downloadCancel</b>(<i></i>) |
|
205 <p> |
|
206 Private slot to cancel the current download. |
|
207 </p><a NAME="PluginRepositoryWidget.__downloadFile" ID="PluginRepositoryWidget.__downloadFile"></a> |
|
208 <h4>PluginRepositoryWidget.__downloadFile</h4> |
|
209 <b>__downloadFile</b>(<i>url, filename, doneMethod = None</i>) |
|
210 <p> |
|
211 Private slot to download the given file. |
|
212 </p><dl> |
|
213 <dt><i>url</i></dt> |
|
214 <dd> |
|
215 URL for the download (string) |
|
216 </dd><dt><i>filename</i></dt> |
|
217 <dd> |
|
218 local name of the file (string) |
|
219 </dd><dt><i>doneMethod</i></dt> |
|
220 <dd> |
|
221 method to be called when done |
|
222 </dd> |
|
223 </dl><a NAME="PluginRepositoryWidget.__downloadFileDone" ID="PluginRepositoryWidget.__downloadFileDone"></a> |
|
224 <h4>PluginRepositoryWidget.__downloadFileDone</h4> |
|
225 <b>__downloadFileDone</b>(<i>error</i>) |
|
226 <p> |
|
227 Private method called, after the file has been downloaded |
|
228 from the internet. |
|
229 </p><dl> |
|
230 <dt><i>error</i></dt> |
|
231 <dd> |
|
232 flag indicating an error condition (boolean) |
|
233 </dd> |
|
234 </dl><a NAME="PluginRepositoryWidget.__downloadPlugin" ID="PluginRepositoryWidget.__downloadPlugin"></a> |
|
235 <h4>PluginRepositoryWidget.__downloadPlugin</h4> |
|
236 <b>__downloadPlugin</b>(<i></i>) |
|
237 <p> |
|
238 Private method to download the next plugin. |
|
239 </p><a NAME="PluginRepositoryWidget.__downloadPluginDone" ID="PluginRepositoryWidget.__downloadPluginDone"></a> |
|
240 <h4>PluginRepositoryWidget.__downloadPluginDone</h4> |
|
241 <b>__downloadPluginDone</b>(<i>status, filename</i>) |
|
242 <p> |
|
243 Private method called, when the download of a plugin is finished. |
|
244 </p><dl> |
|
245 <dt><i>status</i></dt> |
|
246 <dd> |
|
247 flaging indicating a successful download (boolean) |
|
248 </dd><dt><i>filename</i></dt> |
|
249 <dd> |
|
250 full path of the downloaded file (string) |
|
251 </dd> |
|
252 </dl><a NAME="PluginRepositoryWidget.__downloadPlugins" ID="PluginRepositoryWidget.__downloadPlugins"></a> |
|
253 <h4>PluginRepositoryWidget.__downloadPlugins</h4> |
|
254 <b>__downloadPlugins</b>(<i></i>) |
|
255 <p> |
|
256 Private slot to download the selected plugins. |
|
257 </p><a NAME="PluginRepositoryWidget.__downloadPluginsDone" ID="PluginRepositoryWidget.__downloadPluginsDone"></a> |
|
258 <h4>PluginRepositoryWidget.__downloadPluginsDone</h4> |
|
259 <b>__downloadPluginsDone</b>(<i></i>) |
|
260 <p> |
|
261 Private method called, when the download of the plugins is finished. |
|
262 </p><a NAME="PluginRepositoryWidget.__downloadRepositoryFileDone" ID="PluginRepositoryWidget.__downloadRepositoryFileDone"></a> |
|
263 <h4>PluginRepositoryWidget.__downloadRepositoryFileDone</h4> |
|
264 <b>__downloadRepositoryFileDone</b>(<i>status, filename</i>) |
|
265 <p> |
|
266 Private method called after the repository file was downloaded. |
|
267 </p><dl> |
|
268 <dt><i>status</i></dt> |
|
269 <dd> |
|
270 flaging indicating a successful download (boolean) |
|
271 </dd><dt><i>filename</i></dt> |
|
272 <dd> |
|
273 full path of the downloaded file (string) |
|
274 </dd> |
|
275 </dl><a NAME="PluginRepositoryWidget.__formatDescription" ID="PluginRepositoryWidget.__formatDescription"></a> |
|
276 <h4>PluginRepositoryWidget.__formatDescription</h4> |
|
277 <b>__formatDescription</b>(<i>lines</i>) |
|
278 <p> |
|
279 Private method to format the description. |
|
280 </p><dl> |
|
281 <dt><i>lines</i></dt> |
|
282 <dd> |
|
283 lines of the description (list of strings) |
|
284 </dd> |
|
285 </dl><dl> |
|
286 <dt>Returns:</dt> |
|
287 <dd> |
|
288 formatted description (string) |
|
289 </dd> |
|
290 </dl><a NAME="PluginRepositoryWidget.__isUpToDate" ID="PluginRepositoryWidget.__isUpToDate"></a> |
|
291 <h4>PluginRepositoryWidget.__isUpToDate</h4> |
|
292 <b>__isUpToDate</b>(<i>filename, version</i>) |
|
293 <p> |
|
294 Private method to check, if the given archive is up-to-date. |
|
295 </p><dl> |
|
296 <dt><i>filename</i></dt> |
|
297 <dd> |
|
298 data for the filename field (string) |
|
299 </dd><dt><i>version</i></dt> |
|
300 <dd> |
|
301 data for the version field (string) |
|
302 </dd> |
|
303 </dl><dl> |
|
304 <dt>Returns:</dt> |
|
305 <dd> |
|
306 flag indicating up-to-date (boolean) |
|
307 </dd> |
|
308 </dl><a NAME="PluginRepositoryWidget.__populateList" ID="PluginRepositoryWidget.__populateList"></a> |
|
309 <h4>PluginRepositoryWidget.__populateList</h4> |
|
310 <b>__populateList</b>(<i></i>) |
|
311 <p> |
|
312 Private method to populate the list of available plugins. |
|
313 </p><a NAME="PluginRepositoryWidget.__proxyAuthenticationRequired" ID="PluginRepositoryWidget.__proxyAuthenticationRequired"></a> |
|
314 <h4>PluginRepositoryWidget.__proxyAuthenticationRequired</h4> |
|
315 <b>__proxyAuthenticationRequired</b>(<i>proxy, auth</i>) |
|
316 <p> |
|
317 Private slot to handle a proxy authentication request. |
|
318 </p><dl> |
|
319 <dt><i>proxy</i></dt> |
|
320 <dd> |
|
321 reference to the proxy object (QNetworkProxy) |
|
322 </dd><dt><i>auth</i></dt> |
|
323 <dd> |
|
324 reference to the authenticator object (QAuthenticator) |
|
325 </dd> |
|
326 </dl><a NAME="PluginRepositoryWidget.__resortRepositoryList" ID="PluginRepositoryWidget.__resortRepositoryList"></a> |
|
327 <h4>PluginRepositoryWidget.__resortRepositoryList</h4> |
|
328 <b>__resortRepositoryList</b>(<i></i>) |
|
329 <p> |
|
330 Private method to resort the tree. |
|
331 </p><a NAME="PluginRepositoryWidget.__selectedItems" ID="PluginRepositoryWidget.__selectedItems"></a> |
|
332 <h4>PluginRepositoryWidget.__selectedItems</h4> |
|
333 <b>__selectedItems</b>(<i></i>) |
|
334 <p> |
|
335 Private method to get all selected items without the toplevel ones. |
|
336 </p><dl> |
|
337 <dt>Returns:</dt> |
|
338 <dd> |
|
339 list of selected items (list) |
|
340 </dd> |
|
341 </dl><a NAME="PluginRepositoryWidget.__sslErrors" ID="PluginRepositoryWidget.__sslErrors"></a> |
|
342 <h4>PluginRepositoryWidget.__sslErrors</h4> |
|
343 <b>__sslErrors</b>(<i>sslErrors</i>) |
|
344 <p> |
|
345 Private slot to handle SSL errors. |
|
346 </p><dl> |
|
347 <dt><i>sslErrors</i></dt> |
|
348 <dd> |
|
349 list of SSL errors (list of QSslError) |
|
350 </dd> |
|
351 </dl><a NAME="PluginRepositoryWidget.__updateList" ID="PluginRepositoryWidget.__updateList"></a> |
|
352 <h4>PluginRepositoryWidget.__updateList</h4> |
|
353 <b>__updateList</b>(<i></i>) |
|
354 <p> |
|
355 Private slot to download a new list and display the contents. |
|
356 </p><a NAME="PluginRepositoryWidget.addEntry" ID="PluginRepositoryWidget.addEntry"></a> |
|
357 <h4>PluginRepositoryWidget.addEntry</h4> |
|
358 <b>addEntry</b>(<i>name, short, description, url, author, version, filename, status</i>) |
|
359 <p> |
|
360 Public method to add an entry to the list. |
|
361 </p><dl> |
|
362 <dt><i>name</i></dt> |
|
363 <dd> |
|
364 data for the name field (string) |
|
365 </dd><dt><i>short</i></dt> |
|
366 <dd> |
|
367 data for the short field (string) |
|
368 </dd><dt><i>description</i></dt> |
|
369 <dd> |
|
370 data for the description field (list of strings) |
|
371 </dd><dt><i>url</i></dt> |
|
372 <dd> |
|
373 data for the url field (string) |
|
374 </dd><dt><i>author</i></dt> |
|
375 <dd> |
|
376 data for the author field (string) |
|
377 </dd><dt><i>version</i></dt> |
|
378 <dd> |
|
379 data for the version field (string) |
|
380 </dd><dt><i>filename</i></dt> |
|
381 <dd> |
|
382 data for the filename field (string) |
|
383 </dd><dt><i>status</i></dt> |
|
384 <dd> |
|
385 status of the plugin (string [stable, unstable, unknown]) |
|
386 </dd> |
|
387 </dl><a NAME="PluginRepositoryWidget.getDownloadedPlugins" ID="PluginRepositoryWidget.getDownloadedPlugins"></a> |
|
388 <h4>PluginRepositoryWidget.getDownloadedPlugins</h4> |
|
389 <b>getDownloadedPlugins</b>(<i></i>) |
|
390 <p> |
|
391 Public method to get the list of recently downloaded plugin files. |
|
392 </p><dl> |
|
393 <dt>Returns:</dt> |
|
394 <dd> |
|
395 list of plugin filenames (list of strings) |
|
396 </dd> |
|
397 </dl><a NAME="PluginRepositoryWidget.on_buttonBox_clicked" ID="PluginRepositoryWidget.on_buttonBox_clicked"></a> |
|
398 <h4>PluginRepositoryWidget.on_buttonBox_clicked</h4> |
|
399 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
400 <p> |
|
401 Private slot to handle the click of a button of the button box. |
|
402 </p><a NAME="PluginRepositoryWidget.on_repositoryList_currentItemChanged" ID="PluginRepositoryWidget.on_repositoryList_currentItemChanged"></a> |
|
403 <h4>PluginRepositoryWidget.on_repositoryList_currentItemChanged</h4> |
|
404 <b>on_repositoryList_currentItemChanged</b>(<i>current, previous</i>) |
|
405 <p> |
|
406 Private slot to handle the change of the current item. |
|
407 </p><dl> |
|
408 <dt><i>current</i></dt> |
|
409 <dd> |
|
410 reference to the new current item (QTreeWidgetItem) |
|
411 </dd><dt><i>previous</i></dt> |
|
412 <dd> |
|
413 reference to the old current item (QTreeWidgetItem) |
|
414 </dd> |
|
415 </dl><a NAME="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" ID="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged"></a> |
|
416 <h4>PluginRepositoryWidget.on_repositoryList_itemSelectionChanged</h4> |
|
417 <b>on_repositoryList_itemSelectionChanged</b>(<i></i>) |
|
418 <p> |
|
419 Private slot to handle a change of the selection. |
|
420 </p> |
|
421 <div align="right"><a href="#top">Up</a></div> |
|
422 <hr /><hr /> |
|
423 <a NAME="PluginRepositoryWindow" ID="PluginRepositoryWindow"></a> |
|
424 <h2>PluginRepositoryWindow</h2> |
|
425 <p> |
|
426 Main window class for the standalone dialog. |
|
427 </p> |
|
428 <h3>Derived from</h3> |
|
429 QMainWindow |
|
430 <h3>Class Attributes</h3> |
|
431 <table> |
|
432 <tr><td>None</td></tr> |
|
433 </table> |
|
434 <h3>Methods</h3> |
|
435 <table> |
|
436 <tr> |
|
437 <td><a href="#PluginRepositoryWindow.__init__">PluginRepositoryWindow</a></td> |
|
438 <td>Constructor</td> |
|
439 </tr><tr> |
|
440 <td><a href="#PluginRepositoryWindow.__startPluginInstall">__startPluginInstall</a></td> |
|
441 <td>Private slot to start the eric5 plugin installation dialog.</td> |
|
442 </tr> |
|
443 </table> |
|
444 <a NAME="PluginRepositoryWindow.__init__" ID="PluginRepositoryWindow.__init__"></a> |
|
445 <h4>PluginRepositoryWindow (Constructor)</h4> |
|
446 <b>PluginRepositoryWindow</b>(<i>parent = None</i>) |
|
447 <p> |
|
448 Constructor |
|
449 </p><dl> |
|
450 <dt><i>parent</i></dt> |
|
451 <dd> |
|
452 reference to the parent widget (QWidget) |
|
453 </dd> |
|
454 </dl><a NAME="PluginRepositoryWindow.__startPluginInstall" ID="PluginRepositoryWindow.__startPluginInstall"></a> |
|
455 <h4>PluginRepositoryWindow.__startPluginInstall</h4> |
|
456 <b>__startPluginInstall</b>(<i></i>) |
|
457 <p> |
|
458 Private slot to start the eric5 plugin installation dialog. |
|
459 </p> |
|
460 <div align="right"><a href="#top">Up</a></div> |
|
461 <hr /> |
|
462 </body></html> |