src/eric7/Documentation/Source/eric7.PluginManager.PluginInfoDialog.html

branch
eric7
changeset 10479
856476537696
parent 10428
a071d4065202
child 10690
fab36645aa7d
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.PluginManager.PluginInfoDialog</h1> 9 <h1>eric7.PluginManager.PluginInfoDialog</h1>
10
11 <p> 10 <p>
12 Module implementing the Plugin Info Dialog. 11 Module implementing the Plugin Info Dialog.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#PluginInfoDialog">PluginInfoDialog</a></td> 22 <td><a href="#PluginInfoDialog">PluginInfoDialog</a></td>
25 <td>Class implementing the Plugin Info Dialog.</td> 23 <td>Class implementing the Plugin Info Dialog.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="PluginInfoDialog" ID="PluginInfoDialog"></a> 34 <a NAME="PluginInfoDialog" ID="PluginInfoDialog"></a>
36 <h2>PluginInfoDialog</h2> 35 <h2>PluginInfoDialog</h2>
37
38 <p> 36 <p>
39 Class implementing the Plugin Info Dialog. 37 Class implementing the Plugin Info Dialog.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_PluginInfoDialog 41 QDialog, Ui_PluginInfoDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44
45 <table> 43 <table>
46 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>
47 </table> 45 </table>
46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49
50 <table> 48 <table>
51 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
52 </table> 50 </table>
51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54
55 <table> 53 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#PluginInfoDialog.__init__">PluginInfoDialog</a></td> 55 <td><a href="#PluginInfoDialog.__init__">PluginInfoDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
85 <tr> 82 <tr>
86 <td><a href="#PluginInfoDialog.on_pluginList_itemActivated">on_pluginList_itemActivated</a></td> 83 <td><a href="#PluginInfoDialog.on_pluginList_itemActivated">on_pluginList_itemActivated</a></td>
87 <td>Private slot to show details about a plugin.</td> 84 <td>Private slot to show details about a plugin.</td>
88 </tr> 85 </tr>
89 </table> 86 </table>
87
90 <h3>Static Methods</h3> 88 <h3>Static Methods</h3>
91
92 <table> 89 <table>
93 <tr><td>None</td></tr> 90 <tr><td>None</td></tr>
94 </table> 91 </table>
95 92
93
96 <a NAME="PluginInfoDialog.__init__" ID="PluginInfoDialog.__init__"></a> 94 <a NAME="PluginInfoDialog.__init__" ID="PluginInfoDialog.__init__"></a>
97 <h4>PluginInfoDialog (Constructor)</h4> 95 <h4>PluginInfoDialog (Constructor)</h4>
98 <b>PluginInfoDialog</b>(<i>pluginManager, parent=None</i>) 96 <b>PluginInfoDialog</b>(<i>pluginManager, parent=None</i>)
99
100 <p> 97 <p>
101 Constructor 98 Constructor
102 </p> 99 </p>
100
103 <dl> 101 <dl>
104 102
105 <dt><i>pluginManager</i> (PluginManager)</dt> 103 <dt><i>pluginManager</i> (PluginManager)</dt>
106 <dd> 104 <dd>
107 reference to the plugin manager object 105 reference to the plugin manager object
112 </dd> 110 </dd>
113 </dl> 111 </dl>
114 <a NAME="PluginInfoDialog.__activatePlugin" ID="PluginInfoDialog.__activatePlugin"></a> 112 <a NAME="PluginInfoDialog.__activatePlugin" ID="PluginInfoDialog.__activatePlugin"></a>
115 <h4>PluginInfoDialog.__activatePlugin</h4> 113 <h4>PluginInfoDialog.__activatePlugin</h4>
116 <b>__activatePlugin</b>(<i></i>) 114 <b>__activatePlugin</b>(<i></i>)
117
118 <p> 115 <p>
119 Private slot to handle the "Deactivate" context menu action. 116 Private slot to handle the "Deactivate" context menu action.
120 </p> 117 </p>
118
121 <a NAME="PluginInfoDialog.__createEntry" ID="PluginInfoDialog.__createEntry"></a> 119 <a NAME="PluginInfoDialog.__createEntry" ID="PluginInfoDialog.__createEntry"></a>
122 <h4>PluginInfoDialog.__createEntry</h4> 120 <h4>PluginInfoDialog.__createEntry</h4>
123 <b>__createEntry</b>(<i>info</i>) 121 <b>__createEntry</b>(<i>info</i>)
124
125 <p> 122 <p>
126 Private method to create a list entry based on the provided info. 123 Private method to create a list entry based on the provided info.
127 </p> 124 </p>
125
128 <dl> 126 <dl>
129 127
130 <dt><i>info</i> (dict)</dt> 128 <dt><i>info</i> (dict)</dt>
131 <dd> 129 <dd>
132 dictionary giving the info for the entry (as returned by 130 dictionary giving the info for the entry (as returned by
134 </dd> 132 </dd>
135 </dl> 133 </dl>
136 <a NAME="PluginInfoDialog.__deactivatePlugin" ID="PluginInfoDialog.__deactivatePlugin"></a> 134 <a NAME="PluginInfoDialog.__deactivatePlugin" ID="PluginInfoDialog.__deactivatePlugin"></a>
137 <h4>PluginInfoDialog.__deactivatePlugin</h4> 135 <h4>PluginInfoDialog.__deactivatePlugin</h4>
138 <b>__deactivatePlugin</b>(<i></i>) 136 <b>__deactivatePlugin</b>(<i></i>)
139
140 <p> 137 <p>
141 Private slot to handle the "Activate" context menu action. 138 Private slot to handle the "Activate" context menu action.
142 </p> 139 </p>
140
143 <a NAME="PluginInfoDialog.__populateList" ID="PluginInfoDialog.__populateList"></a> 141 <a NAME="PluginInfoDialog.__populateList" ID="PluginInfoDialog.__populateList"></a>
144 <h4>PluginInfoDialog.__populateList</h4> 142 <h4>PluginInfoDialog.__populateList</h4>
145 <b>__populateList</b>(<i></i>) 143 <b>__populateList</b>(<i></i>)
146
147 <p> 144 <p>
148 Private method to (re)populate the list of plugins. 145 Private method to (re)populate the list of plugins.
149 </p> 146 </p>
147
150 <a NAME="PluginInfoDialog.__showContextMenu" ID="PluginInfoDialog.__showContextMenu"></a> 148 <a NAME="PluginInfoDialog.__showContextMenu" ID="PluginInfoDialog.__showContextMenu"></a>
151 <h4>PluginInfoDialog.__showContextMenu</h4> 149 <h4>PluginInfoDialog.__showContextMenu</h4>
152 <b>__showContextMenu</b>(<i>coord</i>) 150 <b>__showContextMenu</b>(<i>coord</i>)
153
154 <p> 151 <p>
155 Private slot to show the context menu of the listview. 152 Private slot to show the context menu of the listview.
156 </p> 153 </p>
154
157 <dl> 155 <dl>
158 156
159 <dt><i>coord</i> (QPoint)</dt> 157 <dt><i>coord</i> (QPoint)</dt>
160 <dd> 158 <dd>
161 the position of the mouse pointer 159 the position of the mouse pointer
162 </dd> 160 </dd>
163 </dl> 161 </dl>
164 <a NAME="PluginInfoDialog.__showDetails" ID="PluginInfoDialog.__showDetails"></a> 162 <a NAME="PluginInfoDialog.__showDetails" ID="PluginInfoDialog.__showDetails"></a>
165 <h4>PluginInfoDialog.__showDetails</h4> 163 <h4>PluginInfoDialog.__showDetails</h4>
166 <b>__showDetails</b>(<i></i>) 164 <b>__showDetails</b>(<i></i>)
167
168 <p> 165 <p>
169 Private slot to handle the "Show details" context menu action. 166 Private slot to handle the "Show details" context menu action.
170 </p> 167 </p>
168
171 <a NAME="PluginInfoDialog.on_pluginList_itemActivated" ID="PluginInfoDialog.on_pluginList_itemActivated"></a> 169 <a NAME="PluginInfoDialog.on_pluginList_itemActivated" ID="PluginInfoDialog.on_pluginList_itemActivated"></a>
172 <h4>PluginInfoDialog.on_pluginList_itemActivated</h4> 170 <h4>PluginInfoDialog.on_pluginList_itemActivated</h4>
173 <b>on_pluginList_itemActivated</b>(<i>item, column</i>) 171 <b>on_pluginList_itemActivated</b>(<i>item, column</i>)
174
175 <p> 172 <p>
176 Private slot to show details about a plugin. 173 Private slot to show details about a plugin.
177 </p> 174 </p>
175
178 <dl> 176 <dl>
179 177
180 <dt><i>item</i> (QTreeWidgetItem)</dt> 178 <dt><i>item</i> (QTreeWidgetItem)</dt>
181 <dd> 179 <dd>
182 reference to the selected item 180 reference to the selected item

eric ide

mercurial