123 <h4>BreakPointModel (Constructor)</h4> |
123 <h4>BreakPointModel (Constructor)</h4> |
124 <b>BreakPointModel</b>(<i>parent=None</i>) |
124 <b>BreakPointModel</b>(<i>parent=None</i>) |
125 <p> |
125 <p> |
126 Constructor |
126 Constructor |
127 </p><dl> |
127 </p><dl> |
128 <dt><i>reference</i></dt> |
128 <dt><i>parent</i></dt> |
129 <dd> |
129 <dd> |
130 to the parent widget (QObject) |
130 reference to the parent widget (QObject) |
131 </dd> |
131 </dd> |
132 </dl><a NAME="BreakPointModel.addBreakPoint" ID="BreakPointModel.addBreakPoint"></a> |
132 </dl><a NAME="BreakPointModel.addBreakPoint" ID="BreakPointModel.addBreakPoint"></a> |
133 <h4>BreakPointModel.addBreakPoint</h4> |
133 <h4>BreakPointModel.addBreakPoint</h4> |
134 <b>addBreakPoint</b>(<i>fn, line, properties</i>) |
134 <b>addBreakPoint</b>(<i>fn, line, properties</i>) |
135 <p> |
135 <p> |
151 <h4>BreakPointModel.columnCount</h4> |
151 <h4>BreakPointModel.columnCount</h4> |
152 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
152 <b>columnCount</b>(<i>parent=QModelIndex()</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> |
|
157 <dd> |
|
158 reference to parent index (QModelIndex) |
|
159 </dd> |
|
160 </dl><dl> |
156 <dt>Returns:</dt> |
161 <dt>Returns:</dt> |
157 <dd> |
162 <dd> |
158 column count (integer) |
163 column count (integer) |
159 </dd> |
164 </dd> |
160 </dl><a NAME="BreakPointModel.data" ID="BreakPointModel.data"></a> |
165 </dl><a NAME="BreakPointModel.data" ID="BreakPointModel.data"></a> |
340 <h4>BreakPointModel.rowCount</h4> |
345 <h4>BreakPointModel.rowCount</h4> |
341 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
346 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
342 <p> |
347 <p> |
343 Public method to get the current row count. |
348 Public method to get the current row count. |
344 </p><dl> |
349 </p><dl> |
|
350 <dt><i>parent</i></dt> |
|
351 <dd> |
|
352 reference to parent index (QModelIndex) |
|
353 </dd> |
|
354 </dl><dl> |
345 <dt>Returns:</dt> |
355 <dt>Returns:</dt> |
346 <dd> |
356 <dd> |
347 row count (integer) |
357 row count (integer) |
348 </dd> |
358 </dd> |
349 </dl><a NAME="BreakPointModel.setBreakPointByIndex" ID="BreakPointModel.setBreakPointByIndex"></a> |
359 </dl><a NAME="BreakPointModel.setBreakPointByIndex" ID="BreakPointModel.setBreakPointByIndex"></a> |