109 <td>Public method to set the enabled state of a breakpoint given by index.</td> |
109 <td>Public method to set the enabled state of a breakpoint given by index.</td> |
110 </tr> |
110 </tr> |
111 </table> |
111 </table> |
112 <a NAME="BreakPointModel.__init__" ID="BreakPointModel.__init__"></a> |
112 <a NAME="BreakPointModel.__init__" ID="BreakPointModel.__init__"></a> |
113 <h4>BreakPointModel (Constructor)</h4> |
113 <h4>BreakPointModel (Constructor)</h4> |
114 <b>BreakPointModel</b>(<i>parent = None</i>) |
114 <b>BreakPointModel</b>(<i>parent=None</i>) |
115 <p> |
115 <p> |
116 Constructor |
116 Constructor |
117 </p><dl> |
117 </p><dl> |
118 <dt><i>reference</i></dt> |
118 <dt><i>reference</i></dt> |
119 <dd> |
119 <dd> |
132 <dd> |
132 <dd> |
133 line number of the breakpoint (integer) |
133 line number of the breakpoint (integer) |
134 </dd><dt><i>properties</i></dt> |
134 </dd><dt><i>properties</i></dt> |
135 <dd> |
135 <dd> |
136 properties of the breakpoint |
136 properties of the breakpoint |
137 (tuple of condition (string), temporary flag (bool), |
137 (tuple of condition (string), temporary flag (bool), |
138 enabled flag (bool), ignore count (integer)) |
138 enabled flag (bool), ignore count (integer)) |
139 </dd> |
139 </dd> |
140 </dl><a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
140 </dl><a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
141 <h4>BreakPointModel.columnCount</h4> |
141 <h4>BreakPointModel.columnCount</h4> |
142 <b>columnCount</b>(<i>parent = QModelIndex()</i>) |
142 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
143 <p> |
143 <p> |
144 Public method to get the current column count. |
144 Public method to get the current column count. |
145 </p><dl> |
145 </p><dl> |
146 <dt>Returns:</dt> |
146 <dt>Returns:</dt> |
147 <dd> |
147 <dd> |
239 <dd> |
239 <dd> |
240 index (QModelIndex) |
240 index (QModelIndex) |
241 </dd> |
241 </dd> |
242 </dl><a NAME="BreakPointModel.hasChildren" ID="BreakPointModel.hasChildren"></a> |
242 </dl><a NAME="BreakPointModel.hasChildren" ID="BreakPointModel.hasChildren"></a> |
243 <h4>BreakPointModel.hasChildren</h4> |
243 <h4>BreakPointModel.hasChildren</h4> |
244 <b>hasChildren</b>(<i>parent = QModelIndex()</i>) |
244 <b>hasChildren</b>(<i>parent=QModelIndex()</i>) |
245 <p> |
245 <p> |
246 Public method to check for the presence of child items. |
246 Public method to check for the presence of child items. |
247 </p><dl> |
247 </p><dl> |
248 <dt><i>parent</i></dt> |
248 <dt><i>parent</i></dt> |
249 <dd> |
249 <dd> |
254 <dd> |
254 <dd> |
255 flag indicating the presence of child items (boolean) |
255 flag indicating the presence of child items (boolean) |
256 </dd> |
256 </dd> |
257 </dl><a NAME="BreakPointModel.headerData" ID="BreakPointModel.headerData"></a> |
257 </dl><a NAME="BreakPointModel.headerData" ID="BreakPointModel.headerData"></a> |
258 <h4>BreakPointModel.headerData</h4> |
258 <h4>BreakPointModel.headerData</h4> |
259 <b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>) |
259 <b>headerData</b>(<i>section, orientation, role=Qt.DisplayRole</i>) |
260 <p> |
260 <p> |
261 Public method to get header data. |
261 Public method to get header data. |
262 </p><dl> |
262 </p><dl> |
263 <dt><i>section</i></dt> |
263 <dt><i>section</i></dt> |
264 <dd> |
264 <dd> |
275 <dd> |
275 <dd> |
276 header data |
276 header data |
277 </dd> |
277 </dd> |
278 </dl><a NAME="BreakPointModel.index" ID="BreakPointModel.index"></a> |
278 </dl><a NAME="BreakPointModel.index" ID="BreakPointModel.index"></a> |
279 <h4>BreakPointModel.index</h4> |
279 <h4>BreakPointModel.index</h4> |
280 <b>index</b>(<i>row, column, parent = QModelIndex()</i>) |
280 <b>index</b>(<i>row, column, parent=QModelIndex()</i>) |
281 <p> |
281 <p> |
282 Public method to create an index. |
282 Public method to create an index. |
283 </p><dl> |
283 </p><dl> |
284 <dt><i>row</i></dt> |
284 <dt><i>row</i></dt> |
285 <dd> |
285 <dd> |
326 <dd> |
326 <dd> |
327 index of parent (QModelIndex) |
327 index of parent (QModelIndex) |
328 </dd> |
328 </dd> |
329 </dl><a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> |
329 </dl><a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> |
330 <h4>BreakPointModel.rowCount</h4> |
330 <h4>BreakPointModel.rowCount</h4> |
331 <b>rowCount</b>(<i>parent = QModelIndex()</i>) |
331 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
332 <p> |
332 <p> |
333 Public method to get the current row count. |
333 Public method to get the current row count. |
334 </p><dl> |
334 </p><dl> |
335 <dt>Returns:</dt> |
335 <dt>Returns:</dt> |
336 <dd> |
336 <dd> |
352 <dd> |
352 <dd> |
353 line number of the breakpoint (integer) |
353 line number of the breakpoint (integer) |
354 </dd><dt><i>properties</i></dt> |
354 </dd><dt><i>properties</i></dt> |
355 <dd> |
355 <dd> |
356 properties of the breakpoint |
356 properties of the breakpoint |
357 (tuple of condition (string), temporary flag (bool), |
357 (tuple of condition (string), temporary flag (bool), |
358 enabled flag (bool), ignore count (integer)) |
358 enabled flag (bool), ignore count (integer)) |
359 </dd> |
359 </dd> |
360 </dl><a NAME="BreakPointModel.setBreakPointEnabledByIndex" ID="BreakPointModel.setBreakPointEnabledByIndex"></a> |
360 </dl><a NAME="BreakPointModel.setBreakPointEnabledByIndex" ID="BreakPointModel.setBreakPointEnabledByIndex"></a> |
361 <h4>BreakPointModel.setBreakPointEnabledByIndex</h4> |
361 <h4>BreakPointModel.setBreakPointEnabledByIndex</h4> |
362 <b>setBreakPointEnabledByIndex</b>(<i>index, enabled</i>) |
362 <b>setBreakPointEnabledByIndex</b>(<i>index, enabled</i>) |