75 <td><a href="#WatchPointModel.addWatchPoints">addWatchPoints</a></td> |
75 <td><a href="#WatchPointModel.addWatchPoints">addWatchPoints</a></td> |
76 <td>Public method to add multiple watch expressions to the list.</td> |
76 <td>Public method to add multiple watch expressions to the list.</td> |
77 </tr> |
77 </tr> |
78 <tr> |
78 <tr> |
79 <td><a href="#WatchPointModel.columnCount">columnCount</a></td> |
79 <td><a href="#WatchPointModel.columnCount">columnCount</a></td> |
80 <td></td> |
80 <td>Public method to get the current column count.</td> |
81 </tr> |
81 </tr> |
82 <tr> |
82 <tr> |
83 <td><a href="#WatchPointModel.data">data</a></td> |
83 <td><a href="#WatchPointModel.data">data</a></td> |
84 <td>Public method to get the requested data.</td> |
84 <td>Public method to get the requested data.</td> |
85 </tr> |
85 </tr> |
123 <td><a href="#WatchPointModel.index">index</a></td> |
123 <td><a href="#WatchPointModel.index">index</a></td> |
124 <td>Public method to create an index.</td> |
124 <td>Public method to create an index.</td> |
125 </tr> |
125 </tr> |
126 <tr> |
126 <tr> |
127 <td><a href="#WatchPointModel.parent">parent</a></td> |
127 <td><a href="#WatchPointModel.parent">parent</a></td> |
128 <td></td> |
128 <td>Public method to get the parent index.</td> |
129 </tr> |
129 </tr> |
130 <tr> |
130 <tr> |
131 <td><a href="#WatchPointModel.rowCount">rowCount</a></td> |
131 <td><a href="#WatchPointModel.rowCount">rowCount</a></td> |
132 <td>Public method to get the current row count.</td> |
132 <td>Public method to get the current row count.</td> |
133 </tr> |
133 </tr> |
200 </dl> |
200 </dl> |
201 <a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
201 <a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
202 <h4>WatchPointModel.columnCount</h4> |
202 <h4>WatchPointModel.columnCount</h4> |
203 <b>columnCount</b>(<i>parent=None</i>) |
203 <b>columnCount</b>(<i>parent=None</i>) |
204 |
204 |
|
205 <p> |
|
206 Public method to get the current column count. |
|
207 </p> |
|
208 <dl> |
|
209 |
|
210 <dt><i>parent</i></dt> |
|
211 <dd> |
|
212 index of the parent item (QModelIndex) (Unused) |
|
213 </dd> |
|
214 </dl> |
|
215 <dl> |
|
216 <dt>Return:</dt> |
|
217 <dd> |
|
218 column count (integer) |
|
219 </dd> |
|
220 </dl> |
205 <a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> |
221 <a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> |
206 <h4>WatchPointModel.data</h4> |
222 <h4>WatchPointModel.data</h4> |
207 <b>data</b>(<i>index, role</i>) |
223 <b>data</b>(<i>index, role</i>) |
208 |
224 |
209 <p> |
225 <p> |
431 </dl> |
447 </dl> |
432 <a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a> |
448 <a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a> |
433 <h4>WatchPointModel.parent</h4> |
449 <h4>WatchPointModel.parent</h4> |
434 <b>parent</b>(<i>index</i>) |
450 <b>parent</b>(<i>index</i>) |
435 |
451 |
|
452 <p> |
|
453 Public method to get the parent index. |
|
454 </p> |
|
455 <dl> |
|
456 |
|
457 <dt><i>index</i></dt> |
|
458 <dd> |
|
459 index of item to get parent (QModelIndex) |
|
460 </dd> |
|
461 </dl> |
|
462 <dl> |
|
463 <dt>Return:</dt> |
|
464 <dd> |
|
465 index of parent (QModelIndex) |
|
466 </dd> |
|
467 </dl> |
436 <a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> |
468 <a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> |
437 <h4>WatchPointModel.rowCount</h4> |
469 <h4>WatchPointModel.rowCount</h4> |
438 <b>rowCount</b>(<i>parent=None</i>) |
470 <b>rowCount</b>(<i>parent=None</i>) |
439 |
471 |
440 <p> |
472 <p> |