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> |
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> |