Documentation/Source/eric6.Debugger.VariablesViewer.html

changeset 4569
8ff785ae7ae6
parent 3673
e26d7d0c1088
child 5165
37691caeec1a
equal deleted inserted replaced
4568:5a5666ab6e89 4569:8ff785ae7ae6
69 <h3>Methods</h3> 69 <h3>Methods</h3>
70 <table> 70 <table>
71 <tr> 71 <tr>
72 <td><a href="#ArrayElementVarItem.__init__">ArrayElementVarItem</a></td> 72 <td><a href="#ArrayElementVarItem.__init__">ArrayElementVarItem</a></td>
73 <td>Constructor</td> 73 <td>Constructor</td>
74 </tr><tr>
75 <td><a href="#ArrayElementVarItem.key">key</a></td>
76 <td>Public method generating the key for this item.</td>
77 </tr> 74 </tr>
78 </table> 75 </table>
79 <h3>Static Methods</h3> 76 <h3>Static Methods</h3>
80 <table> 77 <table>
81 <tr><td>None</td></tr> 78 <tr><td>None</td></tr>
96 <dd> 93 <dd>
97 value string (string) 94 value string (string)
98 </dd><dt><i>dtype</i></dt> 95 </dd><dt><i>dtype</i></dt>
99 <dd> 96 <dd>
100 type string (string) 97 type string (string)
101 </dd>
102 </dl><a NAME="ArrayElementVarItem.key" ID="ArrayElementVarItem.key"></a>
103 <h4>ArrayElementVarItem.key</h4>
104 <b>key</b>(<i>column</i>)
105 <p>
106 Public method generating the key for this item.
107 </p><dl>
108 <dt><i>column</i></dt>
109 <dd>
110 the column to sort on (integer)
111 </dd>
112 </dl><dl>
113 <dt>Returns:</dt>
114 <dd>
115 key of the item (string)
116 </dd> 98 </dd>
117 </dl> 99 </dl>
118 <div align="right"><a href="#top">Up</a></div> 100 <div align="right"><a href="#top">Up</a></div>
119 <hr /><hr /> 101 <hr /><hr />
120 <a NAME="SpecialArrayElementVarItem" ID="SpecialArrayElementVarItem"></a> 102 <a NAME="SpecialArrayElementVarItem" ID="SpecialArrayElementVarItem"></a>
136 <h3>Methods</h3> 118 <h3>Methods</h3>
137 <table> 119 <table>
138 <tr> 120 <tr>
139 <td><a href="#SpecialArrayElementVarItem.__init__">SpecialArrayElementVarItem</a></td> 121 <td><a href="#SpecialArrayElementVarItem.__init__">SpecialArrayElementVarItem</a></td>
140 <td>Constructor</td> 122 <td>Constructor</td>
141 </tr><tr>
142 <td><a href="#SpecialArrayElementVarItem.key">key</a></td>
143 <td>Public method generating the key for this item.</td>
144 </tr> 123 </tr>
145 </table> 124 </table>
146 <h3>Static Methods</h3> 125 <h3>Static Methods</h3>
147 <table> 126 <table>
148 <tr><td>None</td></tr> 127 <tr><td>None</td></tr>
169 <dd> 148 <dd>
170 frame number (0 is the current frame) (int) 149 frame number (0 is the current frame) (int)
171 </dd><dt><i>scope</i></dt> 150 </dd><dt><i>scope</i></dt>
172 <dd> 151 <dd>
173 flag indicating global (1) or local (0) variables 152 flag indicating global (1) or local (0) variables
174 </dd>
175 </dl><a NAME="SpecialArrayElementVarItem.key" ID="SpecialArrayElementVarItem.key"></a>
176 <h4>SpecialArrayElementVarItem.key</h4>
177 <b>key</b>(<i>column</i>)
178 <p>
179 Public method generating the key for this item.
180 </p><dl>
181 <dt><i>column</i></dt>
182 <dd>
183 the column to sort on (integer)
184 </dd>
185 </dl><dl>
186 <dt>Returns:</dt>
187 <dd>
188 key of the item (string)
189 </dd> 153 </dd>
190 </dl> 154 </dl>
191 <div align="right"><a href="#top">Up</a></div> 155 <div align="right"><a href="#top">Up</a></div>
192 <hr /><hr /> 156 <hr /><hr />
193 <a NAME="SpecialVarItem" ID="SpecialVarItem"></a> 157 <a NAME="SpecialVarItem" ID="SpecialVarItem"></a>
274 <table> 238 <table>
275 <tr> 239 <tr>
276 <td><a href="#VariableItem.__init__">VariableItem</a></td> 240 <td><a href="#VariableItem.__init__">VariableItem</a></td>
277 <td>Constructor</td> 241 <td>Constructor</td>
278 </tr><tr> 242 </tr><tr>
279 <td><a href="#VariableItem.__lt__">__lt__</a></td>
280 <td>Special method to check, if the item is less than the other one.</td>
281 </tr><tr>
282 <td><a href="#VariableItem.attachDummy">attachDummy</a></td> 243 <td><a href="#VariableItem.attachDummy">attachDummy</a></td>
283 <td>Public method to attach a dummy sub item to allow for lazy population.</td> 244 <td>Public method to attach a dummy sub item to allow for lazy population.</td>
284 </tr><tr> 245 </tr><tr>
285 <td><a href="#VariableItem.collapse">collapse</a></td> 246 <td><a href="#VariableItem.collapse">collapse</a></td>
286 <td>Public method to collapse the item.</td> 247 <td>Public method to collapse the item.</td>
294 <td><a href="#VariableItem.expand">expand</a></td> 255 <td><a href="#VariableItem.expand">expand</a></td>
295 <td>Public method to expand the item.</td> 256 <td>Public method to expand the item.</td>
296 </tr><tr> 257 </tr><tr>
297 <td><a href="#VariableItem.getValue">getValue</a></td> 258 <td><a href="#VariableItem.getValue">getValue</a></td>
298 <td>Public method to return the value of the item.</td> 259 <td>Public method to return the value of the item.</td>
299 </tr><tr>
300 <td><a href="#VariableItem.key">key</a></td>
301 <td>Public method generating the key for this item.</td>
302 </tr> 260 </tr>
303 </table> 261 </table>
304 <h3>Static Methods</h3> 262 <h3>Static Methods</h3>
305 <table> 263 <table>
306 <tr><td>None</td></tr> 264 <tr><td>None</td></tr>
321 <dd> 279 <dd>
322 value string (string) 280 value string (string)
323 </dd><dt><i>dtype</i></dt> 281 </dd><dt><i>dtype</i></dt>
324 <dd> 282 <dd>
325 type string (string) 283 type string (string)
326 </dd>
327 </dl><a NAME="VariableItem.__lt__" ID="VariableItem.__lt__"></a>
328 <h4>VariableItem.__lt__</h4>
329 <b>__lt__</b>(<i>other</i>)
330 <p>
331 Special method to check, if the item is less than the other one.
332 </p><dl>
333 <dt><i>other</i></dt>
334 <dd>
335 reference to item to compare against (QTreeWidgetItem)
336 </dd>
337 </dl><dl>
338 <dt>Returns:</dt>
339 <dd>
340 true, if this item is less than other (boolean)
341 </dd> 284 </dd>
342 </dl><a NAME="VariableItem.attachDummy" ID="VariableItem.attachDummy"></a> 285 </dl><a NAME="VariableItem.attachDummy" ID="VariableItem.attachDummy"></a>
343 <h4>VariableItem.attachDummy</h4> 286 <h4>VariableItem.attachDummy</h4>
344 <b>attachDummy</b>(<i></i>) 287 <b>attachDummy</b>(<i></i>)
345 <p> 288 <p>
391 Public method to return the value of the item. 334 Public method to return the value of the item.
392 </p><dl> 335 </p><dl>
393 <dt>Returns:</dt> 336 <dt>Returns:</dt>
394 <dd> 337 <dd>
395 value of the item (string) 338 value of the item (string)
396 </dd>
397 </dl><a NAME="VariableItem.key" ID="VariableItem.key"></a>
398 <h4>VariableItem.key</h4>
399 <b>key</b>(<i>column</i>)
400 <p>
401 Public method generating the key for this item.
402 </p><dl>
403 <dt><i>column</i></dt>
404 <dd>
405 the column to sort on (integer)
406 </dd>
407 </dl><dl>
408 <dt>Returns:</dt>
409 <dd>
410 text of the column (string)
411 </dd> 339 </dd>
412 </dl> 340 </dl>
413 <div align="right"><a href="#top">Up</a></div> 341 <div align="right"><a href="#top">Up</a></div>
414 <hr /><hr /> 342 <hr /><hr />
415 <a NAME="VariablesViewer" ID="VariablesViewer"></a> 343 <a NAME="VariablesViewer" ID="VariablesViewer"></a>
468 <td>Private method used to get the display string for type vtype.</td> 396 <td>Private method used to get the display string for type vtype.</td>
469 </tr><tr> 397 </tr><tr>
470 <td><a href="#VariablesViewer.__resort">__resort</a></td> 398 <td><a href="#VariablesViewer.__resort">__resort</a></td>
471 <td>Private method to resort the tree.</td> 399 <td>Private method to resort the tree.</td>
472 </tr><tr> 400 </tr><tr>
401 <td><a href="#VariablesViewer.__sectionClicked">__sectionClicked</a></td>
402 <td>Private method handling a click onto a header section.</td>
403 </tr><tr>
473 <td><a href="#VariablesViewer.__showContextMenu">__showContextMenu</a></td> 404 <td><a href="#VariablesViewer.__showContextMenu">__showContextMenu</a></td>
474 <td>Private slot to show the context menu.</td> 405 <td>Private slot to show the context menu.</td>
475 </tr><tr> 406 </tr><tr>
476 <td><a href="#VariablesViewer.__showDetails">__showDetails</a></td> 407 <td><a href="#VariablesViewer.__showDetails">__showDetails</a></td>
477 <td>Private slot to show details about the selected variable.</td> 408 <td>Private slot to show details about the selected variable.</td>
649 <dd> 580 <dd>
650 displaystring (string) 581 displaystring (string)
651 </dd> 582 </dd>
652 </dl><a NAME="VariablesViewer.__resort" ID="VariablesViewer.__resort"></a> 583 </dl><a NAME="VariablesViewer.__resort" ID="VariablesViewer.__resort"></a>
653 <h4>VariablesViewer.__resort</h4> 584 <h4>VariablesViewer.__resort</h4>
654 <b>__resort</b>(<i></i>) 585 <b>__resort</b>(<i>parent=None</i>)
655 <p> 586 <p>
656 Private method to resort the tree. 587 Private method to resort the tree.
588 </p><dl>
589 <dt><i>parent</i> (QTreeWidgetItem)</dt>
590 <dd>
591 reference to a parent item
592 </dd>
593 </dl><a NAME="VariablesViewer.__sectionClicked" ID="VariablesViewer.__sectionClicked"></a>
594 <h4>VariablesViewer.__sectionClicked</h4>
595 <b>__sectionClicked</b>(<i></i>)
596 <p>
597 Private method handling a click onto a header section.
657 </p><a NAME="VariablesViewer.__showContextMenu" ID="VariablesViewer.__showContextMenu"></a> 598 </p><a NAME="VariablesViewer.__showContextMenu" ID="VariablesViewer.__showContextMenu"></a>
658 <h4>VariablesViewer.__showContextMenu</h4> 599 <h4>VariablesViewer.__showContextMenu</h4>
659 <b>__showContextMenu</b>(<i>coord</i>) 600 <b>__showContextMenu</b>(<i>coord</i>)
660 <p> 601 <p>
661 Private slot to show the context menu. 602 Private slot to show the context menu.

eric ide

mercurial