141 (tuple of temporary flag (bool), enabled flag (bool), |
141 (tuple of temporary flag (bool), enabled flag (bool), |
142 ignore count (integer)) |
142 ignore count (integer)) |
143 </dd> |
143 </dd> |
144 </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
144 </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
145 <h4>WatchPointModel.columnCount</h4> |
145 <h4>WatchPointModel.columnCount</h4> |
146 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
146 <b>columnCount</b>(<i>parent=None</i>) |
147 <p> |
147 <p> |
148 Public method to get the current column count. |
148 Public method to get the current column count. |
149 </p><dl> |
149 </p><dl> |
150 <dt><i>parent</i></dt> |
150 <dt><i>parent</i></dt> |
151 <dd> |
151 <dd> |
152 index of the parent item (QModelIndex) |
152 index of the parent item (QModelIndex) (Unused) |
153 </dd> |
153 </dd> |
154 </dl><dl> |
154 </dl><dl> |
155 <dt>Returns:</dt> |
155 <dt>Returns:</dt> |
156 <dd> |
156 <dd> |
157 column count (integer) |
157 column count (integer) |
251 <dd> |
251 <dd> |
252 index (QModelIndex) |
252 index (QModelIndex) |
253 </dd> |
253 </dd> |
254 </dl><a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a> |
254 </dl><a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a> |
255 <h4>WatchPointModel.hasChildren</h4> |
255 <h4>WatchPointModel.hasChildren</h4> |
256 <b>hasChildren</b>(<i>parent=QModelIndex()</i>) |
256 <b>hasChildren</b>(<i>parent=None</i>) |
257 <p> |
257 <p> |
258 Public method to check for the presence of child items. |
258 Public method to check for the presence of child items. |
259 </p><dl> |
259 </p><dl> |
260 <dt><i>parent</i></dt> |
260 <dt><i>parent</i></dt> |
261 <dd> |
261 <dd> |
287 <dd> |
287 <dd> |
288 header data |
288 header data |
289 </dd> |
289 </dd> |
290 </dl><a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a> |
290 </dl><a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a> |
291 <h4>WatchPointModel.index</h4> |
291 <h4>WatchPointModel.index</h4> |
292 <b>index</b>(<i>row, column, parent=QModelIndex()</i>) |
292 <b>index</b>(<i>row, column, parent=None</i>) |
293 <p> |
293 <p> |
294 Public method to create an index. |
294 Public method to create an index. |
295 </p><dl> |
295 </p><dl> |
296 <dt><i>row</i></dt> |
296 <dt><i>row</i></dt> |
297 <dd> |
297 <dd> |
323 <dd> |
323 <dd> |
324 index of parent (QModelIndex) |
324 index of parent (QModelIndex) |
325 </dd> |
325 </dd> |
326 </dl><a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> |
326 </dl><a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> |
327 <h4>WatchPointModel.rowCount</h4> |
327 <h4>WatchPointModel.rowCount</h4> |
328 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
328 <b>rowCount</b>(<i>parent=None</i>) |
329 <p> |
329 <p> |
330 Public method to get the current row count. |
330 Public method to get the current row count. |
331 </p><dl> |
331 </p><dl> |
332 <dt><i>parent</i></dt> |
332 <dt><i>parent</i></dt> |
333 <dd> |
333 <dd> |