Documentation/Source/eric5.Debugger.VariablesViewer.html

changeset 3591
2f2a4a76dd22
parent 3018
70924c0bdaf1
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
272 </table> 272 </table>
273 <h3>Methods</h3> 273 <h3>Methods</h3>
274 <table> 274 <table>
275 <tr> 275 <tr>
276 <td><a href="#VariableItem.__init__">VariableItem</a></td> 276 <td><a href="#VariableItem.__init__">VariableItem</a></td>
277 <td>Constructor.</td> 277 <td>Constructor</td>
278 </tr><tr> 278 </tr><tr>
279 <td><a href="#VariableItem.__lt__">__lt__</a></td> 279 <td><a href="#VariableItem.__lt__">__lt__</a></td>
280 <td>Public method to check, if the item is less than the other one.</td> 280 <td>Special method to check, if the item is less than the other one.</td>
281 </tr><tr> 281 </tr><tr>
282 <td><a href="#VariableItem.attachDummy">attachDummy</a></td> 282 <td><a href="#VariableItem.attachDummy">attachDummy</a></td>
283 <td>Public method to attach a dummy sub item to allow for lazy population.</td> 283 <td>Public method to attach a dummy sub item to allow for lazy population.</td>
284 </tr><tr> 284 </tr><tr>
285 <td><a href="#VariableItem.collapse">collapse</a></td> 285 <td><a href="#VariableItem.collapse">collapse</a></td>
307 </table> 307 </table>
308 <a NAME="VariableItem.__init__" ID="VariableItem.__init__"></a> 308 <a NAME="VariableItem.__init__" ID="VariableItem.__init__"></a>
309 <h4>VariableItem (Constructor)</h4> 309 <h4>VariableItem (Constructor)</h4>
310 <b>VariableItem</b>(<i>parent, dvar, dvalue, dtype</i>) 310 <b>VariableItem</b>(<i>parent, dvar, dvalue, dtype</i>)
311 <p> 311 <p>
312 Constructor. 312 Constructor
313 </p><dl> 313 </p><dl>
314 <dt><i>parent</i></dt> 314 <dt><i>parent</i></dt>
315 <dd> 315 <dd>
316 reference to the parent item 316 reference to the parent item
317 </dd><dt><i>dvar</i></dt> 317 </dd><dt><i>dvar</i></dt>
326 </dd> 326 </dd>
327 </dl><a NAME="VariableItem.__lt__" ID="VariableItem.__lt__"></a> 327 </dl><a NAME="VariableItem.__lt__" ID="VariableItem.__lt__"></a>
328 <h4>VariableItem.__lt__</h4> 328 <h4>VariableItem.__lt__</h4>
329 <b>__lt__</b>(<i>other</i>) 329 <b>__lt__</b>(<i>other</i>)
330 <p> 330 <p>
331 Public method to check, if the item is less than the other one. 331 Special method to check, if the item is less than the other one.
332 </p><dl> 332 </p><dl>
333 <dt><i>other</i></dt> 333 <dt><i>other</i></dt>
334 <dd> 334 <dd>
335 reference to item to compare against (QTreeWidgetItem) 335 reference to item to compare against (QTreeWidgetItem)
336 </dd> 336 </dd>

eric ide

mercurial