src/eric7/Documentation/Source/eric7.Debugger.StartDialog.html

branch
eric7
changeset 10306
904f4c7da759
parent 9295
d14096c04126
child 10321
4a017fdf316f
--- a/src/eric7/Documentation/Source/eric7.Debugger.StartDialog.html	Mon Nov 13 10:29:40 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.StartDialog.html	Mon Nov 13 11:53:55 2023 +0100
@@ -22,7 +22,11 @@
 
 <tr>
 <td><a href="#StartDialog">StartDialog</a></td>
-<td>Class implementing the Start Program dialog.</td>
+<td>Class implementing the Start dialog.</td>
+</tr>
+<tr>
+<td><a href="#StartDialogMode">StartDialogMode</a></td>
+<td>Class defining the various modes of the start dialog.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -36,7 +40,7 @@
 <h2>StartDialog</h2>
 
 <p>
-    Class implementing the Start Program dialog.
+    Class implementing the Start dialog.
 </p>
 <p>
     It implements a dialog that is used to start an
@@ -45,7 +49,7 @@
     whether exception reporting should be disabled.
 </p>
 <h3>Derived from</h3>
-QDialog
+QDialog, Ui_StartDialog
 <h3>Class Attributes</h3>
 
 <table>
@@ -121,7 +125,7 @@
 
 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a>
 <h4>StartDialog (Constructor)</h4>
-<b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, unhandledExceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None, </i>)
+<b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, unhandledExceptions, parent=None, dialogMode=StartDialogMode.Debug, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None, </i>)
 
 <p>
         Constructor
@@ -161,14 +165,14 @@
 <dd>
 parent widget of this dialog
 </dd>
-<dt><i>dialogType</i> (int (0 to 3))</dt>
+<dt><i>dialogMode</i> (StartDialogMode)</dt>
 <dd>
-type of the start dialog
+mode of the start dialog
                 <ul>
-                <li>0 = start debug dialog</li>
-                <li>1 = start run dialog</li>
-                <li>2 = start coverage dialog</li>
-                <li>3 = start profile dialog</li>
+                <li>StartDialogMode.Debug = start debug dialog</li>
+                <li>StartDialogMode.Run = start run dialog</li>
+                <li>StartDialogMode.Coverage = start coverage dialog</li>
+                <li>StartDialogMode.Profile = start profile dialog</li>
                 </ul>
 </dd>
 <dt><i>modfuncList</i> (list of str)</dt>
@@ -422,4 +426,36 @@
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="StartDialogMode" ID="StartDialogMode"></a>
+<h2>StartDialogMode</h2>
+
+<p>
+    Class defining the various modes of the start dialog.
+</p>
+<h3>Derived from</h3>
+enum.Enum
+<h3>Class Attributes</h3>
+
+<table>
+<tr><td>Coverage</td></tr><tr><td>Debug</td></tr><tr><td>Profile</td></tr><tr><td>Run</td></tr>
+</table>
+<h3>Class Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial