src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvAddEditDialog.html

branch
eric7
changeset 11231
c7240fb719c7
parent 10784
521fd465b048
equal deleted inserted replaced
11230:8a15b05eeee3 11231:c7240fb719c7
66 <tr> 66 <tr>
67 <td><a href="#VirtualenvAddEditDialog.getMetaData">getMetaData</a></td> 67 <td><a href="#VirtualenvAddEditDialog.getMetaData">getMetaData</a></td>
68 <td>Public method to retrieve the entered metadata.</td> 68 <td>Public method to retrieve the entered metadata.</td>
69 </tr> 69 </tr>
70 <tr> 70 <tr>
71 <td><a href="#VirtualenvAddEditDialog.on_anacondaRadioButton_clicked">on_anacondaRadioButton_clicked</a></td> 71 <td><a href="#VirtualenvAddEditDialog.on_environmentTypeComboBox_currentIndexChanged">on_environmentTypeComboBox_currentIndexChanged</a></td>
72 <td>Private slot handling a user click on this radio button.</td> 72 <td>Private slot handling the selection of a virtual environment type.</td>
73 </tr> 73 </tr>
74 <tr> 74 <tr>
75 <td><a href="#VirtualenvAddEditDialog.on_globalCheckBox_toggled">on_globalCheckBox_toggled</a></td> 75 <td><a href="#VirtualenvAddEditDialog.on_globalCheckBox_toggled">on_globalCheckBox_toggled</a></td>
76 <td>Private slot handling a change of the global check box state.</td> 76 <td>Private slot handling a change of the global check box state.</td>
77 </tr> 77 </tr>
80 <td>Private slot to handle changes of the logical name.</td> 80 <td>Private slot to handle changes of the logical name.</td>
81 </tr> 81 </tr>
82 <tr> 82 <tr>
83 <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> 83 <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td>
84 <td>Private slot to handle changes of the virtual environment interpreter.</td> 84 <td>Private slot to handle changes of the virtual environment interpreter.</td>
85 </tr>
86 <tr>
87 <td><a href="#VirtualenvAddEditDialog.on_remoteRadioButton_toggled">on_remoteRadioButton_toggled</a></td>
88 <td>Private slot handling a change of the remote radio button state.</td>
89 </tr>
90 <tr>
91 <td><a href="#VirtualenvAddEditDialog.on_serverRadioButton_toggled">on_serverRadioButton_toggled</a></td>
92 <td>Private slot handling a change of the eric-ide server radio button state.</td>
93 </tr> 85 </tr>
94 <tr> 86 <tr>
95 <td><a href="#VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td> 87 <td><a href="#VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td>
96 <td>Private slot to handle changes of the virtual environment directory.</td> 88 <td>Private slot to handle changes of the virtual environment directory.</td>
97 </tr> 89 </tr>
181 <dt>Return Type:</dt> 173 <dt>Return Type:</dt>
182 <dd> 174 <dd>
183 VirtualenvMetaData 175 VirtualenvMetaData
184 </dd> 176 </dd>
185 </dl> 177 </dl>
186 <a NAME="VirtualenvAddEditDialog.on_anacondaRadioButton_clicked" ID="VirtualenvAddEditDialog.on_anacondaRadioButton_clicked"></a> 178 <a NAME="VirtualenvAddEditDialog.on_environmentTypeComboBox_currentIndexChanged" ID="VirtualenvAddEditDialog.on_environmentTypeComboBox_currentIndexChanged"></a>
187 <h4>VirtualenvAddEditDialog.on_anacondaRadioButton_clicked</h4> 179 <h4>VirtualenvAddEditDialog.on_environmentTypeComboBox_currentIndexChanged</h4>
188 <b>on_anacondaRadioButton_clicked</b>(<i>checked</i>) 180 <b>on_environmentTypeComboBox_currentIndexChanged</b>(<i>index</i>)
189 <p> 181 <p>
190 Private slot handling a user click on this radio button. 182 Private slot handling the selection of a virtual environment type.
191 </p> 183 </p>
192 184
193 <dl> 185 <dl>
194 186
195 <dt><i>checked</i> (bool)</dt> 187 <dt><i>index</i> (int)</dt>
196 <dd> 188 <dd>
197 state of the radio button 189 index of the selected virtual environment type
198 </dd> 190 </dd>
199 </dl> 191 </dl>
200 <a NAME="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ID="VirtualenvAddEditDialog.on_globalCheckBox_toggled"></a> 192 <a NAME="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ID="VirtualenvAddEditDialog.on_globalCheckBox_toggled"></a>
201 <h4>VirtualenvAddEditDialog.on_globalCheckBox_toggled</h4> 193 <h4>VirtualenvAddEditDialog.on_globalCheckBox_toggled</h4>
202 <b>on_globalCheckBox_toggled</b>(<i>checked</i>) 194 <b>on_globalCheckBox_toggled</b>(<i>checked</i>)
237 <dt><i>txt</i> (str)</dt> 229 <dt><i>txt</i> (str)</dt>
238 <dd> 230 <dd>
239 virtual environment interpreter 231 virtual environment interpreter
240 </dd> 232 </dd>
241 </dl> 233 </dl>
242 <a NAME="VirtualenvAddEditDialog.on_remoteRadioButton_toggled" ID="VirtualenvAddEditDialog.on_remoteRadioButton_toggled"></a>
243 <h4>VirtualenvAddEditDialog.on_remoteRadioButton_toggled</h4>
244 <b>on_remoteRadioButton_toggled</b>(<i>checked</i>)
245 <p>
246 Private slot handling a change of the remote radio button state.
247 </p>
248
249 <dl>
250
251 <dt><i>checked</i> (bool)</dt>
252 <dd>
253 state of the radio button
254 </dd>
255 </dl>
256 <a NAME="VirtualenvAddEditDialog.on_serverRadioButton_toggled" ID="VirtualenvAddEditDialog.on_serverRadioButton_toggled"></a>
257 <h4>VirtualenvAddEditDialog.on_serverRadioButton_toggled</h4>
258 <b>on_serverRadioButton_toggled</b>(<i>checked</i>)
259 <p>
260 Private slot handling a change of the eric-ide server radio button state.
261 </p>
262
263 <dl>
264
265 <dt><i>checked</i> (bool)</dt>
266 <dd>
267 state of the radio button
268 </dd>
269 </dl>
270 <a NAME="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged"></a> 234 <a NAME="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged"></a>
271 <h4>VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged</h4> 235 <h4>VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged</h4>
272 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>) 236 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>)
273 <p> 237 <p>
274 Private slot to handle changes of the virtual environment directory. 238 Private slot to handle changes of the virtual environment directory.

eric ide

mercurial