Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html

changeset 6576
ea60ea85067a
parent 6362
ec32d1d7f525
child 6716
1c9d3b369ea8
diff -r 40a11619ee77 -r ea60ea85067a Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html
--- a/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html	Sat Nov 03 14:16:43 2018 +0100
+++ b/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html	Sat Nov 03 14:19:21 2018 +0100
@@ -66,6 +66,9 @@
 <td><a href="#VirtualenvAddEditDialog.getData">getData</a></td>
 <td>Public method to retrieve the entered data.</td>
 </tr><tr>
+<td><a href="#VirtualenvAddEditDialog.on_anacondaCheckBox_clicked">on_anacondaCheckBox_clicked</a></td>
+<td>Private slot handling a user click on this check box.</td>
+</tr><tr>
 <td><a href="#VirtualenvAddEditDialog.on_globalCheckBox_toggled">on_globalCheckBox_toggled</a></td>
 <td>Private slot handling a change of the global check box state.</td>
 </tr><tr>
@@ -85,7 +88,7 @@
 </table>
 <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a>
 <h4>VirtualenvAddEditDialog (Constructor)</h4>
-<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, parent=None</i>)
+<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath="", parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -107,6 +110,13 @@
 </dd><dt><i>isGlobal</i> (bool)</dt>
 <dd>
 flag indicating a global environment
+</dd><dt><i>isConda</i> (bool)</dt>
+<dd>
+flag indicating an Anaconda virtual environment
+</dd><dt><i>execPath</i> (str)</dt>
+<dd>
+search path string to be prepended to the PATH
+            environment variable
 </dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
@@ -125,13 +135,25 @@
 <dt>Returns:</dt>
 <dd>
 tuple containing the logical name, the directory, the
-            interpreter of the virtual environment, the Python variant
-            and a flag indicating a global environment
+            interpreter of the virtual environment, the Python variant,
+            a flag indicating a global environment, a flag indicating an
+            Anaconda environment and a string to be prepended to the PATH
+            environment variable
 </dd>
 </dl><dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, str, int, bool)
+tuple of (str, str, str, int, bool,bool, str)
+</dd>
+</dl><a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a>
+<h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4>
+<b>on_anacondaCheckBox_clicked</b>(<i>checked</i>)
+<p>
+        Private slot handling a user click on this check box.
+</p><dl>
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the check box
 </dd>
 </dl><a NAME="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ID="VirtualenvAddEditDialog.on_globalCheckBox_toggled"></a>
 <h4>VirtualenvAddEditDialog.on_globalCheckBox_toggled</h4>

eric ide

mercurial