84 <tr> |
84 <tr> |
85 <td><a href="#BreakPointModel.addBreakPoint">addBreakPoint</a></td> |
85 <td><a href="#BreakPointModel.addBreakPoint">addBreakPoint</a></td> |
86 <td>Public method to add a new breakpoint to the list.</td> |
86 <td>Public method to add a new breakpoint to the list.</td> |
87 </tr> |
87 </tr> |
88 <tr> |
88 <tr> |
|
89 <td><a href="#BreakPointModel.addBreakPoints">addBreakPoints</a></td> |
|
90 <td>Public method to add multiple breakpoints to the list.</td> |
|
91 </tr> |
|
92 <tr> |
89 <td><a href="#BreakPointModel.columnCount">columnCount</a></td> |
93 <td><a href="#BreakPointModel.columnCount">columnCount</a></td> |
90 <td>Public method to get the current column count.</td> |
94 <td>Public method to get the current column count.</td> |
91 </tr> |
95 </tr> |
92 <tr> |
96 <tr> |
93 <td><a href="#BreakPointModel.data">data</a></td> |
97 <td><a href="#BreakPointModel.data">data</a></td> |
106 <td>Public method to delete a list of breakpoints given by their indexes.</td> |
110 <td>Public method to delete a list of breakpoints given by their indexes.</td> |
107 </tr> |
111 </tr> |
108 <tr> |
112 <tr> |
109 <td><a href="#BreakPointModel.flags">flags</a></td> |
113 <td><a href="#BreakPointModel.flags">flags</a></td> |
110 <td>Public method to get item flags.</td> |
114 <td>Public method to get item flags.</td> |
|
115 </tr> |
|
116 <tr> |
|
117 <td><a href="#BreakPointModel.getAllBreakpoints">getAllBreakpoints</a></td> |
|
118 <td>Public method to get a copy of the breakpoints.</td> |
111 </tr> |
119 </tr> |
112 <tr> |
120 <tr> |
113 <td><a href="#BreakPointModel.getBreakPointByIndex">getBreakPointByIndex</a></td> |
121 <td><a href="#BreakPointModel.getBreakPointByIndex">getBreakPointByIndex</a></td> |
114 <td>Public method to get the values of a breakpoint given by index.</td> |
122 <td>Public method to get the values of a breakpoint given by index.</td> |
115 </tr> |
123 </tr> |
195 <dd> |
203 <dd> |
196 properties of the breakpoint |
204 properties of the breakpoint |
197 (tuple of condition, temporary flag, enabled flag, ignore count) |
205 (tuple of condition, temporary flag, enabled flag, ignore count) |
198 </dd> |
206 </dd> |
199 </dl> |
207 </dl> |
|
208 <a NAME="BreakPointModel.addBreakPoints" ID="BreakPointModel.addBreakPoints"></a> |
|
209 <h4>BreakPointModel.addBreakPoints</h4> |
|
210 <b>addBreakPoints</b>(<i>breakpoints</i>) |
|
211 |
|
212 <p> |
|
213 Public method to add multiple breakpoints to the list. |
|
214 </p> |
|
215 <dl> |
|
216 |
|
217 <dt><i>breakpoints</i> (list of (str, int, str, bool, bool, int))</dt> |
|
218 <dd> |
|
219 list of breakpoints with file name, line number, |
|
220 condition, temporary flag, enabled flag and ignore count each |
|
221 </dd> |
|
222 </dl> |
200 <a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
223 <a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
201 <h4>BreakPointModel.columnCount</h4> |
224 <h4>BreakPointModel.columnCount</h4> |
202 <b>columnCount</b>(<i>parent=None</i>) |
225 <b>columnCount</b>(<i>parent=None</i>) |
203 |
226 |
204 <p> |
227 <p> |
312 <dt>Return Type:</dt> |
335 <dt>Return Type:</dt> |
313 <dd> |
336 <dd> |
314 Qt.ItemFlags |
337 Qt.ItemFlags |
315 </dd> |
338 </dd> |
316 </dl> |
339 </dl> |
|
340 <a NAME="BreakPointModel.getAllBreakpoints" ID="BreakPointModel.getAllBreakpoints"></a> |
|
341 <h4>BreakPointModel.getAllBreakpoints</h4> |
|
342 <b>getAllBreakpoints</b>(<i></i>) |
|
343 |
|
344 <p> |
|
345 Public method to get a copy of the breakpoints. |
|
346 </p> |
|
347 <dl> |
|
348 <dt>Return:</dt> |
|
349 <dd> |
|
350 list of breakpoints |
|
351 </dd> |
|
352 </dl> |
|
353 <dl> |
|
354 <dt>Return Type:</dt> |
|
355 <dd> |
|
356 list of list of [str, int, str, bool, bool, int] |
|
357 </dd> |
|
358 </dl> |
317 <a NAME="BreakPointModel.getBreakPointByIndex" ID="BreakPointModel.getBreakPointByIndex"></a> |
359 <a NAME="BreakPointModel.getBreakPointByIndex" ID="BreakPointModel.getBreakPointByIndex"></a> |
318 <h4>BreakPointModel.getBreakPointByIndex</h4> |
360 <h4>BreakPointModel.getBreakPointByIndex</h4> |
319 <b>getBreakPointByIndex</b>(<i>index</i>) |
361 <b>getBreakPointByIndex</b>(<i>index</i>) |
320 |
362 |
321 <p> |
363 <p> |