53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#PluginInfoDialog.__init__">PluginInfoDialog</a></td> |
57 <td><a href="#PluginInfoDialog.__init__">PluginInfoDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#PluginInfoDialog.__activatePlugin">__activatePlugin</a></td> |
60 <td><a href="#PluginInfoDialog.__activatePlugin">__activatePlugin</a></td> |
61 <td>Private slot to handle the "Deactivate" context menu action.</td> |
61 <td>Private slot to handle the "Deactivate" context menu action.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#PluginInfoDialog.__createEntry">__createEntry</a></td> |
63 <td><a href="#PluginInfoDialog.__createEntry">__createEntry</a></td> |
64 <td>Private method to create a list entry based on the provided info.</td> |
64 <td>Private method to create a list entry based on the provided info.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#PluginInfoDialog.__deactivatePlugin">__deactivatePlugin</a></td> |
66 <td><a href="#PluginInfoDialog.__deactivatePlugin">__deactivatePlugin</a></td> |
67 <td>Private slot to handle the "Activate" context menu action.</td> |
67 <td>Private slot to handle the "Activate" context menu action.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#PluginInfoDialog.__populateList">__populateList</a></td> |
69 <td><a href="#PluginInfoDialog.__populateList">__populateList</a></td> |
70 <td>Private method to (re)populate the list of plugins.</td> |
70 <td>Private method to (re)populate the list of plugins.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#PluginInfoDialog.__showContextMenu">__showContextMenu</a></td> |
72 <td><a href="#PluginInfoDialog.__showContextMenu">__showContextMenu</a></td> |
73 <td>Private slot to show the context menu of the listview.</td> |
73 <td>Private slot to show the context menu of the listview.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#PluginInfoDialog.__showDetails">__showDetails</a></td> |
75 <td><a href="#PluginInfoDialog.__showDetails">__showDetails</a></td> |
76 <td>Private slot to handle the "Show details" context menu action.</td> |
76 <td>Private slot to handle the "Show details" context menu action.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#PluginInfoDialog.on_pluginList_itemActivated">on_pluginList_itemActivated</a></td> |
78 <td><a href="#PluginInfoDialog.on_pluginList_itemActivated">on_pluginList_itemActivated</a></td> |
79 <td>Private slot to show details about a plugin.</td> |
79 <td>Private slot to show details about a plugin.</td> |
80 </tr> |
80 </tr> |
81 </table> |
81 </table> |
82 <a NAME="PluginInfoDialog.__init__" ID="PluginInfoDialog.__init__"></a> |
82 <a NAME="PluginInfoDialog.__init__" ID="PluginInfoDialog.__init__"></a> |
83 <h4>PluginInfoDialog (Constructor)</h4> |
83 <h4>PluginInfoDialog (Constructor)</h4> |
84 <b>PluginInfoDialog</b>(<i>pluginManager, parent = None</i>) |
84 <b>PluginInfoDialog</b>(<i>pluginManager, parent = None</i>) |
85 <p> |
85 <p> |
86 Constructor |
86 Constructor |
87 </p><dl> |
87 </p><dl> |
88 <dt><i>pluginManager</i></dt> |
88 <dt><i>pluginManager</i></dt> |
89 <dd> |
89 <dd> |
90 reference to the plugin manager object |
90 reference to the plugin manager object |
91 </dd><dt><i>parent</i></dt> |
91 </dd><dt><i>parent</i></dt> |
92 <dd> |
92 <dd> |
93 parent of this dialog (QWidget) |
93 parent of this dialog (QWidget) |
94 </dd> |
94 </dd> |
95 </dl><a NAME="PluginInfoDialog.__activatePlugin" ID="PluginInfoDialog.__activatePlugin"></a> |
95 </dl><a NAME="PluginInfoDialog.__activatePlugin" ID="PluginInfoDialog.__activatePlugin"></a> |
96 <h4>PluginInfoDialog.__activatePlugin</h4> |
96 <h4>PluginInfoDialog.__activatePlugin</h4> |
97 <b>__activatePlugin</b>(<i></i>) |
97 <b>__activatePlugin</b>(<i></i>) |
98 <p> |
98 <p> |
99 Private slot to handle the "Deactivate" context menu action. |
99 Private slot to handle the "Deactivate" context menu action. |
100 </p><a NAME="PluginInfoDialog.__createEntry" ID="PluginInfoDialog.__createEntry"></a> |
100 </p><a NAME="PluginInfoDialog.__createEntry" ID="PluginInfoDialog.__createEntry"></a> |
101 <h4>PluginInfoDialog.__createEntry</h4> |
101 <h4>PluginInfoDialog.__createEntry</h4> |
102 <b>__createEntry</b>(<i>info</i>) |
102 <b>__createEntry</b>(<i>info</i>) |
103 <p> |
103 <p> |
104 Private method to create a list entry based on the provided info. |
104 Private method to create a list entry based on the provided info. |
105 </p><dl> |
105 </p><dl> |
106 <dt><i>info</i></dt> |
106 <dt><i>info</i></dt> |
107 <dd> |
107 <dd> |
108 tuple giving the info for the entry |
108 tuple giving the info for the entry |
109 </dd> |
109 </dd> |
110 </dl><a NAME="PluginInfoDialog.__deactivatePlugin" ID="PluginInfoDialog.__deactivatePlugin"></a> |
110 </dl><a NAME="PluginInfoDialog.__deactivatePlugin" ID="PluginInfoDialog.__deactivatePlugin"></a> |
111 <h4>PluginInfoDialog.__deactivatePlugin</h4> |
111 <h4>PluginInfoDialog.__deactivatePlugin</h4> |
112 <b>__deactivatePlugin</b>(<i></i>) |
112 <b>__deactivatePlugin</b>(<i></i>) |
113 <p> |
113 <p> |
114 Private slot to handle the "Activate" context menu action. |
114 Private slot to handle the "Activate" context menu action. |
115 </p><a NAME="PluginInfoDialog.__populateList" ID="PluginInfoDialog.__populateList"></a> |
115 </p><a NAME="PluginInfoDialog.__populateList" ID="PluginInfoDialog.__populateList"></a> |
116 <h4>PluginInfoDialog.__populateList</h4> |
116 <h4>PluginInfoDialog.__populateList</h4> |
117 <b>__populateList</b>(<i></i>) |
117 <b>__populateList</b>(<i></i>) |
118 <p> |
118 <p> |
119 Private method to (re)populate the list of plugins. |
119 Private method to (re)populate the list of plugins. |
120 </p><a NAME="PluginInfoDialog.__showContextMenu" ID="PluginInfoDialog.__showContextMenu"></a> |
120 </p><a NAME="PluginInfoDialog.__showContextMenu" ID="PluginInfoDialog.__showContextMenu"></a> |
121 <h4>PluginInfoDialog.__showContextMenu</h4> |
121 <h4>PluginInfoDialog.__showContextMenu</h4> |
122 <b>__showContextMenu</b>(<i>coord</i>) |
122 <b>__showContextMenu</b>(<i>coord</i>) |
123 <p> |
123 <p> |
124 Private slot to show the context menu of the listview. |
124 Private slot to show the context menu of the listview. |
125 </p><dl> |
125 </p><dl> |
126 <dt><i>coord</i></dt> |
126 <dt><i>coord</i></dt> |
127 <dd> |
127 <dd> |
128 the position of the mouse pointer (QPoint) |
128 the position of the mouse pointer (QPoint) |
129 </dd> |
129 </dd> |
130 </dl><a NAME="PluginInfoDialog.__showDetails" ID="PluginInfoDialog.__showDetails"></a> |
130 </dl><a NAME="PluginInfoDialog.__showDetails" ID="PluginInfoDialog.__showDetails"></a> |
131 <h4>PluginInfoDialog.__showDetails</h4> |
131 <h4>PluginInfoDialog.__showDetails</h4> |
132 <b>__showDetails</b>(<i></i>) |
132 <b>__showDetails</b>(<i></i>) |
133 <p> |
133 <p> |
134 Private slot to handle the "Show details" context menu action. |
134 Private slot to handle the "Show details" context menu action. |
135 </p><a NAME="PluginInfoDialog.on_pluginList_itemActivated" ID="PluginInfoDialog.on_pluginList_itemActivated"></a> |
135 </p><a NAME="PluginInfoDialog.on_pluginList_itemActivated" ID="PluginInfoDialog.on_pluginList_itemActivated"></a> |
136 <h4>PluginInfoDialog.on_pluginList_itemActivated</h4> |
136 <h4>PluginInfoDialog.on_pluginList_itemActivated</h4> |
137 <b>on_pluginList_itemActivated</b>(<i>item, column</i>) |
137 <b>on_pluginList_itemActivated</b>(<i>item, column</i>) |
138 <p> |
138 <p> |
139 Private slot to show details about a plugin. |
139 Private slot to show details about a plugin. |
140 </p><dl> |
140 </p><dl> |
141 <dt><i>item</i></dt> |
141 <dt><i>item</i></dt> |
142 <dd> |
142 <dd> |
143 reference to the selected item (QTreeWidgetItem) |
143 reference to the selected item (QTreeWidgetItem) |
144 </dd><dt><i>column</i></dt> |
144 </dd><dt><i>column</i></dt> |
145 <dd> |
145 <dd> |
146 column number (integer) |
146 column number (integer) |
147 </dd> |
147 </dd> |
148 </dl> |
148 </dl> |
149 <div align="right"><a href="#top">Up</a></div> |
149 <div align="right"><a href="#top">Up</a></div> |
150 <hr /> |
150 <hr /> |
151 </body></html> |
151 </body></html> |