|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.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><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.PluginManager.PluginUninstallDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog for plugin deinstallation. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#PluginUninstallDialog">PluginUninstallDialog</a></td> |
|
34 <td>Class for the dialog variant.</td> |
|
35 </tr><tr> |
|
36 <td><a href="#PluginUninstallWidget">PluginUninstallWidget</a></td> |
|
37 <td>Class implementing a dialog for plugin deinstallation.</td> |
|
38 </tr><tr> |
|
39 <td><a href="#PluginUninstallWindow">PluginUninstallWindow</a></td> |
|
40 <td>Main window class for the standalone dialog.</td> |
|
41 </tr> |
|
42 </table> |
|
43 <h3>Functions</h3> |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /><hr /> |
|
48 <a NAME="PluginUninstallDialog" ID="PluginUninstallDialog"></a> |
|
49 <h2>PluginUninstallDialog</h2> |
|
50 <p> |
|
51 Class for the dialog variant. |
|
52 </p> |
|
53 <h3>Derived from</h3> |
|
54 QDialog |
|
55 <h3>Class Attributes</h3> |
|
56 <table> |
|
57 <tr><td>None</td></tr> |
|
58 </table> |
|
59 <h3>Class Methods</h3> |
|
60 <table> |
|
61 <tr><td>None</td></tr> |
|
62 </table> |
|
63 <h3>Methods</h3> |
|
64 <table> |
|
65 <tr> |
|
66 <td><a href="#PluginUninstallDialog.__init__">PluginUninstallDialog</a></td> |
|
67 <td>Constructor</td> |
|
68 </tr> |
|
69 </table> |
|
70 <h3>Static Methods</h3> |
|
71 <table> |
|
72 <tr><td>None</td></tr> |
|
73 </table> |
|
74 <a NAME="PluginUninstallDialog.__init__" ID="PluginUninstallDialog.__init__"></a> |
|
75 <h4>PluginUninstallDialog (Constructor)</h4> |
|
76 <b>PluginUninstallDialog</b>(<i>pluginManager, parent=None</i>) |
|
77 <p> |
|
78 Constructor |
|
79 </p><dl> |
|
80 <dt><i>pluginManager</i></dt> |
|
81 <dd> |
|
82 reference to the plugin manager object |
|
83 </dd><dt><i>parent</i></dt> |
|
84 <dd> |
|
85 reference to the parent widget (QWidget) |
|
86 </dd> |
|
87 </dl> |
|
88 <div align="right"><a href="#top">Up</a></div> |
|
89 <hr /><hr /> |
|
90 <a NAME="PluginUninstallWidget" ID="PluginUninstallWidget"></a> |
|
91 <h2>PluginUninstallWidget</h2> |
|
92 <p> |
|
93 Class implementing a dialog for plugin deinstallation. |
|
94 </p><h3>Signals</h3> |
|
95 <dl> |
|
96 <dt>accepted()</dt> |
|
97 <dd> |
|
98 emitted to indicate the removal of a plug-in |
|
99 </dd> |
|
100 </dl> |
|
101 <h3>Derived from</h3> |
|
102 QWidget, Ui_PluginUninstallDialog |
|
103 <h3>Class Attributes</h3> |
|
104 <table> |
|
105 <tr><td>None</td></tr> |
|
106 </table> |
|
107 <h3>Class Methods</h3> |
|
108 <table> |
|
109 <tr><td>None</td></tr> |
|
110 </table> |
|
111 <h3>Methods</h3> |
|
112 <table> |
|
113 <tr> |
|
114 <td><a href="#PluginUninstallWidget.__init__">PluginUninstallWidget</a></td> |
|
115 <td>Constructor</td> |
|
116 </tr><tr> |
|
117 <td><a href="#PluginUninstallWidget.__uninstallPlugin">__uninstallPlugin</a></td> |
|
118 <td>Private slot to uninstall the selected plugin.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#PluginUninstallWidget.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
|
121 <td>Private slot to handle the accepted signal of the button box.</td> |
|
122 </tr><tr> |
|
123 <td><a href="#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged">on_pluginDirectoryCombo_currentIndexChanged</a></td> |
|
124 <td>Private slot to populate the plugin name combo upon a change of the plugin area.</td> |
|
125 </tr> |
|
126 </table> |
|
127 <h3>Static Methods</h3> |
|
128 <table> |
|
129 <tr><td>None</td></tr> |
|
130 </table> |
|
131 <a NAME="PluginUninstallWidget.__init__" ID="PluginUninstallWidget.__init__"></a> |
|
132 <h4>PluginUninstallWidget (Constructor)</h4> |
|
133 <b>PluginUninstallWidget</b>(<i>pluginManager, parent=None</i>) |
|
134 <p> |
|
135 Constructor |
|
136 </p><dl> |
|
137 <dt><i>pluginManager</i></dt> |
|
138 <dd> |
|
139 reference to the plugin manager object |
|
140 </dd><dt><i>parent</i></dt> |
|
141 <dd> |
|
142 parent of this dialog (QWidget) |
|
143 </dd> |
|
144 </dl><a NAME="PluginUninstallWidget.__uninstallPlugin" ID="PluginUninstallWidget.__uninstallPlugin"></a> |
|
145 <h4>PluginUninstallWidget.__uninstallPlugin</h4> |
|
146 <b>__uninstallPlugin</b>(<i></i>) |
|
147 <p> |
|
148 Private slot to uninstall the selected plugin. |
|
149 </p><dl> |
|
150 <dt>Returns:</dt> |
|
151 <dd> |
|
152 flag indicating success (boolean) |
|
153 </dd> |
|
154 </dl><a NAME="PluginUninstallWidget.on_buttonBox_accepted" ID="PluginUninstallWidget.on_buttonBox_accepted"></a> |
|
155 <h4>PluginUninstallWidget.on_buttonBox_accepted</h4> |
|
156 <b>on_buttonBox_accepted</b>(<i></i>) |
|
157 <p> |
|
158 Private slot to handle the accepted signal of the button box. |
|
159 </p><a NAME="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ID="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged"></a> |
|
160 <h4>PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged</h4> |
|
161 <b>on_pluginDirectoryCombo_currentIndexChanged</b>(<i>index</i>) |
|
162 <p> |
|
163 Private slot to populate the plugin name combo upon a change of the |
|
164 plugin area. |
|
165 </p><dl> |
|
166 <dt><i>index</i></dt> |
|
167 <dd> |
|
168 index of the selected item (integer) |
|
169 </dd> |
|
170 </dl> |
|
171 <div align="right"><a href="#top">Up</a></div> |
|
172 <hr /><hr /> |
|
173 <a NAME="PluginUninstallWindow" ID="PluginUninstallWindow"></a> |
|
174 <h2>PluginUninstallWindow</h2> |
|
175 <p> |
|
176 Main window class for the standalone dialog. |
|
177 </p> |
|
178 <h3>Derived from</h3> |
|
179 E5MainWindow |
|
180 <h3>Class Attributes</h3> |
|
181 <table> |
|
182 <tr><td>None</td></tr> |
|
183 </table> |
|
184 <h3>Class Methods</h3> |
|
185 <table> |
|
186 <tr><td>None</td></tr> |
|
187 </table> |
|
188 <h3>Methods</h3> |
|
189 <table> |
|
190 <tr> |
|
191 <td><a href="#PluginUninstallWindow.__init__">PluginUninstallWindow</a></td> |
|
192 <td>Constructor</td> |
|
193 </tr> |
|
194 </table> |
|
195 <h3>Static Methods</h3> |
|
196 <table> |
|
197 <tr><td>None</td></tr> |
|
198 </table> |
|
199 <a NAME="PluginUninstallWindow.__init__" ID="PluginUninstallWindow.__init__"></a> |
|
200 <h4>PluginUninstallWindow (Constructor)</h4> |
|
201 <b>PluginUninstallWindow</b>(<i>parent=None</i>) |
|
202 <p> |
|
203 Constructor |
|
204 </p><dl> |
|
205 <dt><i>parent</i></dt> |
|
206 <dd> |
|
207 reference to the parent widget (QWidget) |
|
208 </dd> |
|
209 </dl> |
|
210 <div align="right"><a href="#top">Up</a></div> |
|
211 <hr /> |
|
212 </body></html> |