eric6/Documentation/Source/eric6.Debugger.DebugViewer.html

changeset 7015
b1a3094b33e1
parent 6987
3371a03ed0a7
child 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.Debugger.DebugViewer.html	Sun May 19 12:30:02 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Debugger.DebugViewer.html	Sun May 19 12:35:24 2019 +0200
@@ -63,7 +63,10 @@
     the exception logger. Additionally a list of all threads is shown.
 </p><h3>Signals</h3>
 <dl>
-<dt>sourceFile(string, int)</dt>
+<dt>preferencesChanged()</dt>
+<dd>
+emitted to react on changed preferences
+</dd><dt>sourceFile(string, int)</dt>
 <dd>
 emitted to open a source file at a line
 </dd>
@@ -108,6 +111,9 @@
 <td><a href="#DebugViewer.handleDebuggingStarted">handleDebuggingStarted</a></td>
 <td>Public slot to handle the start of a debugging session.</td>
 </tr><tr>
+<td><a href="#DebugViewer.handlePreferencesChanged">handlePreferencesChanged</a></td>
+<td>Public slot to handle the preferencesChanged signal.</td>
+</tr><tr>
 <td><a href="#DebugViewer.handleResetUI">handleResetUI</a></td>
 <td>Public method to reset the SBVviewer.</td>
 </tr><tr>
@@ -117,9 +123,6 @@
 <td><a href="#DebugViewer.isCallTraceEnabled">isCallTraceEnabled</a></td>
 <td>Public method to get the state of the call trace function.</td>
 </tr><tr>
-<td><a href="#DebugViewer.preferencesChanged">preferencesChanged</a></td>
-<td>Public slot to handle the preferencesChanged signal.</td>
-</tr><tr>
 <td><a href="#DebugViewer.setCallTraceToProjectMode">setCallTraceToProjectMode</a></td>
 <td>Public slot to set the call trace viewer to project mode.</td>
 </tr><tr>
@@ -242,6 +245,11 @@
         Public slot to handle the start of a debugging session.
 </p><p>
         This slot sets the variables filter expressions.
+</p><a NAME="DebugViewer.handlePreferencesChanged" ID="DebugViewer.handlePreferencesChanged"></a>
+<h4>DebugViewer.handlePreferencesChanged</h4>
+<b>handlePreferencesChanged</b>(<i></i>)
+<p>
+        Public slot to handle the preferencesChanged signal.
 </p><a NAME="DebugViewer.handleResetUI" ID="DebugViewer.handleResetUI"></a>
 <h4>DebugViewer.handleResetUI</h4>
 <b>handleResetUI</b>(<i></i>)
@@ -267,12 +275,7 @@
 <dd>
 flag indicating the state of the call trace function (boolean)
 </dd>
-</dl><a NAME="DebugViewer.preferencesChanged" ID="DebugViewer.preferencesChanged"></a>
-<h4>DebugViewer.preferencesChanged</h4>
-<b>preferencesChanged</b>(<i></i>)
-<p>
-        Public slot to handle the preferencesChanged signal.
-</p><a NAME="DebugViewer.setCallTraceToProjectMode" ID="DebugViewer.setCallTraceToProjectMode"></a>
+</dl><a NAME="DebugViewer.setCallTraceToProjectMode" ID="DebugViewer.setCallTraceToProjectMode"></a>
 <h4>DebugViewer.setCallTraceToProjectMode</h4>
 <b>setCallTraceToProjectMode</b>(<i>enabled</i>)
 <p>

eric ide

mercurial