|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.PluginManager.PluginUninstallDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.PluginManager.PluginUninstallDialog</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing a dialog for plugin deinstallation. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#PluginUninstallDialog">PluginUninstallDialog</a></td> |
|
39 <td>Class for the dialog variant.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="#PluginUninstallWidget">PluginUninstallWidget</a></td> |
|
43 <td>Class implementing a dialog for plugin deinstallation.</td> |
|
44 </tr> |
|
45 <tr> |
|
46 <td><a href="#PluginUninstallWindow">PluginUninstallWindow</a></td> |
|
47 <td>Main window class for the standalone dialog.</td> |
|
48 </tr> |
|
49 </table> |
|
50 <h3>Functions</h3> |
|
51 |
|
52 <table> |
|
53 <tr><td>None</td></tr> |
|
54 </table> |
|
55 <hr /> |
|
56 <hr /> |
|
57 <a NAME="PluginUninstallDialog" ID="PluginUninstallDialog"></a> |
|
58 <h2>PluginUninstallDialog</h2> |
|
59 |
|
60 <p> |
|
61 Class for the dialog variant. |
|
62 </p> |
|
63 <h3>Derived from</h3> |
|
64 QDialog |
|
65 <h3>Class Attributes</h3> |
|
66 |
|
67 <table> |
|
68 <tr><td>None</td></tr> |
|
69 </table> |
|
70 <h3>Class Methods</h3> |
|
71 |
|
72 <table> |
|
73 <tr><td>None</td></tr> |
|
74 </table> |
|
75 <h3>Methods</h3> |
|
76 |
|
77 <table> |
|
78 |
|
79 <tr> |
|
80 <td><a href="#PluginUninstallDialog.__init__">PluginUninstallDialog</a></td> |
|
81 <td>Constructor</td> |
|
82 </tr> |
|
83 </table> |
|
84 <h3>Static Methods</h3> |
|
85 |
|
86 <table> |
|
87 <tr><td>None</td></tr> |
|
88 </table> |
|
89 |
|
90 <a NAME="PluginUninstallDialog.__init__" ID="PluginUninstallDialog.__init__"></a> |
|
91 <h4>PluginUninstallDialog (Constructor)</h4> |
|
92 <b>PluginUninstallDialog</b>(<i>pluginManager, parent=None</i>) |
|
93 |
|
94 <p> |
|
95 Constructor |
|
96 </p> |
|
97 <dl> |
|
98 |
|
99 <dt><i>pluginManager</i></dt> |
|
100 <dd> |
|
101 reference to the plugin manager object |
|
102 </dd> |
|
103 <dt><i>parent</i></dt> |
|
104 <dd> |
|
105 reference to the parent widget (QWidget) |
|
106 </dd> |
|
107 </dl> |
|
108 <div align="right"><a href="#top">Up</a></div> |
|
109 <hr /> |
|
110 <hr /> |
|
111 <a NAME="PluginUninstallWidget" ID="PluginUninstallWidget"></a> |
|
112 <h2>PluginUninstallWidget</h2> |
|
113 |
|
114 <p> |
|
115 Class implementing a dialog for plugin deinstallation. |
|
116 </p> |
|
117 <h3>Signals</h3> |
|
118 <dl> |
|
119 |
|
120 <dt>accepted()</dt> |
|
121 <dd> |
|
122 emitted to indicate the removal of a plug-in |
|
123 </dd> |
|
124 </dl> |
|
125 <h3>Derived from</h3> |
|
126 QWidget, Ui_PluginUninstallDialog |
|
127 <h3>Class Attributes</h3> |
|
128 |
|
129 <table> |
|
130 <tr><td>None</td></tr> |
|
131 </table> |
|
132 <h3>Class Methods</h3> |
|
133 |
|
134 <table> |
|
135 <tr><td>None</td></tr> |
|
136 </table> |
|
137 <h3>Methods</h3> |
|
138 |
|
139 <table> |
|
140 |
|
141 <tr> |
|
142 <td><a href="#PluginUninstallWidget.__init__">PluginUninstallWidget</a></td> |
|
143 <td>Constructor</td> |
|
144 </tr> |
|
145 <tr> |
|
146 <td><a href="#PluginUninstallWidget.__uninstallPlugin">__uninstallPlugin</a></td> |
|
147 <td>Private slot to uninstall the selected plugin.</td> |
|
148 </tr> |
|
149 <tr> |
|
150 <td><a href="#PluginUninstallWidget.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
|
151 <td>Private slot to handle the accepted signal of the button box.</td> |
|
152 </tr> |
|
153 <tr> |
|
154 <td><a href="#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged">on_pluginDirectoryCombo_currentIndexChanged</a></td> |
|
155 <td>Private slot to populate the plugin name combo upon a change of the plugin area.</td> |
|
156 </tr> |
|
157 </table> |
|
158 <h3>Static Methods</h3> |
|
159 |
|
160 <table> |
|
161 <tr><td>None</td></tr> |
|
162 </table> |
|
163 |
|
164 <a NAME="PluginUninstallWidget.__init__" ID="PluginUninstallWidget.__init__"></a> |
|
165 <h4>PluginUninstallWidget (Constructor)</h4> |
|
166 <b>PluginUninstallWidget</b>(<i>pluginManager, parent=None</i>) |
|
167 |
|
168 <p> |
|
169 Constructor |
|
170 </p> |
|
171 <dl> |
|
172 |
|
173 <dt><i>pluginManager</i></dt> |
|
174 <dd> |
|
175 reference to the plugin manager object |
|
176 </dd> |
|
177 <dt><i>parent</i></dt> |
|
178 <dd> |
|
179 parent of this dialog (QWidget) |
|
180 </dd> |
|
181 </dl> |
|
182 <a NAME="PluginUninstallWidget.__uninstallPlugin" ID="PluginUninstallWidget.__uninstallPlugin"></a> |
|
183 <h4>PluginUninstallWidget.__uninstallPlugin</h4> |
|
184 <b>__uninstallPlugin</b>(<i></i>) |
|
185 |
|
186 <p> |
|
187 Private slot to uninstall the selected plugin. |
|
188 </p> |
|
189 <dl> |
|
190 <dt>Return:</dt> |
|
191 <dd> |
|
192 flag indicating success (boolean) |
|
193 </dd> |
|
194 </dl> |
|
195 <a NAME="PluginUninstallWidget.on_buttonBox_accepted" ID="PluginUninstallWidget.on_buttonBox_accepted"></a> |
|
196 <h4>PluginUninstallWidget.on_buttonBox_accepted</h4> |
|
197 <b>on_buttonBox_accepted</b>(<i></i>) |
|
198 |
|
199 <p> |
|
200 Private slot to handle the accepted signal of the button box. |
|
201 </p> |
|
202 <a NAME="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ID="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged"></a> |
|
203 <h4>PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged</h4> |
|
204 <b>on_pluginDirectoryCombo_currentIndexChanged</b>(<i>index</i>) |
|
205 |
|
206 <p> |
|
207 Private slot to populate the plugin name combo upon a change of the |
|
208 plugin area. |
|
209 </p> |
|
210 <dl> |
|
211 |
|
212 <dt><i>index</i></dt> |
|
213 <dd> |
|
214 index of the selected item (integer) |
|
215 </dd> |
|
216 </dl> |
|
217 <div align="right"><a href="#top">Up</a></div> |
|
218 <hr /> |
|
219 <hr /> |
|
220 <a NAME="PluginUninstallWindow" ID="PluginUninstallWindow"></a> |
|
221 <h2>PluginUninstallWindow</h2> |
|
222 |
|
223 <p> |
|
224 Main window class for the standalone dialog. |
|
225 </p> |
|
226 <h3>Derived from</h3> |
|
227 EricMainWindow |
|
228 <h3>Class Attributes</h3> |
|
229 |
|
230 <table> |
|
231 <tr><td>None</td></tr> |
|
232 </table> |
|
233 <h3>Class Methods</h3> |
|
234 |
|
235 <table> |
|
236 <tr><td>None</td></tr> |
|
237 </table> |
|
238 <h3>Methods</h3> |
|
239 |
|
240 <table> |
|
241 |
|
242 <tr> |
|
243 <td><a href="#PluginUninstallWindow.__init__">PluginUninstallWindow</a></td> |
|
244 <td>Constructor</td> |
|
245 </tr> |
|
246 </table> |
|
247 <h3>Static Methods</h3> |
|
248 |
|
249 <table> |
|
250 <tr><td>None</td></tr> |
|
251 </table> |
|
252 |
|
253 <a NAME="PluginUninstallWindow.__init__" ID="PluginUninstallWindow.__init__"></a> |
|
254 <h4>PluginUninstallWindow (Constructor)</h4> |
|
255 <b>PluginUninstallWindow</b>(<i>parent=None</i>) |
|
256 |
|
257 <p> |
|
258 Constructor |
|
259 </p> |
|
260 <dl> |
|
261 |
|
262 <dt><i>parent</i></dt> |
|
263 <dd> |
|
264 reference to the parent widget (QWidget) |
|
265 </dd> |
|
266 </dl> |
|
267 <div align="right"><a href="#top">Up</a></div> |
|
268 <hr /> |
|
269 </body></html> |