Documentation/Source/eric5.Debugger.BreakPointViewer.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 767
27554f80d08f
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
45 <p> 45 <p>
46 Class implementing the Breakpoint viewer widget. 46 Class implementing the Breakpoint viewer widget.
47 </p><p> 47 </p><p>
48 Breakpoints will be shown with all their details. They can be modified through 48 Breakpoints will be shown with all their details. They can be modified through
49 the context menu of this widget. 49 the context menu of this widget.
50 </p><h4>Signals</h4> 50 </p><h3>Signals</h3>
51 <dl> 51 <dl>
52 <dt>sourceFile(str, int)</dt> 52 <dt>sourceFile(str, int)</dt>
53 <dd> 53 <dd>
54 emitted to show the source of a breakpoint 54 emitted to show the source of a breakpoint
55 </dd> 55 </dd>
58 QTreeView 58 QTreeView
59 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60 <table> 60 <table>
61 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
62 </table> 62 </table>
63 <h3>Class Methods</h3>
64 <table>
65 <tr><td>None</td></tr>
66 </table>
63 <h3>Methods</h3> 67 <h3>Methods</h3>
64 <table> 68 <table>
65 <tr> 69 <tr>
66 <td><a href="#BreakPointViewer.__init__">BreakPointViewer</a></td> 70 <td><a href="#BreakPointViewer.__init__">BreakPointViewer</a></td>
67 <td>Constructor</td> 71 <td>Constructor</td>
154 <td>Public slot to handle the clientLine signal.</td> 158 <td>Public slot to handle the clientLine signal.</td>
155 </tr><tr> 159 </tr><tr>
156 <td><a href="#BreakPointViewer.setModel">setModel</a></td> 160 <td><a href="#BreakPointViewer.setModel">setModel</a></td>
157 <td>Public slot to set the breakpoint model.</td> 161 <td>Public slot to set the breakpoint model.</td>
158 </tr> 162 </tr>
163 </table>
164 <h3>Static Methods</h3>
165 <table>
166 <tr><td>None</td></tr>
159 </table> 167 </table>
160 <a NAME="BreakPointViewer.__init__" ID="BreakPointViewer.__init__"></a> 168 <a NAME="BreakPointViewer.__init__" ID="BreakPointViewer.__init__"></a>
161 <h4>BreakPointViewer (Constructor)</h4> 169 <h4>BreakPointViewer (Constructor)</h4>
162 <b>BreakPointViewer</b>(<i>parent = None</i>) 170 <b>BreakPointViewer</b>(<i>parent = None</i>)
163 <p> 171 <p>

eric ide

mercurial