147 (tuple of condition (string), temporary flag (bool), |
147 (tuple of condition (string), temporary flag (bool), |
148 enabled flag (bool), ignore count (integer)) |
148 enabled flag (bool), ignore count (integer)) |
149 </dd> |
149 </dd> |
150 </dl><a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
150 </dl><a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
151 <h4>BreakPointModel.columnCount</h4> |
151 <h4>BreakPointModel.columnCount</h4> |
152 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
152 <b>columnCount</b>(<i>parent=None</i>) |
153 <p> |
153 <p> |
154 Public method to get the current column count. |
154 Public method to get the current column count. |
155 </p><dl> |
155 </p><dl> |
156 <dt><i>parent</i></dt> |
156 <dt><i>parent</i></dt> |
157 <dd> |
157 <dd> |
158 reference to parent index (QModelIndex) |
158 reference to parent index (QModelIndex) (Unused) |
159 </dd> |
159 </dd> |
160 </dl><dl> |
160 </dl><dl> |
161 <dt>Returns:</dt> |
161 <dt>Returns:</dt> |
162 <dd> |
162 <dd> |
163 column count (integer) |
163 column count (integer) |
255 <dd> |
255 <dd> |
256 index (QModelIndex) |
256 index (QModelIndex) |
257 </dd> |
257 </dd> |
258 </dl><a NAME="BreakPointModel.hasChildren" ID="BreakPointModel.hasChildren"></a> |
258 </dl><a NAME="BreakPointModel.hasChildren" ID="BreakPointModel.hasChildren"></a> |
259 <h4>BreakPointModel.hasChildren</h4> |
259 <h4>BreakPointModel.hasChildren</h4> |
260 <b>hasChildren</b>(<i>parent=QModelIndex()</i>) |
260 <b>hasChildren</b>(<i>parent=None</i>) |
261 <p> |
261 <p> |
262 Public method to check for the presence of child items. |
262 Public method to check for the presence of child items. |
263 </p><dl> |
263 </p><dl> |
264 <dt><i>parent</i></dt> |
264 <dt><i>parent</i></dt> |
265 <dd> |
265 <dd> |
291 <dd> |
291 <dd> |
292 header data |
292 header data |
293 </dd> |
293 </dd> |
294 </dl><a NAME="BreakPointModel.index" ID="BreakPointModel.index"></a> |
294 </dl><a NAME="BreakPointModel.index" ID="BreakPointModel.index"></a> |
295 <h4>BreakPointModel.index</h4> |
295 <h4>BreakPointModel.index</h4> |
296 <b>index</b>(<i>row, column, parent=QModelIndex()</i>) |
296 <b>index</b>(<i>row, column, parent=None</i>) |
297 <p> |
297 <p> |
298 Public method to create an index. |
298 Public method to create an index. |
299 </p><dl> |
299 </p><dl> |
300 <dt><i>row</i></dt> |
300 <dt><i>row</i></dt> |
301 <dd> |
301 <dd> |
342 <dd> |
342 <dd> |
343 index of parent (QModelIndex) |
343 index of parent (QModelIndex) |
344 </dd> |
344 </dd> |
345 </dl><a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> |
345 </dl><a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> |
346 <h4>BreakPointModel.rowCount</h4> |
346 <h4>BreakPointModel.rowCount</h4> |
347 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
347 <b>rowCount</b>(<i>parent=None</i>) |
348 <p> |
348 <p> |
349 Public method to get the current row count. |
349 Public method to get the current row count. |
350 </p><dl> |
350 </p><dl> |
351 <dt><i>parent</i></dt> |
351 <dt><i>parent</i></dt> |
352 <dd> |
352 <dd> |