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> |
|
67 <td>Constructor</td> |
|
68 </tr><tr> |
|
69 <td><a href="#BreakPointViewer.__addBreak">__addBreak</a></td> |
70 <td><a href="#BreakPointViewer.__addBreak">__addBreak</a></td> |
70 <td>Private slot to handle the add breakpoint context menu entry.</td> |
71 <td>Private slot to handle the add breakpoint context menu entry.</td> |
71 </tr><tr> |
72 </tr><tr> |
72 <td><a href="#BreakPointViewer.__clearSelection">__clearSelection</a></td> |
73 <td><a href="#BreakPointViewer.__clearSelection">__clearSelection</a></td> |
73 <td>Private slot to clear the selection.</td> |
74 <td>Private slot to clear the selection.</td> |
154 <td>Public slot to handle the clientLine signal.</td> |
155 <td>Public slot to handle the clientLine signal.</td> |
155 </tr><tr> |
156 </tr><tr> |
156 <td><a href="#BreakPointViewer.setModel">setModel</a></td> |
157 <td><a href="#BreakPointViewer.setModel">setModel</a></td> |
157 <td>Public slot to set the breakpoint model.</td> |
158 <td>Public slot to set the breakpoint model.</td> |
158 </tr> |
159 </tr> |
|
160 </table> |
|
161 <h3>Static Methods</h3> |
|
162 <table> |
|
163 <tr><td>None</td></tr> |
159 </table> |
164 </table> |
160 <a NAME="BreakPointViewer.__init__" ID="BreakPointViewer.__init__"></a> |
165 <a NAME="BreakPointViewer.__init__" ID="BreakPointViewer.__init__"></a> |
161 <h4>BreakPointViewer (Constructor)</h4> |
166 <h4>BreakPointViewer (Constructor)</h4> |
162 <b>BreakPointViewer</b>(<i>parent=None</i>) |
167 <b>BreakPointViewer</b>(<i>parent=None</i>) |
163 <p> |
168 <p> |