Documentation/Source/eric6.Debugger.CallTraceViewer.html

changeset 5150
72a053e1c440
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.Debugger.CallTraceViewer.html	Sun Sep 04 17:28:37 2016 +0200
+++ b/Documentation/Source/eric6.Debugger.CallTraceViewer.html	Mon Sep 05 19:47:54 2016 +0200
@@ -70,6 +70,9 @@
 <td><a href="#CallTraceViewer.__addCallTraceInfo">__addCallTraceInfo</a></td>
 <td>Private method to add an entry to the call trace viewer.</td>
 </tr><tr>
+<td><a href="#CallTraceViewer.__clientExit">__clientExit</a></td>
+<td>Private slot handling a client exiting.</td>
+</tr><tr>
 <td><a href="#CallTraceViewer.__setCallTraceEnabled">__setCallTraceEnabled</a></td>
 <td>Private slot to set the call trace enabled status.</td>
 </tr><tr>
@@ -94,6 +97,9 @@
 <td><a href="#CallTraceViewer.on_startTraceButton_clicked">on_startTraceButton_clicked</a></td>
 <td>Private slot to start call tracing.</td>
 </tr><tr>
+<td><a href="#CallTraceViewer.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
+<td>Private slot to handle a click on the stop check box.</td>
+</tr><tr>
 <td><a href="#CallTraceViewer.on_stopTraceButton_clicked">on_stopTraceButton_clicked</a></td>
 <td>Private slot to start call tracing.</td>
 </tr><tr>
@@ -146,7 +152,12 @@
 <dd>
 name of the target function (string)
 </dd>
-</dl><a NAME="CallTraceViewer.__setCallTraceEnabled" ID="CallTraceViewer.__setCallTraceEnabled"></a>
+</dl><a NAME="CallTraceViewer.__clientExit" ID="CallTraceViewer.__clientExit"></a>
+<h4>CallTraceViewer.__clientExit</h4>
+<b>__clientExit</b>(<i></i>)
+<p>
+        Private slot handling a client exiting.
+</p><a NAME="CallTraceViewer.__setCallTraceEnabled" ID="CallTraceViewer.__setCallTraceEnabled"></a>
 <h4>CallTraceViewer.__setCallTraceEnabled</h4>
 <b>__setCallTraceEnabled</b>(<i>enabled</i>)
 <p>
@@ -204,7 +215,17 @@
 <b>on_startTraceButton_clicked</b>(<i></i>)
 <p>
         Private slot to start call tracing.
-</p><a NAME="CallTraceViewer.on_stopTraceButton_clicked" ID="CallTraceViewer.on_stopTraceButton_clicked"></a>
+</p><a NAME="CallTraceViewer.on_stopCheckBox_clicked" ID="CallTraceViewer.on_stopCheckBox_clicked"></a>
+<h4>CallTraceViewer.on_stopCheckBox_clicked</h4>
+<b>on_stopCheckBox_clicked</b>(<i>checked</i>)
+<p>
+        Private slot to handle a click on the stop check box.
+</p><dl>
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the check box
+</dd>
+</dl><a NAME="CallTraceViewer.on_stopTraceButton_clicked" ID="CallTraceViewer.on_stopTraceButton_clicked"></a>
 <h4>CallTraceViewer.on_stopTraceButton_clicked</h4>
 <b>on_stopTraceButton_clicked</b>(<i></i>)
 <p>

eric ide

mercurial