Documentation/Source/eric5.Debugger.ExceptionLogger.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.Debugger.ExceptionLogger.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.Debugger.ExceptionLogger.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Debugger.ExceptionLogger</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#69;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#76;&#111;&#103;&#103;&#101;&#114; w&#105;&#100;&#103;&#101;&#116;.
+Module implementing the Exception Logger widget.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#ExceptionLogger">ExceptionLogger</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#69;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#76;&#111;&#103;&#103;&#101;&#114; w&#105;&#100;&#103;&#101;&#116;.</td>
+<td>Class implementing the Exception Logger widget.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,15 +43,15 @@
 <a NAME="ExceptionLogger" ID="ExceptionLogger"></a>
 <h2>ExceptionLogger</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#69;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#76;&#111;&#103;&#103;&#101;&#114; w&#105;&#100;&#103;&#101;&#116;.
+    Class implementing the Exception Logger widget.
 </p><p>
-    &#84;&#104;&#105;&#115; &#99;&#108;&#97;&#115;&#115; &#100;&#105;&#115;&#112;&#108;&#97;y&#115; &#97; &#108;&#111;&#103; &#111;&#102; &#97;&#108;&#108; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115; &#104;&#97;v&#105;&#110;&#103; &#111;&#99;&#99;&#117;&#114;&#101;&#100; &#100;&#117;&#114;&#105;&#110;&#103;
-    &#97; &#100;&#101;&#98;&#117;&#103;&#103;&#105;&#110;&#103; &#115;&#101;&#115;&#115;&#105;&#111;&#110;.
+    This class displays a log of all exceptions having occured during
+    a debugging session.
 </p><h4>Signals</h4>
 <dl>
 <dt>sourceFile(string, int)</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#97; &#115;&#111;&#117;&#114;&#99;&#101; &#102;&#105;&#108;&#101; &#97;&#116; &#97; &#108;&#105;&#110;&#101;
+emitted to open a source file at a line
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -64,88 +64,88 @@
 <table>
 <tr>
 <td><a href="#ExceptionLogger.__init__">ExceptionLogger</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#ExceptionLogger.__configure">__configure</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private method to open the configuration dialog.</td>
 </tr><tr>
 <td><a href="#ExceptionLogger.__itemDoubleClicked">__itemDoubleClicked</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107; &#111;&#102; &#97;&#110; &#105;&#116;&#101;&#109;.</td>
+<td>Private slot to handle the double click of an item.</td>
 </tr><tr>
 <td><a href="#ExceptionLogger.__openSource">__openSource</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107; &#111;&#110; &#97;&#110; &#101;&#110;&#116;&#114;y.</td>
+<td>Private slot to handle a double click on an entry.</td>
 </tr><tr>
 <td><a href="#ExceptionLogger.__showContextMenu">__showContextMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#109;&#101;&#110;&#117; &#111;&#102; &#116;&#104;&#101; &#108;&#105;&#115;&#116;v&#105;&#101;w.</td>
+<td>Private slot to show the context menu of the listview.</td>
 </tr><tr>
 <td><a href="#ExceptionLogger.addException">addException</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#114;&#114;&#105;v&#97;&#108; &#111;&#102; &#97; &#110;&#101;w &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;.</td>
+<td>Public slot to handle the arrival of a new exception.</td>
 </tr><tr>
 <td><a href="#ExceptionLogger.debuggingStarted">debuggingStarted</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#108;&#101;&#97;&#114; &#116;&#104;&#101; &#108;&#105;&#115;&#116;v&#105;&#101;w &#117;&#112;&#111;&#110; &#115;&#116;&#97;&#114;&#116;&#105;&#110;&#103; &#97; &#110;&#101;w &#100;&#101;&#98;&#117;&#103;&#103;&#105;&#110;&#103; &#115;&#101;&#115;&#115;&#105;&#111;&#110;.</td>
+<td>Public slot to clear the listview upon starting a new debugging session.</td>
 </tr>
 </table>
 <a NAME="ExceptionLogger.__init__" ID="ExceptionLogger.__init__"></a>
 <h4>ExceptionLogger (Constructor)</h4>
 <b>ExceptionLogger</b>(<i>parent=None</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; &#111;&#102; &#116;&#104;&#105;&#115; w&#105;&#100;&#103;&#101;&#116;
+the parent widget of this widget
 </dd>
 </dl><a NAME="ExceptionLogger.__configure" ID="ExceptionLogger.__configure"></a>
 <h4>ExceptionLogger.__configure</h4>
 <b>__configure</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107; &#111;&#102; &#97;&#110; &#105;&#116;&#101;&#109;. 
+        Private slot to handle the double click of an item. 
 </p><dl>
 <dt><i>itm</i></dt>
 <dd>
-&#116;&#104;&#101; &#105;&#116;&#101;&#109; &#116;&#104;&#97;&#116; w&#97;&#115; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107;&#101;&#100;(&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;), &#105;&#103;&#110;&#111;&#114;&#101;&#100;
+the item that was double clicked(QTreeWidgetItem), ignored
 </dd>
 </dl><a NAME="ExceptionLogger.__openSource" ID="ExceptionLogger.__openSource"></a>
 <h4>ExceptionLogger.__openSource</h4>
 <b>__openSource</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107; &#111;&#110; &#97;&#110; &#101;&#110;&#116;&#114;y.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#109;&#101;&#110;&#117; &#111;&#102; &#116;&#104;&#101; &#108;&#105;&#115;&#116;v&#105;&#101;w.
+        Private slot to show the context menu of the listview.
 </p><dl>
 <dt><i>coord</i></dt>
 <dd>
-&#116;&#104;&#101; &#103;&#108;&#111;&#98;&#97;&#108; &#99;&#111;&#111;&#114;&#100;&#105;&#110;&#97;&#116;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#109;&#111;&#117;&#115;&#101; &#112;&#111;&#105;&#110;&#116;&#101;&#114; (&#81;&#80;&#111;&#105;&#110;&#116;)
+the global coordinates of the mouse pointer (QPoint)
 </dd>
 </dl><a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a>
 <h4>ExceptionLogger.addException</h4>
 <b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#114;&#114;&#105;v&#97;&#108; &#111;&#102; &#97; &#110;&#101;w &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;.
+        Public slot to handle the arrival of a new exception.
 </p><dl>
 <dt><i>exceptionType</i></dt>
 <dd>
-&#116;y&#112;&#101; &#111;&#102; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#114;&#97;&#105;&#115;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+type of exception raised (string)
 </dd><dt><i>exceptionMessage</i></dt>
 <dd>
-&#109;&#101;&#115;&#115;&#97;&#103;&#101; &#103;&#105;v&#101;&#110; &#98;y &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+message given by the exception (string)
 </dd><dt><i>stackTrace</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#97;&#99;&#107; &#101;&#110;&#116;&#114;&#105;&#101;&#115;.
+list of stack entries.
 </dd>
 </dl><a NAME="ExceptionLogger.debuggingStarted" ID="ExceptionLogger.debuggingStarted"></a>
 <h4>ExceptionLogger.debuggingStarted</h4>
 <b>debuggingStarted</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#108;&#101;&#97;&#114; &#116;&#104;&#101; &#108;&#105;&#115;&#116;v&#105;&#101;w &#117;&#112;&#111;&#110; &#115;&#116;&#97;&#114;&#116;&#105;&#110;&#103; &#97; &#110;&#101;w &#100;&#101;&#98;&#117;&#103;&#103;&#105;&#110;&#103; &#115;&#101;&#115;&#115;&#105;&#111;&#110;.
+        Public slot to clear the listview upon starting a new debugging session.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial