53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#WatchPointModel.__init__">WatchPointModel</a></td> |
57 <td><a href="#WatchPointModel.__init__">WatchPointModel</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#WatchPointModel.addWatchPoint">addWatchPoint</a></td> |
60 <td><a href="#WatchPointModel.addWatchPoint">addWatchPoint</a></td> |
61 <td>Public method to add a new watch expression to the list.</td> |
61 <td>Public method to add a new watch expression to the list.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#WatchPointModel.columnCount">columnCount</a></td> |
63 <td><a href="#WatchPointModel.columnCount">columnCount</a></td> |
64 <td>Public method to get the current column count.</td> |
64 <td>Public method to get the current column count.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#WatchPointModel.data">data</a></td> |
66 <td><a href="#WatchPointModel.data">data</a></td> |
67 <td>Public method to get the requested data.</td> |
67 <td>Public method to get the requested data.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#WatchPointModel.deleteAll">deleteAll</a></td> |
69 <td><a href="#WatchPointModel.deleteAll">deleteAll</a></td> |
70 <td>Public method to delete all watch expressions.</td> |
70 <td>Public method to delete all watch expressions.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#WatchPointModel.deleteWatchPointByIndex">deleteWatchPointByIndex</a></td> |
72 <td><a href="#WatchPointModel.deleteWatchPointByIndex">deleteWatchPointByIndex</a></td> |
73 <td>Public method to set the values of a watch expression given by index.</td> |
73 <td>Public method to set the values of a watch expression given by index.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#WatchPointModel.deleteWatchPoints">deleteWatchPoints</a></td> |
75 <td><a href="#WatchPointModel.deleteWatchPoints">deleteWatchPoints</a></td> |
76 <td>Public method to delete a list of watch expressions given by their indexes.</td> |
76 <td>Public method to delete a list of watch expressions given by their indexes.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#WatchPointModel.flags">flags</a></td> |
78 <td><a href="#WatchPointModel.flags">flags</a></td> |
79 <td>Public method to get item flags.</td> |
79 <td>Public method to get item flags.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#WatchPointModel.getWatchPointByIndex">getWatchPointByIndex</a></td> |
81 <td><a href="#WatchPointModel.getWatchPointByIndex">getWatchPointByIndex</a></td> |
82 <td>Public method to get the values of a watch expression given by index.</td> |
82 <td>Public method to get the values of a watch expression given by index.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#WatchPointModel.getWatchPointIndex">getWatchPointIndex</a></td> |
84 <td><a href="#WatchPointModel.getWatchPointIndex">getWatchPointIndex</a></td> |
85 <td>Public method to get the index of a watch expression given by expression.</td> |
85 <td>Public method to get the index of a watch expression given by expression.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#WatchPointModel.hasChildren">hasChildren</a></td> |
87 <td><a href="#WatchPointModel.hasChildren">hasChildren</a></td> |
88 <td>Public method to check for the presence of child items.</td> |
88 <td>Public method to check for the presence of child items.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#WatchPointModel.headerData">headerData</a></td> |
90 <td><a href="#WatchPointModel.headerData">headerData</a></td> |
91 <td>Public method to get header data.</td> |
91 <td>Public method to get header data.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#WatchPointModel.index">index</a></td> |
93 <td><a href="#WatchPointModel.index">index</a></td> |
94 <td>Public method to create an index.</td> |
94 <td>Public method to create an index.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#WatchPointModel.parent">parent</a></td> |
96 <td><a href="#WatchPointModel.parent">parent</a></td> |
97 <td>Public method to get the parent index.</td> |
97 <td>Public method to get the parent index.</td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#WatchPointModel.rowCount">rowCount</a></td> |
99 <td><a href="#WatchPointModel.rowCount">rowCount</a></td> |
100 <td>Public method to get the current row count.</td> |
100 <td>Public method to get the current row count.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#WatchPointModel.setWatchPointByIndex">setWatchPointByIndex</a></td> |
102 <td><a href="#WatchPointModel.setWatchPointByIndex">setWatchPointByIndex</a></td> |
103 <td>Public method to set the values of a watch expression given by index.</td> |
103 <td>Public method to set the values of a watch expression given by index.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#WatchPointModel.setWatchPointEnabledByIndex">setWatchPointEnabledByIndex</a></td> |
105 <td><a href="#WatchPointModel.setWatchPointEnabledByIndex">setWatchPointEnabledByIndex</a></td> |
106 <td>Public method to set the enabled state of a watch expression given by index.</td> |
106 <td>Public method to set the enabled state of a watch expression given by index.</td> |
107 </tr> |
107 </tr> |
108 </table> |
108 </table> |
109 <a NAME="WatchPointModel.__init__" ID="WatchPointModel.__init__"></a> |
109 <a NAME="WatchPointModel.__init__" ID="WatchPointModel.__init__"></a> |
110 <h4>WatchPointModel (Constructor)</h4> |
110 <h4>WatchPointModel (Constructor)</h4> |
111 <b>WatchPointModel</b>(<i>parent = None</i>) |
111 <b>WatchPointModel</b>(<i>parent = None</i>) |
112 <p> |
112 <p> |
113 Constructor |
113 Constructor |
114 </p><dl> |
114 </p><dl> |
115 <dt><i>reference</i></dt> |
115 <dt><i>reference</i></dt> |
116 <dd> |
116 <dd> |
117 to the parent widget (QObject) |
117 to the parent widget (QObject) |
118 </dd> |
118 </dd> |
119 </dl><a NAME="WatchPointModel.addWatchPoint" ID="WatchPointModel.addWatchPoint"></a> |
119 </dl><a NAME="WatchPointModel.addWatchPoint" ID="WatchPointModel.addWatchPoint"></a> |
120 <h4>WatchPointModel.addWatchPoint</h4> |
120 <h4>WatchPointModel.addWatchPoint</h4> |
121 <b>addWatchPoint</b>(<i>cond, special, properties</i>) |
121 <b>addWatchPoint</b>(<i>cond, special, properties</i>) |
122 <p> |
122 <p> |
123 Public method to add a new watch expression to the list. |
123 Public method to add a new watch expression to the list. |
124 </p><dl> |
124 </p><dl> |
125 <dt><i>cond</i></dt> |
125 <dt><i>cond</i></dt> |
126 <dd> |
126 <dd> |
127 expression of the watch expression (string) |
127 expression of the watch expression (string) |
128 </dd><dt><i>special</i></dt> |
128 </dd><dt><i>special</i></dt> |
129 <dd> |
129 <dd> |
130 special condition of the watch expression (string) |
130 special condition of the watch expression (string) |
131 </dd><dt><i>properties</i></dt> |
131 </dd><dt><i>properties</i></dt> |
132 <dd> |
132 <dd> |
133 properties of the watch expression |
133 properties of the watch expression |
134 (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer)) |
134 (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer)) |
135 </dd> |
135 </dd> |
136 </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
136 </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> |
137 <h4>WatchPointModel.columnCount</h4> |
137 <h4>WatchPointModel.columnCount</h4> |
138 <b>columnCount</b>(<i>parent = QModelIndex()</i>) |
138 <b>columnCount</b>(<i>parent = QModelIndex()</i>) |
139 <p> |
139 <p> |
140 Public method to get the current column count. |
140 Public method to get the current column count. |
141 </p><dl> |
141 </p><dl> |
142 <dt>Returns:</dt> |
142 <dt>Returns:</dt> |
143 <dd> |
143 <dd> |
144 column count (integer) |
144 column count (integer) |
145 </dd> |
145 </dd> |
146 </dl><a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> |
146 </dl><a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> |
147 <h4>WatchPointModel.data</h4> |
147 <h4>WatchPointModel.data</h4> |
148 <b>data</b>(<i>index, role</i>) |
148 <b>data</b>(<i>index, role</i>) |
149 <p> |
149 <p> |
150 Public method to get the requested data. |
150 Public method to get the requested data. |
151 </p><dl> |
151 </p><dl> |
152 <dt><i>index</i></dt> |
152 <dt><i>index</i></dt> |
153 <dd> |
153 <dd> |
154 index of the requested data (QModelIndex) |
154 index of the requested data (QModelIndex) |
155 </dd><dt><i>role</i></dt> |
155 </dd><dt><i>role</i></dt> |
156 <dd> |
156 <dd> |
157 role of the requested data (Qt.ItemDataRole) |
157 role of the requested data (Qt.ItemDataRole) |
158 </dd> |
158 </dd> |
159 </dl><dl> |
159 </dl><dl> |
160 <dt>Returns:</dt> |
160 <dt>Returns:</dt> |
161 <dd> |
161 <dd> |
162 the requested data |
162 the requested data |
163 </dd> |
163 </dd> |
164 </dl><a NAME="WatchPointModel.deleteAll" ID="WatchPointModel.deleteAll"></a> |
164 </dl><a NAME="WatchPointModel.deleteAll" ID="WatchPointModel.deleteAll"></a> |
165 <h4>WatchPointModel.deleteAll</h4> |
165 <h4>WatchPointModel.deleteAll</h4> |
166 <b>deleteAll</b>(<i></i>) |
166 <b>deleteAll</b>(<i></i>) |
167 <p> |
167 <p> |
168 Public method to delete all watch expressions. |
168 Public method to delete all watch expressions. |
169 </p><a NAME="WatchPointModel.deleteWatchPointByIndex" ID="WatchPointModel.deleteWatchPointByIndex"></a> |
169 </p><a NAME="WatchPointModel.deleteWatchPointByIndex" ID="WatchPointModel.deleteWatchPointByIndex"></a> |
170 <h4>WatchPointModel.deleteWatchPointByIndex</h4> |
170 <h4>WatchPointModel.deleteWatchPointByIndex</h4> |
171 <b>deleteWatchPointByIndex</b>(<i>index</i>) |
171 <b>deleteWatchPointByIndex</b>(<i>index</i>) |
172 <p> |
172 <p> |
173 Public method to set the values of a watch expression given by index. |
173 Public method to set the values of a watch expression given by index. |
174 </p><dl> |
174 </p><dl> |
175 <dt><i>index</i></dt> |
175 <dt><i>index</i></dt> |
176 <dd> |
176 <dd> |
177 index of the watch expression (QModelIndex) |
177 index of the watch expression (QModelIndex) |
178 </dd> |
178 </dd> |
179 </dl><a NAME="WatchPointModel.deleteWatchPoints" ID="WatchPointModel.deleteWatchPoints"></a> |
179 </dl><a NAME="WatchPointModel.deleteWatchPoints" ID="WatchPointModel.deleteWatchPoints"></a> |
180 <h4>WatchPointModel.deleteWatchPoints</h4> |
180 <h4>WatchPointModel.deleteWatchPoints</h4> |
181 <b>deleteWatchPoints</b>(<i>idxList</i>) |
181 <b>deleteWatchPoints</b>(<i>idxList</i>) |
182 <p> |
182 <p> |
183 Public method to delete a list of watch expressions given by their indexes. |
183 Public method to delete a list of watch expressions given by their indexes. |
184 </p><dl> |
184 </p><dl> |
185 <dt><i>idxList</i></dt> |
185 <dt><i>idxList</i></dt> |
186 <dd> |
186 <dd> |
187 list of watch expression indexes (list of QModelIndex) |
187 list of watch expression indexes (list of QModelIndex) |
188 </dd> |
188 </dd> |
189 </dl><a NAME="WatchPointModel.flags" ID="WatchPointModel.flags"></a> |
189 </dl><a NAME="WatchPointModel.flags" ID="WatchPointModel.flags"></a> |
190 <h4>WatchPointModel.flags</h4> |
190 <h4>WatchPointModel.flags</h4> |
191 <b>flags</b>(<i>index</i>) |
191 <b>flags</b>(<i>index</i>) |
192 <p> |
192 <p> |
193 Public method to get item flags. |
193 Public method to get item flags. |
194 </p><dl> |
194 </p><dl> |
195 <dt><i>index</i></dt> |
195 <dt><i>index</i></dt> |
196 <dd> |
196 <dd> |
197 index of the requested flags (QModelIndex) |
197 index of the requested flags (QModelIndex) |
198 </dd> |
198 </dd> |
199 </dl><dl> |
199 </dl><dl> |
200 <dt>Returns:</dt> |
200 <dt>Returns:</dt> |
201 <dd> |
201 <dd> |
202 item flags for the given index (Qt.ItemFlags) |
202 item flags for the given index (Qt.ItemFlags) |
203 </dd> |
203 </dd> |
204 </dl><a NAME="WatchPointModel.getWatchPointByIndex" ID="WatchPointModel.getWatchPointByIndex"></a> |
204 </dl><a NAME="WatchPointModel.getWatchPointByIndex" ID="WatchPointModel.getWatchPointByIndex"></a> |
205 <h4>WatchPointModel.getWatchPointByIndex</h4> |
205 <h4>WatchPointModel.getWatchPointByIndex</h4> |
206 <b>getWatchPointByIndex</b>(<i>index</i>) |
206 <b>getWatchPointByIndex</b>(<i>index</i>) |
207 <p> |
207 <p> |
208 Public method to get the values of a watch expression given by index. |
208 Public method to get the values of a watch expression given by index. |
209 </p><dl> |
209 </p><dl> |
210 <dt><i>index</i></dt> |
210 <dt><i>index</i></dt> |
211 <dd> |
211 <dd> |
212 index of the watch expression (QModelIndex) |
212 index of the watch expression (QModelIndex) |
213 </dd> |
213 </dd> |
214 </dl><dl> |
214 </dl><dl> |
215 <dt>Returns:</dt> |
215 <dt>Returns:</dt> |
216 <dd> |
216 <dd> |
217 watch expression (list of six values (expression, special condition, |
217 watch expression (list of six values (expression, special condition, |
218 temporary flag, enabled flag, ignore count, index)) |
218 temporary flag, enabled flag, ignore count, index)) |
219 </dd> |
219 </dd> |
220 </dl><a NAME="WatchPointModel.getWatchPointIndex" ID="WatchPointModel.getWatchPointIndex"></a> |
220 </dl><a NAME="WatchPointModel.getWatchPointIndex" ID="WatchPointModel.getWatchPointIndex"></a> |
221 <h4>WatchPointModel.getWatchPointIndex</h4> |
221 <h4>WatchPointModel.getWatchPointIndex</h4> |
222 <b>getWatchPointIndex</b>(<i>cond, special = ""</i>) |
222 <b>getWatchPointIndex</b>(<i>cond, special = ""</i>) |
223 <p> |
223 <p> |
224 Public method to get the index of a watch expression given by expression. |
224 Public method to get the index of a watch expression given by expression. |
225 </p><dl> |
225 </p><dl> |
226 <dt><i>cond</i></dt> |
226 <dt><i>cond</i></dt> |
227 <dd> |
227 <dd> |
228 expression of the watch expression (string) |
228 expression of the watch expression (string) |
229 </dd><dt><i>special</i></dt> |
229 </dd><dt><i>special</i></dt> |
230 <dd> |
230 <dd> |
231 special condition of the watch expression (string) |
231 special condition of the watch expression (string) |
232 </dd> |
232 </dd> |
233 </dl><dl> |
233 </dl><dl> |
234 <dt>Returns:</dt> |
234 <dt>Returns:</dt> |
235 <dd> |
235 <dd> |
236 index (QModelIndex) |
236 index (QModelIndex) |
237 </dd> |
237 </dd> |
238 </dl><a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a> |
238 </dl><a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a> |
239 <h4>WatchPointModel.hasChildren</h4> |
239 <h4>WatchPointModel.hasChildren</h4> |
240 <b>hasChildren</b>(<i>parent = QModelIndex()</i>) |
240 <b>hasChildren</b>(<i>parent = QModelIndex()</i>) |
241 <p> |
241 <p> |
242 Public method to check for the presence of child items. |
242 Public method to check for the presence of child items. |
243 </p><dl> |
243 </p><dl> |
244 <dt><i>parent</i></dt> |
244 <dt><i>parent</i></dt> |
245 <dd> |
245 <dd> |
246 index of parent item (QModelIndex) |
246 index of parent item (QModelIndex) |
247 </dd> |
247 </dd> |
248 </dl><dl> |
248 </dl><dl> |
249 <dt>Returns:</dt> |
249 <dt>Returns:</dt> |
250 <dd> |
250 <dd> |
251 flag indicating the presence of child items (boolean) |
251 flag indicating the presence of child items (boolean) |
252 </dd> |
252 </dd> |
253 </dl><a NAME="WatchPointModel.headerData" ID="WatchPointModel.headerData"></a> |
253 </dl><a NAME="WatchPointModel.headerData" ID="WatchPointModel.headerData"></a> |
254 <h4>WatchPointModel.headerData</h4> |
254 <h4>WatchPointModel.headerData</h4> |
255 <b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>) |
255 <b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>) |
256 <p> |
256 <p> |
257 Public method to get header data. |
257 Public method to get header data. |
258 </p><dl> |
258 </p><dl> |
259 <dt><i>section</i></dt> |
259 <dt><i>section</i></dt> |
260 <dd> |
260 <dd> |
261 section number of the requested header data (integer) |
261 section number of the requested header data (integer) |
262 </dd><dt><i>orientation</i></dt> |
262 </dd><dt><i>orientation</i></dt> |
263 <dd> |
263 <dd> |
264 orientation of the header (Qt.Orientation) |
264 orientation of the header (Qt.Orientation) |
265 </dd><dt><i>role</i></dt> |
265 </dd><dt><i>role</i></dt> |
266 <dd> |
266 <dd> |
267 role of the requested data (Qt.ItemDataRole) |
267 role of the requested data (Qt.ItemDataRole) |
268 </dd> |
268 </dd> |
269 </dl><dl> |
269 </dl><dl> |
270 <dt>Returns:</dt> |
270 <dt>Returns:</dt> |
271 <dd> |
271 <dd> |
272 header data |
272 header data |
273 </dd> |
273 </dd> |
274 </dl><a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a> |
274 </dl><a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a> |
275 <h4>WatchPointModel.index</h4> |
275 <h4>WatchPointModel.index</h4> |
276 <b>index</b>(<i>row, column, parent = QModelIndex()</i>) |
276 <b>index</b>(<i>row, column, parent = QModelIndex()</i>) |
277 <p> |
277 <p> |
278 Public method to create an index. |
278 Public method to create an index. |
279 </p><dl> |
279 </p><dl> |
280 <dt><i>row</i></dt> |
280 <dt><i>row</i></dt> |
281 <dd> |
281 <dd> |
282 row number for the index (integer) |
282 row number for the index (integer) |
283 </dd><dt><i>column</i></dt> |
283 </dd><dt><i>column</i></dt> |
284 <dd> |
284 <dd> |
285 column number for the index (integer) |
285 column number for the index (integer) |
286 </dd><dt><i>parent</i></dt> |
286 </dd><dt><i>parent</i></dt> |
287 <dd> |
287 <dd> |
288 index of the parent item (QModelIndex) |
288 index of the parent item (QModelIndex) |
289 </dd> |
289 </dd> |
290 </dl><dl> |
290 </dl><dl> |
291 <dt>Returns:</dt> |
291 <dt>Returns:</dt> |
292 <dd> |
292 <dd> |
293 requested index (QModelIndex) |
293 requested index (QModelIndex) |
294 </dd> |
294 </dd> |
295 </dl><a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a> |
295 </dl><a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a> |
296 <h4>WatchPointModel.parent</h4> |
296 <h4>WatchPointModel.parent</h4> |
297 <b>parent</b>(<i>index</i>) |
297 <b>parent</b>(<i>index</i>) |
298 <p> |
298 <p> |
299 Public method to get the parent index. |
299 Public method to get the parent index. |
300 </p><dl> |
300 </p><dl> |
301 <dt><i>index</i></dt> |
301 <dt><i>index</i></dt> |
302 <dd> |
302 <dd> |
303 index of item to get parent (QModelIndex) |
303 index of item to get parent (QModelIndex) |
304 </dd> |
304 </dd> |
305 </dl><dl> |
305 </dl><dl> |
306 <dt>Returns:</dt> |
306 <dt>Returns:</dt> |
307 <dd> |
307 <dd> |
308 index of parent (QModelIndex) |
308 index of parent (QModelIndex) |
309 </dd> |
309 </dd> |
310 </dl><a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> |
310 </dl><a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> |
311 <h4>WatchPointModel.rowCount</h4> |
311 <h4>WatchPointModel.rowCount</h4> |
312 <b>rowCount</b>(<i>parent = QModelIndex()</i>) |
312 <b>rowCount</b>(<i>parent = QModelIndex()</i>) |
313 <p> |
313 <p> |
314 Public method to get the current row count. |
314 Public method to get the current row count. |
315 </p><dl> |
315 </p><dl> |
316 <dt>Returns:</dt> |
316 <dt>Returns:</dt> |
317 <dd> |
317 <dd> |
318 row count (integer) |
318 row count (integer) |
319 </dd> |
319 </dd> |
320 </dl><a NAME="WatchPointModel.setWatchPointByIndex" ID="WatchPointModel.setWatchPointByIndex"></a> |
320 </dl><a NAME="WatchPointModel.setWatchPointByIndex" ID="WatchPointModel.setWatchPointByIndex"></a> |
321 <h4>WatchPointModel.setWatchPointByIndex</h4> |
321 <h4>WatchPointModel.setWatchPointByIndex</h4> |
322 <b>setWatchPointByIndex</b>(<i>index, cond, special, properties</i>) |
322 <b>setWatchPointByIndex</b>(<i>index, cond, special, properties</i>) |
323 <p> |
323 <p> |
324 Public method to set the values of a watch expression given by index. |
324 Public method to set the values of a watch expression given by index. |
325 </p><dl> |
325 </p><dl> |
326 <dt><i>index</i></dt> |
326 <dt><i>index</i></dt> |
327 <dd> |
327 <dd> |
328 index of the watch expression (QModelIndex) |
328 index of the watch expression (QModelIndex) |
329 </dd><dt><i>cond</i></dt> |
329 </dd><dt><i>cond</i></dt> |
330 <dd> |
330 <dd> |
331 expression of the watch expression (string) |
331 expression of the watch expression (string) |
332 </dd><dt><i>special</i></dt> |
332 </dd><dt><i>special</i></dt> |
333 <dd> |
333 <dd> |
334 special condition of the watch expression (string) |
334 special condition of the watch expression (string) |
335 </dd><dt><i>properties</i></dt> |
335 </dd><dt><i>properties</i></dt> |
336 <dd> |
336 <dd> |
337 properties of the watch expression |
337 properties of the watch expression |
338 (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer)) |
338 (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer)) |
339 </dd> |
339 </dd> |
340 </dl><a NAME="WatchPointModel.setWatchPointEnabledByIndex" ID="WatchPointModel.setWatchPointEnabledByIndex"></a> |
340 </dl><a NAME="WatchPointModel.setWatchPointEnabledByIndex" ID="WatchPointModel.setWatchPointEnabledByIndex"></a> |
341 <h4>WatchPointModel.setWatchPointEnabledByIndex</h4> |
341 <h4>WatchPointModel.setWatchPointEnabledByIndex</h4> |
342 <b>setWatchPointEnabledByIndex</b>(<i>index, enabled</i>) |
342 <b>setWatchPointEnabledByIndex</b>(<i>index, enabled</i>) |
343 <p> |
343 <p> |
344 Public method to set the enabled state of a watch expression given by index. |
344 Public method to set the enabled state of a watch expression given by index. |
345 </p><dl> |
345 </p><dl> |
346 <dt><i>index</i></dt> |
346 <dt><i>index</i></dt> |
347 <dd> |
347 <dd> |
348 index of the watch expression (QModelIndex) |
348 index of the watch expression (QModelIndex) |
349 </dd><dt><i>enabled</i></dt> |
349 </dd><dt><i>enabled</i></dt> |
350 <dd> |
350 <dd> |
351 flag giving the enabled state (boolean) |
351 flag giving the enabled state (boolean) |
352 </dd> |
352 </dd> |
353 </dl> |
353 </dl> |
354 <div align="right"><a href="#top">Up</a></div> |
354 <div align="right"><a href="#top">Up</a></div> |
355 <hr /> |
355 <hr /> |
356 </body></html> |
356 </body></html> |