75 <td><a href="#BreakPointModel.addBreakPoints">addBreakPoints</a></td> |
75 <td><a href="#BreakPointModel.addBreakPoints">addBreakPoints</a></td> |
76 <td>Public method to add multiple breakpoints to the list.</td> |
76 <td>Public method to add multiple breakpoints to the list.</td> |
77 </tr> |
77 </tr> |
78 <tr> |
78 <tr> |
79 <td><a href="#BreakPointModel.columnCount">columnCount</a></td> |
79 <td><a href="#BreakPointModel.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="#BreakPointModel.data">data</a></td> |
83 <td><a href="#BreakPointModel.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> |
127 <td><a href="#BreakPointModel.isBreakPointTemporaryByIndex">isBreakPointTemporaryByIndex</a></td> |
127 <td><a href="#BreakPointModel.isBreakPointTemporaryByIndex">isBreakPointTemporaryByIndex</a></td> |
128 <td>Public method to test, if a breakpoint given by its index is temporary.</td> |
128 <td>Public method to test, if a breakpoint given by its index is temporary.</td> |
129 </tr> |
129 </tr> |
130 <tr> |
130 <tr> |
131 <td><a href="#BreakPointModel.parent">parent</a></td> |
131 <td><a href="#BreakPointModel.parent">parent</a></td> |
132 <td></td> |
132 <td>Public method to get the parent index.</td> |
133 </tr> |
133 </tr> |
134 <tr> |
134 <tr> |
135 <td><a href="#BreakPointModel.rowCount">rowCount</a></td> |
135 <td><a href="#BreakPointModel.rowCount">rowCount</a></td> |
136 <td>Public method to get the current row count.</td> |
136 <td>Public method to get the current row count.</td> |
137 </tr> |
137 </tr> |
143 <td><a href="#BreakPointModel.setBreakPointEnabledByIndex">setBreakPointEnabledByIndex</a></td> |
143 <td><a href="#BreakPointModel.setBreakPointEnabledByIndex">setBreakPointEnabledByIndex</a></td> |
144 <td>Public method to set the enabled state of a breakpoint given by index.</td> |
144 <td>Public method to set the enabled state of a breakpoint given by index.</td> |
145 </tr> |
145 </tr> |
146 <tr> |
146 <tr> |
147 <td><a href="#BreakPointModel.setData">setData</a></td> |
147 <td><a href="#BreakPointModel.setData">setData</a></td> |
148 <td></td> |
148 <td>Public method to change data in the model.</td> |
149 </tr> |
149 </tr> |
150 </table> |
150 </table> |
151 <h3>Static Methods</h3> |
151 <h3>Static Methods</h3> |
152 |
152 |
153 <table> |
153 <table> |
212 </dl> |
212 </dl> |
213 <a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
213 <a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> |
214 <h4>BreakPointModel.columnCount</h4> |
214 <h4>BreakPointModel.columnCount</h4> |
215 <b>columnCount</b>(<i>parent=None</i>) |
215 <b>columnCount</b>(<i>parent=None</i>) |
216 |
216 |
|
217 <p> |
|
218 Public method to get the current column count. |
|
219 </p> |
|
220 <dl> |
|
221 |
|
222 <dt><i>parent</i> (QModelIndex)</dt> |
|
223 <dd> |
|
224 reference to parent index (Unused) |
|
225 </dd> |
|
226 </dl> |
|
227 <dl> |
|
228 <dt>Return:</dt> |
|
229 <dd> |
|
230 column count |
|
231 </dd> |
|
232 </dl> |
|
233 <dl> |
|
234 <dt>Return Type:</dt> |
|
235 <dd> |
|
236 int |
|
237 </dd> |
|
238 </dl> |
217 <a NAME="BreakPointModel.data" ID="BreakPointModel.data"></a> |
239 <a NAME="BreakPointModel.data" ID="BreakPointModel.data"></a> |
218 <h4>BreakPointModel.data</h4> |
240 <h4>BreakPointModel.data</h4> |
219 <b>data</b>(<i>index, role=Qt.ItemDataRole.DisplayRole</i>) |
241 <b>data</b>(<i>index, role=Qt.ItemDataRole.DisplayRole</i>) |
220 |
242 |
221 <p> |
243 <p> |
504 </dl> |
526 </dl> |
505 <a NAME="BreakPointModel.parent" ID="BreakPointModel.parent"></a> |
527 <a NAME="BreakPointModel.parent" ID="BreakPointModel.parent"></a> |
506 <h4>BreakPointModel.parent</h4> |
528 <h4>BreakPointModel.parent</h4> |
507 <b>parent</b>(<i>index</i>) |
529 <b>parent</b>(<i>index</i>) |
508 |
530 |
|
531 <p> |
|
532 Public method to get the parent index. |
|
533 </p> |
|
534 <dl> |
|
535 |
|
536 <dt><i>index</i> (QModelIndex)</dt> |
|
537 <dd> |
|
538 index of item to get parent |
|
539 </dd> |
|
540 </dl> |
|
541 <dl> |
|
542 <dt>Return:</dt> |
|
543 <dd> |
|
544 index of parent |
|
545 </dd> |
|
546 </dl> |
|
547 <dl> |
|
548 <dt>Return Type:</dt> |
|
549 <dd> |
|
550 QModelIndex |
|
551 </dd> |
|
552 </dl> |
509 <a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> |
553 <a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> |
510 <h4>BreakPointModel.rowCount</h4> |
554 <h4>BreakPointModel.rowCount</h4> |
511 <b>rowCount</b>(<i>parent=None</i>) |
555 <b>rowCount</b>(<i>parent=None</i>) |
512 |
556 |
513 <p> |
557 <p> |
579 </dl> |
623 </dl> |
580 <a NAME="BreakPointModel.setData" ID="BreakPointModel.setData"></a> |
624 <a NAME="BreakPointModel.setData" ID="BreakPointModel.setData"></a> |
581 <h4>BreakPointModel.setData</h4> |
625 <h4>BreakPointModel.setData</h4> |
582 <b>setData</b>(<i>index, value, role=Qt.ItemDataRole.EditRole</i>) |
626 <b>setData</b>(<i>index, value, role=Qt.ItemDataRole.EditRole</i>) |
583 |
627 |
|
628 <p> |
|
629 Public method to change data in the model. |
|
630 </p> |
|
631 <dl> |
|
632 |
|
633 <dt><i>index</i> (QModelIndex)</dt> |
|
634 <dd> |
|
635 index of the changed data |
|
636 </dd> |
|
637 <dt><i>value</i> (any)</dt> |
|
638 <dd> |
|
639 value of the changed data |
|
640 </dd> |
|
641 <dt><i>role</i> (Qt.ItemDataRole)</dt> |
|
642 <dd> |
|
643 role of the changed data |
|
644 </dd> |
|
645 </dl> |
|
646 <dl> |
|
647 <dt>Return:</dt> |
|
648 <dd> |
|
649 flag indicating success |
|
650 </dd> |
|
651 </dl> |
|
652 <dl> |
|
653 <dt>Return Type:</dt> |
|
654 <dd> |
|
655 bool |
|
656 </dd> |
|
657 </dl> |
584 <div align="right"><a href="#top">Up</a></div> |
658 <div align="right"><a href="#top">Up</a></div> |
585 <hr /> |
659 <hr /> |
586 </body></html> |
660 </body></html> |