Documentation/Source/eric5.Debugger.WatchPointModel.html

changeset 945
8cd4d08fa9f6
parent 767
27554f80d08f
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
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>
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>
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>
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>
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>
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>
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>

eric ide

mercurial