src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9338
e7e6c61805cf
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
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>Public method to get the current column count.</td> 80 <td></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>Public method to get the parent index.</td> 128 <td></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>
221 <a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> 205 <a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a>
222 <h4>WatchPointModel.data</h4> 206 <h4>WatchPointModel.data</h4>
223 <b>data</b>(<i>index, role</i>) 207 <b>data</b>(<i>index, role</i>)
224 208
225 <p> 209 <p>
447 </dl> 431 </dl>
448 <a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a> 432 <a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a>
449 <h4>WatchPointModel.parent</h4> 433 <h4>WatchPointModel.parent</h4>
450 <b>parent</b>(<i>index</i>) 434 <b>parent</b>(<i>index</i>)
451 435
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>
468 <a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> 436 <a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a>
469 <h4>WatchPointModel.rowCount</h4> 437 <h4>WatchPointModel.rowCount</h4>
470 <b>rowCount</b>(<i>parent=None</i>) 438 <b>rowCount</b>(<i>parent=None</i>)
471 439
472 <p> 440 <p>

eric ide

mercurial