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

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Debugger.ExceptionLogger.html
--- a/src/eric7/Documentation/Source/eric7.Debugger.ExceptionLogger.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.ExceptionLogger.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,34 +7,32 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Debugger.ExceptionLogger</h1>
-
 <p>
 Module implementing the Exception Logger widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#ExceptionLogger">ExceptionLogger</a></td>
 <td>Class implementing the Exception Logger widget.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="ExceptionLogger" ID="ExceptionLogger"></a>
 <h2>ExceptionLogger</h2>
-
 <p>
     Class implementing the Exception Logger widget.
 </p>
@@ -42,6 +40,7 @@
     This class displays a log of all exceptions having occured during
     a debugging session.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -53,19 +52,17 @@
 <h3>Derived from</h3>
 QTreeWidget
 <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="#ExceptionLogger.__init__">ExceptionLogger</a></td>
 <td>Constructor</td>
@@ -95,19 +92,20 @@
 <td>Public slot to clear the listview upon starting a new debugging session.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="ExceptionLogger.__init__" ID="ExceptionLogger.__init__"></a>
 <h4>ExceptionLogger (Constructor)</h4>
 <b>ExceptionLogger</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -118,17 +116,17 @@
 <a NAME="ExceptionLogger.__configure" ID="ExceptionLogger.__configure"></a>
 <h4>ExceptionLogger.__configure</h4>
 <b>__configure</b>(<i></i>)
-
 <p>
         Private method to open the configuration dialog.
 </p>
+
 <a NAME="ExceptionLogger.__itemDoubleClicked" ID="ExceptionLogger.__itemDoubleClicked"></a>
 <h4>ExceptionLogger.__itemDoubleClicked</h4>
 <b>__itemDoubleClicked</b>(<i>itm</i>)
-
 <p>
         Private slot to handle the double click of an item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -139,17 +137,17 @@
 <a NAME="ExceptionLogger.__openSource" ID="ExceptionLogger.__openSource"></a>
 <h4>ExceptionLogger.__openSource</h4>
 <b>__openSource</b>(<i></i>)
-
 <p>
         Private slot to handle a double click on an entry.
 </p>
+
 <a NAME="ExceptionLogger.__showContextMenu" ID="ExceptionLogger.__showContextMenu"></a>
 <h4>ExceptionLogger.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>coord</i>)
-
 <p>
         Private slot to show the context menu of the view.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -160,10 +158,10 @@
 <a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a>
 <h4>ExceptionLogger.addException</h4>
 <b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>)
-
 <p>
         Public slot to handle the arrival of a new exception.
 </p>
+
 <dl>
 
 <dt><i>exceptionType</i> (str)</dt>
@@ -186,11 +184,11 @@
 <a NAME="ExceptionLogger.debuggingStarted" ID="ExceptionLogger.debuggingStarted"></a>
 <h4>ExceptionLogger.debuggingStarted</h4>
 <b>debuggingStarted</b>(<i></i>)
-
 <p>
         Public slot to clear the listview upon starting a new debugging
         session.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial