136 <dd> |
136 <dd> |
137 special condition of the watch expression (string) |
137 special condition of the watch expression (string) |
138 </dd><dt><i>properties</i></dt> |
138 </dd><dt><i>properties</i></dt> |
139 <dd> |
139 <dd> |
140 properties of the watch expression |
140 properties of the watch expression |
141 (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer)) |
141 (tuple of temporary flag (bool), enabled flag (bool), |
|
142 ignore count (integer)) |
142 </dd> |
143 </dd> |
143 </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
144 </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
144 <h4>WatchPointModel.columnCount</h4> |
145 <h4>WatchPointModel.columnCount</h4> |
145 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
146 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
146 <p> |
147 <p> |
190 </dd> |
191 </dd> |
191 </dl><a NAME="WatchPointModel.deleteWatchPoints" ID="WatchPointModel.deleteWatchPoints"></a> |
192 </dl><a NAME="WatchPointModel.deleteWatchPoints" ID="WatchPointModel.deleteWatchPoints"></a> |
192 <h4>WatchPointModel.deleteWatchPoints</h4> |
193 <h4>WatchPointModel.deleteWatchPoints</h4> |
193 <b>deleteWatchPoints</b>(<i>idxList</i>) |
194 <b>deleteWatchPoints</b>(<i>idxList</i>) |
194 <p> |
195 <p> |
195 Public method to delete a list of watch expressions given by their indexes. |
196 Public method to delete a list of watch expressions given by their |
|
197 indexes. |
196 </p><dl> |
198 </p><dl> |
197 <dt><i>idxList</i></dt> |
199 <dt><i>idxList</i></dt> |
198 <dd> |
200 <dd> |
199 list of watch expression indexes (list of QModelIndex) |
201 list of watch expression indexes (list of QModelIndex) |
200 </dd> |
202 </dd> |
224 index of the watch expression (QModelIndex) |
226 index of the watch expression (QModelIndex) |
225 </dd> |
227 </dd> |
226 </dl><dl> |
228 </dl><dl> |
227 <dt>Returns:</dt> |
229 <dt>Returns:</dt> |
228 <dd> |
230 <dd> |
229 watch expression (list of six values (expression, special condition, |
231 watch expression (list of six values (expression, |
230 temporary flag, enabled flag, ignore count, index)) |
232 special condition, temporary flag, enabled flag, ignore count, |
|
233 index)) |
231 </dd> |
234 </dd> |
232 </dl><a NAME="WatchPointModel.getWatchPointIndex" ID="WatchPointModel.getWatchPointIndex"></a> |
235 </dl><a NAME="WatchPointModel.getWatchPointIndex" ID="WatchPointModel.getWatchPointIndex"></a> |
233 <h4>WatchPointModel.getWatchPointIndex</h4> |
236 <h4>WatchPointModel.getWatchPointIndex</h4> |
234 <b>getWatchPointIndex</b>(<i>cond, special=""</i>) |
237 <b>getWatchPointIndex</b>(<i>cond, special=""</i>) |
235 <p> |
238 <p> |
236 Public method to get the index of a watch expression given by expression. |
239 Public method to get the index of a watch expression given by |
|
240 expression. |
237 </p><dl> |
241 </p><dl> |
238 <dt><i>cond</i></dt> |
242 <dt><i>cond</i></dt> |
239 <dd> |
243 <dd> |
240 expression of the watch expression (string) |
244 expression of the watch expression (string) |
241 </dd><dt><i>special</i></dt> |
245 </dd><dt><i>special</i></dt> |
350 <dd> |
354 <dd> |
351 special condition of the watch expression (string) |
355 special condition of the watch expression (string) |
352 </dd><dt><i>properties</i></dt> |
356 </dd><dt><i>properties</i></dt> |
353 <dd> |
357 <dd> |
354 properties of the watch expression |
358 properties of the watch expression |
355 (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer)) |
359 (tuple of temporary flag (bool), enabled flag (bool), |
|
360 ignore count (integer)) |
356 </dd> |
361 </dd> |
357 </dl><a NAME="WatchPointModel.setWatchPointEnabledByIndex" ID="WatchPointModel.setWatchPointEnabledByIndex"></a> |
362 </dl><a NAME="WatchPointModel.setWatchPointEnabledByIndex" ID="WatchPointModel.setWatchPointEnabledByIndex"></a> |
358 <h4>WatchPointModel.setWatchPointEnabledByIndex</h4> |
363 <h4>WatchPointModel.setWatchPointEnabledByIndex</h4> |
359 <b>setWatchPointEnabledByIndex</b>(<i>index, enabled</i>) |
364 <b>setWatchPointEnabledByIndex</b>(<i>index, enabled</i>) |
360 <p> |
365 <p> |
361 Public method to set the enabled state of a watch expression given by index. |
366 Public method to set the enabled state of a watch expression given by |
|
367 index. |
362 </p><dl> |
368 </p><dl> |
363 <dt><i>index</i></dt> |
369 <dt><i>index</i></dt> |
364 <dd> |
370 <dd> |
365 index of the watch expression (QModelIndex) |
371 index of the watch expression (QModelIndex) |
366 </dd><dt><i>enabled</i></dt> |
372 </dd><dt><i>enabled</i></dt> |