--- a/src/eric7/Documentation/Source/eric7.Debugger.CallTraceViewer.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.CallTraceViewer.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Debugger.CallTraceViewer</h1> - <p> Module implementing the Call Trace viewer widget. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#CallTraceViewer">CallTraceViewer</a></td> <td>Class implementing the Call Trace viewer widget.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="CallTraceViewer" ID="CallTraceViewer"></a> <h2>CallTraceViewer</h2> - <p> Class implementing the Call Trace viewer widget. </p> + <h3>Signals</h3> <dl> @@ -50,19 +49,17 @@ <h3>Derived from</h3> QWidget, Ui_CallTraceViewer <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#CallTraceViewer.__init__">CallTraceViewer</a></td> <td>Constructor</td> @@ -120,19 +117,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="CallTraceViewer.__init__" ID="CallTraceViewer.__init__"></a> <h4>CallTraceViewer (Constructor)</h4> <b>CallTraceViewer</b>(<i>debugServer, debugViewer, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>debugServer</i> (DebugServer)</dt> @@ -151,10 +149,10 @@ <a NAME="CallTraceViewer.__addCallTraceInfo" ID="CallTraceViewer.__addCallTraceInfo"></a> <h4>CallTraceViewer.__addCallTraceInfo</h4> <b>__addCallTraceInfo</b>(<i>isCall, fromFile, fromLine, fromFunction, toFile, toLine, toFunction, debuggerId, </i>) - <p> Private method to add an entry to the call trace viewer. </p> + <dl> <dt><i>isCall</i> (bool)</dt> @@ -193,10 +191,10 @@ <a NAME="CallTraceViewer.__clientExit" ID="CallTraceViewer.__clientExit"></a> <h4>CallTraceViewer.__clientExit</h4> <b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>) - <p> Private slot to handle a debug client terminating. </p> + <dl> <dt><i>program</i> (str)</dt> @@ -223,10 +221,10 @@ <a NAME="CallTraceViewer.__setCallTraceEnabled" ID="CallTraceViewer.__setCallTraceEnabled"></a> <h4>CallTraceViewer.__setCallTraceEnabled</h4> <b>__setCallTraceEnabled</b>(<i>enabled</i>) - <p> Private slot to set the call trace enabled status. </p> + <dl> <dt><i>enabled</i> (bool)</dt> @@ -237,17 +235,17 @@ <a NAME="CallTraceViewer.clear" ID="CallTraceViewer.clear"></a> <h4>CallTraceViewer.clear</h4> <b>clear</b>(<i></i>) - <p> Public slot to clear the call trace info. </p> + <a NAME="CallTraceViewer.isCallTraceEnabled" ID="CallTraceViewer.isCallTraceEnabled"></a> <h4>CallTraceViewer.isCallTraceEnabled</h4> <b>isCallTraceEnabled</b>(<i></i>) - <p> Public method to get the state of the call trace function. </p> + <dl> <dt>Return:</dt> <dd> @@ -263,10 +261,10 @@ <a NAME="CallTraceViewer.on_callTrace_itemDoubleClicked" ID="CallTraceViewer.on_callTrace_itemDoubleClicked"></a> <h4>CallTraceViewer.on_callTrace_itemDoubleClicked</h4> <b>on_callTrace_itemDoubleClicked</b>(<i>item, column</i>) - <p> Private slot to open the double clicked file in an editor. </p> + <dl> <dt><i>item</i> (QTreeWidgetItem)</dt> @@ -281,38 +279,38 @@ <a NAME="CallTraceViewer.on_clearButton_clicked" ID="CallTraceViewer.on_clearButton_clicked"></a> <h4>CallTraceViewer.on_clearButton_clicked</h4> <b>on_clearButton_clicked</b>(<i></i>) - <p> Private slot to clear the call trace. </p> + <a NAME="CallTraceViewer.on_resizeButton_clicked" ID="CallTraceViewer.on_resizeButton_clicked"></a> <h4>CallTraceViewer.on_resizeButton_clicked</h4> <b>on_resizeButton_clicked</b>(<i></i>) - <p> Private slot to resize the columns of the call trace to their contents. </p> + <a NAME="CallTraceViewer.on_saveButton_clicked" ID="CallTraceViewer.on_saveButton_clicked"></a> <h4>CallTraceViewer.on_saveButton_clicked</h4> <b>on_saveButton_clicked</b>(<i></i>) - <p> Private slot to save the call trace info to a file. </p> + <a NAME="CallTraceViewer.on_startTraceButton_clicked" ID="CallTraceViewer.on_startTraceButton_clicked"></a> <h4>CallTraceViewer.on_startTraceButton_clicked</h4> <b>on_startTraceButton_clicked</b>(<i></i>) - <p> Private slot to start call tracing. </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> @@ -323,14 +321,13 @@ <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> Private slot to start call tracing. </p> + <a NAME="CallTraceViewer.setProjectMode" ID="CallTraceViewer.setProjectMode"></a> <h4>CallTraceViewer.setProjectMode</h4> <b>setProjectMode</b>(<i>enabled</i>) - <p> Public slot to set the call trace viewer to project mode. </p> @@ -338,6 +335,7 @@ In project mode the call trace info is shown with project relative path names. </p> + <dl> <dt><i>enabled</i> (bool)</dt> @@ -347,4 +345,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>