Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipListDialog.html

changeset 6343
86cea8abd0f7
parent 6333
3d4e7155d48f
equal deleted inserted replaced
6342:c79ecba9cde7 6343:86cea8abd0f7
112 <td>Private slot handling the switching of the 'not required' mode.</td> 112 <td>Private slot handling the switching of the 'not required' mode.</td>
113 </tr><tr> 113 </tr><tr>
114 <td><a href="#PipListDialog.on_packageList_itemSelectionChanged">on_packageList_itemSelectionChanged</a></td> 114 <td><a href="#PipListDialog.on_packageList_itemSelectionChanged">on_packageList_itemSelectionChanged</a></td>
115 <td>Private slot handling the selection of a package.</td> 115 <td>Private slot handling the selection of a package.</td>
116 </tr><tr> 116 </tr><tr>
117 <td><a href="#PipListDialog.on_pipComboBox_activated">on_pipComboBox_activated</a></td>
118 <td>Private slot handling the selection of a pip executable.</td>
119 </tr><tr>
120 <td><a href="#PipListDialog.on_userCheckBox_clicked">on_userCheckBox_clicked</a></td> 117 <td><a href="#PipListDialog.on_userCheckBox_clicked">on_userCheckBox_clicked</a></td>
121 <td>Private slot handling the switching of the 'user-site' mode.</td> 118 <td>Private slot handling the switching of the 'user-site' mode.</td>
119 </tr><tr>
120 <td><a href="#PipListDialog.on_venvComboBox_activated">on_venvComboBox_activated</a></td>
121 <td>Private slot handling the selection of a virtual environment.</td>
122 </tr><tr> 122 </tr><tr>
123 <td><a href="#PipListDialog.on_verboseCheckBox_clicked">on_verboseCheckBox_clicked</a></td> 123 <td><a href="#PipListDialog.on_verboseCheckBox_clicked">on_verboseCheckBox_clicked</a></td>
124 <td>Private slot to handle a change of the verbose package information checkbox.</td> 124 <td>Private slot to handle a change of the verbose package information checkbox.</td>
125 </tr><tr> 125 </tr><tr>
126 <td><a href="#PipListDialog.start">start</a></td> 126 <td><a href="#PipListDialog.start">start</a></td>
131 <table> 131 <table>
132 <tr><td>None</td></tr> 132 <tr><td>None</td></tr>
133 </table> 133 </table>
134 <a NAME="PipListDialog.__init__" ID="PipListDialog.__init__"></a> 134 <a NAME="PipListDialog.__init__" ID="PipListDialog.__init__"></a>
135 <h4>PipListDialog (Constructor)</h4> 135 <h4>PipListDialog (Constructor)</h4>
136 <b>PipListDialog</b>(<i>pip, mode, plugin, title, parent=None</i>) 136 <b>PipListDialog</b>(<i>pip, mode, indexUrl, title, parent=None</i>)
137 <p> 137 <p>
138 Constructor 138 Constructor
139 </p><dl> 139 </p><dl>
140 <dt><i>pip</i></dt> 140 <dt><i>pip</i> (Pip)</dt>
141 <dd> 141 <dd>
142 reference to the master object (Pip) 142 reference to the master object
143 </dd><dt><i>mode</i></dt> 143 </dd><dt><i>mode</i> (str)</dt>
144 <dd> 144 <dd>
145 list command mode (string; one of 'list', 145 list command mode (one of 'list', 'uptodate', 'outdated')
146 'uptodate', 'outdated') 146 </dd><dt><i>indexUrl</i> (str)</dt>
147 </dd><dt><i>plugin</i></dt> 147 <dd>
148 <dd> 148 URL of the pypi index
149 reference to the plugin object (ToolPipPlugin) 149 </dd><dt><i>title</i> (str)</dt>
150 </dd><dt><i>title</i></dt> 150 <dd>
151 <dd> 151 title of the dialog
152 title of the dialog (string) 152 </dd><dt><i>parent</i> (QWidget)</dt>
153 </dd><dt><i>parent</i></dt> 153 <dd>
154 <dd> 154 reference to the parent widget
155 reference to the parent widget (QWidget)
156 </dd> 155 </dd>
157 </dl><a NAME="PipListDialog.__executeUpgradePackages" ID="PipListDialog.__executeUpgradePackages"></a> 156 </dl><a NAME="PipListDialog.__executeUpgradePackages" ID="PipListDialog.__executeUpgradePackages"></a>
158 <h4>PipListDialog.__executeUpgradePackages</h4> 157 <h4>PipListDialog.__executeUpgradePackages</h4>
159 <b>__executeUpgradePackages</b>(<i>packages</i>) 158 <b>__executeUpgradePackages</b>(<i>packages</i>)
160 <p> 159 <p>
174 <h4>PipListDialog.__procFinished</h4> 173 <h4>PipListDialog.__procFinished</h4>
175 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 174 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
176 <p> 175 <p>
177 Private slot connected to the finished signal. 176 Private slot connected to the finished signal.
178 </p><dl> 177 </p><dl>
179 <dt><i>exitCode</i></dt> 178 <dt><i>exitCode</i> (int)</dt>
180 <dd> 179 <dd>
181 exit code of the process (integer) 180 exit code of the process
182 </dd><dt><i>exitStatus</i></dt> 181 </dd><dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
183 <dd> 182 <dd>
184 exit status of the process (QProcess.ExitStatus) 183 exit status of the process
185 </dd> 184 </dd>
186 </dl><a NAME="PipListDialog.__processOutput" ID="PipListDialog.__processOutput"></a> 185 </dl><a NAME="PipListDialog.__processOutput" ID="PipListDialog.__processOutput"></a>
187 <h4>PipListDialog.__processOutput</h4> 186 <h4>PipListDialog.__processOutput</h4>
188 <b>__processOutput</b>(<i></i>) 187 <b>__processOutput</b>(<i></i>)
189 <p> 188 <p>
238 <h4>PipListDialog.closeEvent</h4> 237 <h4>PipListDialog.closeEvent</h4>
239 <b>closeEvent</b>(<i>e</i>) 238 <b>closeEvent</b>(<i>e</i>)
240 <p> 239 <p>
241 Protected slot implementing a close event handler. 240 Protected slot implementing a close event handler.
242 </p><dl> 241 </p><dl>
243 <dt><i>e</i></dt> 242 <dt><i>e</i> (QCloseEvent)</dt>
244 <dd> 243 <dd>
245 close event (QCloseEvent) 244 close event
246 </dd> 245 </dd>
247 </dl><a NAME="PipListDialog.on_buttonBox_clicked" ID="PipListDialog.on_buttonBox_clicked"></a> 246 </dl><a NAME="PipListDialog.on_buttonBox_clicked" ID="PipListDialog.on_buttonBox_clicked"></a>
248 <h4>PipListDialog.on_buttonBox_clicked</h4> 247 <h4>PipListDialog.on_buttonBox_clicked</h4>
249 <b>on_buttonBox_clicked</b>(<i>button</i>) 248 <b>on_buttonBox_clicked</b>(<i>button</i>)
250 <p> 249 <p>
251 Private slot called by a button of the button box clicked. 250 Private slot called by a button of the button box clicked.
252 </p><dl> 251 </p><dl>
253 <dt><i>button</i></dt> 252 <dt><i>button</i> (QAbstractButton)</dt>
254 <dd> 253 <dd>
255 button that was clicked (QAbstractButton) 254 button that was clicked
256 </dd> 255 </dd>
257 </dl><a NAME="PipListDialog.on_installedFilesCheckBox_clicked" ID="PipListDialog.on_installedFilesCheckBox_clicked"></a> 256 </dl><a NAME="PipListDialog.on_installedFilesCheckBox_clicked" ID="PipListDialog.on_installedFilesCheckBox_clicked"></a>
258 <h4>PipListDialog.on_installedFilesCheckBox_clicked</h4> 257 <h4>PipListDialog.on_installedFilesCheckBox_clicked</h4>
259 <b>on_installedFilesCheckBox_clicked</b>(<i>checked</i>) 258 <b>on_installedFilesCheckBox_clicked</b>(<i>checked</i>)
260 <p> 259 <p>
288 </dl><a NAME="PipListDialog.on_packageList_itemSelectionChanged" ID="PipListDialog.on_packageList_itemSelectionChanged"></a> 287 </dl><a NAME="PipListDialog.on_packageList_itemSelectionChanged" ID="PipListDialog.on_packageList_itemSelectionChanged"></a>
289 <h4>PipListDialog.on_packageList_itemSelectionChanged</h4> 288 <h4>PipListDialog.on_packageList_itemSelectionChanged</h4>
290 <b>on_packageList_itemSelectionChanged</b>(<i></i>) 289 <b>on_packageList_itemSelectionChanged</b>(<i></i>)
291 <p> 290 <p>
292 Private slot handling the selection of a package. 291 Private slot handling the selection of a package.
293 </p><a NAME="PipListDialog.on_pipComboBox_activated" ID="PipListDialog.on_pipComboBox_activated"></a> 292 </p><a NAME="PipListDialog.on_userCheckBox_clicked" ID="PipListDialog.on_userCheckBox_clicked"></a>
294 <h4>PipListDialog.on_pipComboBox_activated</h4>
295 <b>on_pipComboBox_activated</b>(<i>txt</i>)
296 <p>
297 Private slot handling the selection of a pip executable.
298 </p><dl>
299 <dt><i>txt</i></dt>
300 <dd>
301 path of the pip executable (string)
302 </dd>
303 </dl><a NAME="PipListDialog.on_userCheckBox_clicked" ID="PipListDialog.on_userCheckBox_clicked"></a>
304 <h4>PipListDialog.on_userCheckBox_clicked</h4> 293 <h4>PipListDialog.on_userCheckBox_clicked</h4>
305 <b>on_userCheckBox_clicked</b>(<i>checked</i>) 294 <b>on_userCheckBox_clicked</b>(<i>checked</i>)
306 <p> 295 <p>
307 Private slot handling the switching of the 'user-site' mode. 296 Private slot handling the switching of the 'user-site' mode.
308 </p><dl> 297 </p><dl>
309 <dt><i>checked</i> (bool)</dt> 298 <dt><i>checked</i> (bool)</dt>
310 <dd> 299 <dd>
311 state of the 'user-site' check box 300 state of the 'user-site' check box
301 </dd>
302 </dl><a NAME="PipListDialog.on_venvComboBox_activated" ID="PipListDialog.on_venvComboBox_activated"></a>
303 <h4>PipListDialog.on_venvComboBox_activated</h4>
304 <b>on_venvComboBox_activated</b>(<i>txt</i>)
305 <p>
306 Private slot handling the selection of a virtual environment.
307 </p><dl>
308 <dt><i>txt</i> (str)</dt>
309 <dd>
310 virtual environment
312 </dd> 311 </dd>
313 </dl><a NAME="PipListDialog.on_verboseCheckBox_clicked" ID="PipListDialog.on_verboseCheckBox_clicked"></a> 312 </dl><a NAME="PipListDialog.on_verboseCheckBox_clicked" ID="PipListDialog.on_verboseCheckBox_clicked"></a>
314 <h4>PipListDialog.on_verboseCheckBox_clicked</h4> 313 <h4>PipListDialog.on_verboseCheckBox_clicked</h4>
315 <b>on_verboseCheckBox_clicked</b>(<i>checked</i>) 314 <b>on_verboseCheckBox_clicked</b>(<i>checked</i>)
316 <p> 315 <p>

eric ide

mercurial