|
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.PluginUninstallDialog</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.PluginUninstallDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog for plugin deinstallation. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#PluginUninstallDialog">PluginUninstallDialog</a></td> |
|
23 <td>Class for the dialog variant.</td> |
|
24 </tr><tr> |
|
25 <td><a href="#PluginUninstallWidget">PluginUninstallWidget</a></td> |
|
26 <td>Class implementing a dialog for plugin deinstallation.</td> |
|
27 </tr><tr> |
|
28 <td><a href="#PluginUninstallWindow">PluginUninstallWindow</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="PluginUninstallDialog" ID="PluginUninstallDialog"></a> |
|
38 <h2>PluginUninstallDialog</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="#PluginUninstallDialog.__init__">PluginUninstallDialog</a></td> |
|
52 <td>Constructor</td> |
|
53 </tr> |
|
54 </table> |
|
55 <a NAME="PluginUninstallDialog.__init__" ID="PluginUninstallDialog.__init__"></a> |
|
56 <h4>PluginUninstallDialog (Constructor)</h4> |
|
57 <b>PluginUninstallDialog</b>(<i>pluginManager, parent = None</i>) |
|
58 <p> |
|
59 Constructor |
|
60 </p><dl> |
|
61 <dt><i>pluginManager</i></dt> |
|
62 <dd> |
|
63 reference to the plugin manager object |
|
64 </dd><dt><i>parent</i></dt> |
|
65 <dd> |
|
66 reference to the parent widget (QWidget) |
|
67 </dd> |
|
68 </dl> |
|
69 <div align="right"><a href="#top">Up</a></div> |
|
70 <hr /><hr /> |
|
71 <a NAME="PluginUninstallWidget" ID="PluginUninstallWidget"></a> |
|
72 <h2>PluginUninstallWidget</h2> |
|
73 <p> |
|
74 Class implementing a dialog for plugin deinstallation. |
|
75 </p> |
|
76 <h3>Derived from</h3> |
|
77 QWidget, Ui_PluginUninstallDialog |
|
78 <h3>Class Attributes</h3> |
|
79 <table> |
|
80 <tr><td>None</td></tr> |
|
81 </table> |
|
82 <h3>Methods</h3> |
|
83 <table> |
|
84 <tr> |
|
85 <td><a href="#PluginUninstallWidget.__init__">PluginUninstallWidget</a></td> |
|
86 <td>Constructor</td> |
|
87 </tr><tr> |
|
88 <td><a href="#PluginUninstallWidget.__uninstallPlugin">__uninstallPlugin</a></td> |
|
89 <td>Private slot to uninstall the selected plugin.</td> |
|
90 </tr><tr> |
|
91 <td><a href="#PluginUninstallWidget.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
|
92 <td>Private slot to handle the accepted signal of the button box.</td> |
|
93 </tr><tr> |
|
94 <td><a href="#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged">on_pluginDirectoryCombo_currentIndexChanged</a></td> |
|
95 <td>Private slot to populate the plugin name combo upon a change of the plugin area.</td> |
|
96 </tr> |
|
97 </table> |
|
98 <a NAME="PluginUninstallWidget.__init__" ID="PluginUninstallWidget.__init__"></a> |
|
99 <h4>PluginUninstallWidget (Constructor)</h4> |
|
100 <b>PluginUninstallWidget</b>(<i>pluginManager, parent = None</i>) |
|
101 <p> |
|
102 Constructor |
|
103 </p><dl> |
|
104 <dt><i>pluginManager</i></dt> |
|
105 <dd> |
|
106 reference to the plugin manager object |
|
107 </dd><dt><i>parent</i></dt> |
|
108 <dd> |
|
109 parent of this dialog (QWidget) |
|
110 </dd> |
|
111 </dl><a NAME="PluginUninstallWidget.__uninstallPlugin" ID="PluginUninstallWidget.__uninstallPlugin"></a> |
|
112 <h4>PluginUninstallWidget.__uninstallPlugin</h4> |
|
113 <b>__uninstallPlugin</b>(<i></i>) |
|
114 <p> |
|
115 Private slot to uninstall the selected plugin. |
|
116 </p><dl> |
|
117 <dt>Returns:</dt> |
|
118 <dd> |
|
119 flag indicating success (boolean) |
|
120 </dd> |
|
121 </dl><a NAME="PluginUninstallWidget.on_buttonBox_accepted" ID="PluginUninstallWidget.on_buttonBox_accepted"></a> |
|
122 <h4>PluginUninstallWidget.on_buttonBox_accepted</h4> |
|
123 <b>on_buttonBox_accepted</b>(<i></i>) |
|
124 <p> |
|
125 Private slot to handle the accepted signal of the button box. |
|
126 </p><a NAME="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ID="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged"></a> |
|
127 <h4>PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged</h4> |
|
128 <b>on_pluginDirectoryCombo_currentIndexChanged</b>(<i>index</i>) |
|
129 <p> |
|
130 Private slot to populate the plugin name combo upon a change of the |
|
131 plugin area. |
|
132 </p><dl> |
|
133 <dt><i>index</i></dt> |
|
134 <dd> |
|
135 index of the selected item (integer) |
|
136 </dd> |
|
137 </dl> |
|
138 <div align="right"><a href="#top">Up</a></div> |
|
139 <hr /><hr /> |
|
140 <a NAME="PluginUninstallWindow" ID="PluginUninstallWindow"></a> |
|
141 <h2>PluginUninstallWindow</h2> |
|
142 <p> |
|
143 Main window class for the standalone dialog. |
|
144 </p> |
|
145 <h3>Derived from</h3> |
|
146 QMainWindow |
|
147 <h3>Class Attributes</h3> |
|
148 <table> |
|
149 <tr><td>None</td></tr> |
|
150 </table> |
|
151 <h3>Methods</h3> |
|
152 <table> |
|
153 <tr> |
|
154 <td><a href="#PluginUninstallWindow.__init__">PluginUninstallWindow</a></td> |
|
155 <td>Constructor</td> |
|
156 </tr> |
|
157 </table> |
|
158 <a NAME="PluginUninstallWindow.__init__" ID="PluginUninstallWindow.__init__"></a> |
|
159 <h4>PluginUninstallWindow (Constructor)</h4> |
|
160 <b>PluginUninstallWindow</b>(<i>parent = None</i>) |
|
161 <p> |
|
162 Constructor |
|
163 </p><dl> |
|
164 <dt><i>parent</i></dt> |
|
165 <dd> |
|
166 reference to the parent widget (QWidget) |
|
167 </dd> |
|
168 </dl> |
|
169 <div align="right"><a href="#top">Up</a></div> |
|
170 <hr /> |
|
171 </body></html> |