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

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Debugger.CallStackViewer.html
--- a/src/eric7/Documentation/Source/eric7.Debugger.CallStackViewer.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.CallStackViewer.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Debugger.CallStackViewer</h1>
-
 <p>
 Module implementing the Call Stack viewer widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#CallStackViewer">CallStackViewer</a></td>
 <td>Class implementing the Call Stack viewer widget.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="CallStackViewer" ID="CallStackViewer"></a>
 <h2>CallStackViewer</h2>
-
 <p>
     Class implementing the Call Stack viewer widget.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -53,19 +52,18 @@
 <h3>Derived from</h3>
 QWidget
 <h3>Class Attributes</h3>
+<table>
+<tr><td>FilenameRole</td></tr>
+<tr><td>LinenoRole</td></tr>
+</table>
 
-<table>
-<tr><td>FilenameRole</td></tr><tr><td>LinenoRole</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#CallStackViewer.__init__">CallStackViewer</a></td>
 <td>Constructor</td>
@@ -103,19 +101,20 @@
 <td>Public slot to set the call trace viewer to project mode.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="CallStackViewer.__init__" ID="CallStackViewer.__init__"></a>
 <h4>CallStackViewer (Constructor)</h4>
 <b>CallStackViewer</b>(<i>debugServer, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>debugServer</i> (DebugServer)</dt>
@@ -130,10 +129,10 @@
 <a NAME="CallStackViewer.__itemDoubleClicked" ID="CallStackViewer.__itemDoubleClicked"></a>
 <h4>CallStackViewer.__itemDoubleClicked</h4>
 <b>__itemDoubleClicked</b>(<i>itm</i>)
-
 <p>
         Private slot to handle a double click of a stack entry.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -144,24 +143,24 @@
 <a NAME="CallStackViewer.__openSource" ID="CallStackViewer.__openSource"></a>
 <h4>CallStackViewer.__openSource</h4>
 <b>__openSource</b>(<i></i>)
-
 <p>
         Private slot to show the source for the selected stack entry.
 </p>
+
 <a NAME="CallStackViewer.__saveStackTrace" ID="CallStackViewer.__saveStackTrace"></a>
 <h4>CallStackViewer.__saveStackTrace</h4>
 <b>__saveStackTrace</b>(<i></i>)
-
 <p>
         Private slot to save the stack trace info to a file.
 </p>
+
 <a NAME="CallStackViewer.__showCallStack" ID="CallStackViewer.__showCallStack"></a>
 <h4>CallStackViewer.__showCallStack</h4>
 <b>__showCallStack</b>(<i>stack, debuggerId</i>)
-
 <p>
         Private slot to show the call stack of the program being debugged.
 </p>
+
 <dl>
 
 <dt><i>stack</i> (list of tuples of (str, str, str, str))</dt>
@@ -177,10 +176,10 @@
 <a NAME="CallStackViewer.__showContextMenu" ID="CallStackViewer.__showContextMenu"></a>
 <h4>CallStackViewer.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>coord</i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -191,17 +190,17 @@
 <a NAME="CallStackViewer.clear" ID="CallStackViewer.clear"></a>
 <h4>CallStackViewer.clear</h4>
 <b>clear</b>(<i></i>)
-
 <p>
         Public method to clear the stack viewer data.
 </p>
+
 <a NAME="CallStackViewer.setDebugger" ID="CallStackViewer.setDebugger"></a>
 <h4>CallStackViewer.setDebugger</h4>
 <b>setDebugger</b>(<i>debugUI</i>)
-
 <p>
         Public method to set a reference to the Debug UI.
 </p>
+
 <dl>
 
 <dt><i>debugUI</i> (DebugUI)</dt>
@@ -212,7 +211,6 @@
 <a NAME="CallStackViewer.setProjectMode" ID="CallStackViewer.setProjectMode"></a>
 <h4>CallStackViewer.setProjectMode</h4>
 <b>setProjectMode</b>(<i>enabled</i>)
-
 <p>
         Public slot to set the call trace viewer to project mode.
 </p>
@@ -220,6 +218,7 @@
         In project mode the call trace info is shown with project relative
         path names.
 </p>
+
 <dl>
 
 <dt><i>enabled</i> (bool)</dt>
@@ -229,4 +228,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial