Documentation/Source/eric6.Debugger.StartDialog.html

changeset 5374
c18d759b6b86
parent 5372
7ba8d3d61fdd
child 5606
da305d172769
--- a/Documentation/Source/eric6.Debugger.StartDialog.html	Sun Dec 11 18:43:05 2016 +0100
+++ b/Documentation/Source/eric6.Debugger.StartDialog.html	Mon Dec 12 18:56:42 2016 +0100
@@ -71,6 +71,9 @@
 <td><a href="#StartDialog.__editHistory">__editHistory</a></td>
 <td>Private slot to edit a history list.</td>
 </tr><tr>
+<td><a href="#StartDialog.clearHistories">clearHistories</a></td>
+<td>Public method to test, if histories shall be cleared.</td>
+</tr><tr>
 <td><a href="#StartDialog.getCoverageData">getCoverageData</a></td>
 <td>Public method to retrieve the coverage related data entered into this dialog.</td>
 </tr><tr>
@@ -80,12 +83,18 @@
 <td><a href="#StartDialog.getDebugData">getDebugData</a></td>
 <td>Public method to retrieve the debug related data entered into this dialog.</td>
 </tr><tr>
+<td><a href="#StartDialog.getHistories">getHistories</a></td>
+<td>Public method to get the lists of histories.</td>
+</tr><tr>
 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td>
 <td>Public method to retrieve the profiling related data entered into this dialog.</td>
 </tr><tr>
 <td><a href="#StartDialog.getRunData">getRunData</a></td>
 <td>Public method to retrieve the debug related data entered into this dialog.</td>
 </tr><tr>
+<td><a href="#StartDialog.historiesModified">historiesModified</a></td>
+<td>Public method to test for modified histories.</td>
+</tr><tr>
 <td><a href="#StartDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
 <td>Private slot called by a button of the button box clicked.</td>
 </tr><tr>
@@ -165,7 +174,22 @@
 <b>__editHistory</b>(<i></i>)
 <p>
         Private slot to edit a history list.
-</p><a NAME="StartDialog.getCoverageData" ID="StartDialog.getCoverageData"></a>
+</p><a NAME="StartDialog.clearHistories" ID="StartDialog.clearHistories"></a>
+<h4>StartDialog.clearHistories</h4>
+<b>clearHistories</b>(<i></i>)
+<p>
+        Public method to test, if histories shall be cleared.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating histories shall be cleared
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="StartDialog.getCoverageData" ID="StartDialog.getCoverageData"></a>
 <h4>StartDialog.getCoverageData</h4>
 <b>getCoverageData</b>(<i></i>)
 <p>
@@ -186,8 +210,7 @@
 <dd>
 a tuple of argv (string), workdir (string), environment
             (string), exceptions flag (boolean), clear interpreter flag
-            (boolean), clear histories flag (boolean) and run in console
-            flag (boolean)
+            (boolean) and run in console flag (boolean)
 </dd>
 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>
 <h4>StartDialog.getDebugData</h4>
@@ -205,6 +228,22 @@
             indicating, that the debugger should debug the child process after
             forking automatically (boolean)
 </dd>
+</dl><a NAME="StartDialog.getHistories" ID="StartDialog.getHistories"></a>
+<h4>StartDialog.getHistories</h4>
+<b>getHistories</b>(<i></i>)
+<p>
+        Public method to get the lists of histories.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+tuple containing the histories of command line arguments,
+            working directories and environment settings
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of three list of str
+</dd>
 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>
 <h4>StartDialog.getProfilingData</h4>
 <b>getProfilingData</b>(<i></i>)
@@ -230,6 +269,21 @@
             should debug the child process after forking automatically
             (boolean)
 </dd>
+</dl><a NAME="StartDialog.historiesModified" ID="StartDialog.historiesModified"></a>
+<h4>StartDialog.historiesModified</h4>
+<b>historiesModified</b>(<i></i>)
+<p>
+        Public method to test for modified histories.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating modified histories
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a>
 <h4>StartDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)

eric ide

mercurial