45 <p> |
45 <p> |
46 Class implementing the Exception Logger widget. |
46 Class implementing the Exception Logger widget. |
47 </p><p> |
47 </p><p> |
48 This class displays a log of all exceptions having occured during |
48 This class displays a log of all exceptions having occured during |
49 a debugging session. |
49 a debugging session. |
50 </p><h4>Signals</h4> |
50 </p><h3>Signals</h3> |
51 <dl> |
51 <dl> |
52 <dt>sourceFile(string, int)</dt> |
52 <dt>sourceFile(string, int)</dt> |
53 <dd> |
53 <dd> |
54 emitted to open a source file at a line |
54 emitted to open a source file at a line |
55 </dd> |
55 </dd> |
56 </dl> |
56 </dl> |
57 <h3>Derived from</h3> |
57 <h3>Derived from</h3> |
58 QTreeWidget |
58 QTreeWidget |
59 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
|
60 <table> |
|
61 <tr><td>None</td></tr> |
|
62 </table> |
|
63 <h3>Class Methods</h3> |
60 <table> |
64 <table> |
61 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
62 </table> |
66 </table> |
63 <h3>Methods</h3> |
67 <h3>Methods</h3> |
64 <table> |
68 <table> |
82 <td>Public slot to handle the arrival of a new exception.</td> |
86 <td>Public slot to handle the arrival of a new exception.</td> |
83 </tr><tr> |
87 </tr><tr> |
84 <td><a href="#ExceptionLogger.debuggingStarted">debuggingStarted</a></td> |
88 <td><a href="#ExceptionLogger.debuggingStarted">debuggingStarted</a></td> |
85 <td>Public slot to clear the listview upon starting a new debugging session.</td> |
89 <td>Public slot to clear the listview upon starting a new debugging session.</td> |
86 </tr> |
90 </tr> |
|
91 </table> |
|
92 <h3>Static Methods</h3> |
|
93 <table> |
|
94 <tr><td>None</td></tr> |
87 </table> |
95 </table> |
88 <a NAME="ExceptionLogger.__init__" ID="ExceptionLogger.__init__"></a> |
96 <a NAME="ExceptionLogger.__init__" ID="ExceptionLogger.__init__"></a> |
89 <h4>ExceptionLogger (Constructor)</h4> |
97 <h4>ExceptionLogger (Constructor)</h4> |
90 <b>ExceptionLogger</b>(<i>parent=None</i>) |
98 <b>ExceptionLogger</b>(<i>parent=None</i>) |
91 <p> |
99 <p> |