diff -r 5357e5ffebf1 -r 866ddf957461 eric6/Documentation/Source/eric6.Debugger.CallStackViewer.html --- a/eric6/Documentation/Source/eric6.Debugger.CallStackViewer.html Wed Dec 30 12:31:25 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.CallStackViewer.html Wed Dec 30 13:45:26 2020 +0100 @@ -65,7 +65,7 @@ </dd> </dl> <h3>Derived from</h3> -QTreeWidget +QWidget <h3>Class Attributes</h3> <table> @@ -105,6 +105,10 @@ <td>Private slot to show the context menu.</td> </tr> <tr> +<td><a href="#CallStackViewer.clear">clear</a></td> +<td>Public method to clear the stack viewer data.</td> +</tr> +<tr> <td><a href="#CallStackViewer.setDebugger">setDebugger</a></td> <td>Public method to set a reference to the Debug UI.</td> </tr> @@ -128,13 +132,13 @@ </p> <dl> -<dt><i>debugServer</i></dt> +<dt><i>debugServer</i> (DebugServer)</dt> <dd> -reference to the debug server object (DebugServer) +reference to the debug server object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="CallStackViewer.__itemDoubleClicked" ID="CallStackViewer.__itemDoubleClicked"></a> @@ -146,9 +150,9 @@ </p> <dl> -<dt><i>itm</i></dt> +<dt><i>itm</i> (QTreeWidgetItem)</dt> <dd> -reference to the double clicked item (QTreeWidgetItem) +reference to the double clicked item </dd> </dl> <a NAME="CallStackViewer.__openSource" ID="CallStackViewer.__openSource"></a> @@ -167,7 +171,7 @@ </p> <a NAME="CallStackViewer.__showCallStack" ID="CallStackViewer.__showCallStack"></a> <h4>CallStackViewer.__showCallStack</h4> -<b>__showCallStack</b>(<i>stack</i>) +<b>__showCallStack</b>(<i>stack, debuggerId</i>) <p> Private slot to show the call stack of the program being debugged. @@ -179,6 +183,10 @@ list of tuples with call stack data (file name, line number, function name, formatted argument/values list) </dd> +<dt><i>debuggerId</i> (str)</dt> +<dd> +ID of the debugger backend +</dd> </dl> <a NAME="CallStackViewer.__showContextMenu" ID="CallStackViewer.__showContextMenu"></a> <h4>CallStackViewer.__showContextMenu</h4> @@ -189,11 +197,18 @@ </p> <dl> -<dt><i>coord</i></dt> +<dt><i>coord</i> (QPoint)</dt> <dd> -the position of the mouse pointer (QPoint) +the position of the mouse pointer </dd> </dl> +<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>) @@ -203,9 +218,9 @@ </p> <dl> -<dt><i>debugUI</i></dt> +<dt><i>debugUI</i> (DebugUI)</dt> <dd> -reference to the DebugUI object (DebugUI) +reference to the DebugUI object </dd> </dl> <a NAME="CallStackViewer.setProjectMode" ID="CallStackViewer.setProjectMode"></a> @@ -221,9 +236,9 @@ </p> <dl> -<dt><i>enabled</i></dt> +<dt><i>enabled</i> (bool)</dt> <dd> -flag indicating to enable the project mode (boolean) +flag indicating to enable the project mode </dd> </dl> <div align="right"><a href="#top">Up</a></div>