Documentation/Source/eric5.Debugger.VariablesViewer.html

changeset 58
37f0444c3479
parent 41
572a009369f0
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Debugger.VariablesViewer</h1> 23 <h1>eric5.Debugger.VariablesViewer</h1>
24 <p> 24 <p>
25 &#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; v&#105;&#101;w&#101;&#114; w&#105;&#100;&#103;&#101;&#116;. 25 Module implementing the variables viewer widget.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#ArrayElementVarItem">ArrayElementVarItem</a></td> 34 <td><a href="#ArrayElementVarItem">ArrayElementVarItem</a></td>
35 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#73;&#116;&#101;&#109; &#116;&#104;&#97;&#116; &#114;&#101;&#112;&#114;&#101;&#115;&#101;&#110;&#116;&#115; &#97;&#110; &#97;&#114;&#114;&#97;y &#101;&#108;&#101;&#109;&#101;&#110;&#116;.</td> 35 <td>Class implementing a VariableItem that represents an array element.</td>
36 </tr><tr> 36 </tr><tr>
37 <td><a href="#SpecialArrayElementVarItem">SpecialArrayElementVarItem</a></td> 37 <td><a href="#SpecialArrayElementVarItem">SpecialArrayElementVarItem</a></td>
38 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109; &#116;&#104;&#97;&#116; &#114;&#101;&#112;&#114;&#101;&#115;&#101;&#110;&#116;&#115; &#97; &#115;&#112;&#101;&#99;&#105;&#97;&#108; &#97;&#114;&#114;&#97;y v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#111;&#100;&#101;.</td> 38 <td>Class implementing a QTreeWidgetItem that represents a special array variable node.</td>
39 </tr><tr> 39 </tr><tr>
40 <td><a href="#SpecialVarItem">SpecialVarItem</a></td> 40 <td><a href="#SpecialVarItem">SpecialVarItem</a></td>
41 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#73;&#116;&#101;&#109; &#116;&#104;&#97;&#116; &#114;&#101;&#112;&#114;&#101;&#115;&#101;&#110;&#116;&#115; &#97; &#115;&#112;&#101;&#99;&#105;&#97;&#108; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#111;&#100;&#101;.</td> 41 <td>Class implementing a VariableItem that represents a special variable node.</td>
42 </tr><tr> 42 </tr><tr>
43 <td><a href="#VariableItem">VariableItem</a></td> 43 <td><a href="#VariableItem">VariableItem</a></td>
44 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#100;&#97;&#116;&#97; &#115;&#116;&#114;&#117;&#99;&#116;&#117;&#114;&#101; &#102;&#111;&#114; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#105;&#116;&#101;&#109;&#115;.</td> 44 <td>Class implementing the data structure for variable items.</td>
45 </tr><tr> 45 </tr><tr>
46 <td><a href="#VariablesViewer">VariablesViewer</a></td> 46 <td><a href="#VariablesViewer">VariablesViewer</a></td>
47 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; v&#105;&#101;w&#101;&#114; w&#105;&#100;&#103;&#101;&#116;.</td> 47 <td>Class implementing the variables viewer widget.</td>
48 </tr> 48 </tr>
49 </table> 49 </table>
50 <h3>Functions</h3> 50 <h3>Functions</h3>
51 <table> 51 <table>
52 <tr><td>None</td></tr> 52 <tr><td>None</td></tr>
53 </table> 53 </table>
54 <hr /><hr /> 54 <hr /><hr />
55 <a NAME="ArrayElementVarItem" ID="ArrayElementVarItem"></a> 55 <a NAME="ArrayElementVarItem" ID="ArrayElementVarItem"></a>
56 <h2>ArrayElementVarItem</h2> 56 <h2>ArrayElementVarItem</h2>
57 <p> 57 <p>
58 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#73;&#116;&#101;&#109; &#116;&#104;&#97;&#116; &#114;&#101;&#112;&#114;&#101;&#115;&#101;&#110;&#116;&#115; &#97;&#110; &#97;&#114;&#114;&#97;y &#101;&#108;&#101;&#109;&#101;&#110;&#116;. 58 Class implementing a VariableItem that represents an array element.
59 </p> 59 </p>
60 <h3>Derived from</h3> 60 <h3>Derived from</h3>
61 VariableItem 61 VariableItem
62 <h3>Class Attributes</h3> 62 <h3>Class Attributes</h3>
63 <table> 63 <table>
65 </table> 65 </table>
66 <h3>Methods</h3> 66 <h3>Methods</h3>
67 <table> 67 <table>
68 <tr> 68 <tr>
69 <td><a href="#ArrayElementVarItem.__init__">ArrayElementVarItem</a></td> 69 <td><a href="#ArrayElementVarItem.__init__">ArrayElementVarItem</a></td>
70 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 70 <td>Constructor</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#ArrayElementVarItem.key">key</a></td> 72 <td><a href="#ArrayElementVarItem.key">key</a></td>
73 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#107;&#101;y &#102;&#111;&#114; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109;.</td> 73 <td>Public method generating the key for this item.</td>
74 </tr> 74 </tr>
75 </table> 75 </table>
76 <a NAME="ArrayElementVarItem.__init__" ID="ArrayElementVarItem.__init__"></a> 76 <a NAME="ArrayElementVarItem.__init__" ID="ArrayElementVarItem.__init__"></a>
77 <h4>ArrayElementVarItem (Constructor)</h4> 77 <h4>ArrayElementVarItem (Constructor)</h4>
78 <b>ArrayElementVarItem</b>(<i>parent, dvar, dvalue, dtype</i>) 78 <b>ArrayElementVarItem</b>(<i>parent, dvar, dvalue, dtype</i>)
79 <p> 79 <p>
80 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 80 Constructor
81 </p><dl> 81 </p><dl>
82 <dt><i>parent</i></dt> 82 <dt><i>parent</i></dt>
83 <dd> 83 <dd>
84 &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#102; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109; 84 parent of this item
85 </dd><dt><i>dvar</i></dt> 85 </dd><dt><i>dvar</i></dt>
86 <dd> 86 <dd>
87 v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 87 variable name (string)
88 </dd><dt><i>dvalue</i></dt> 88 </dd><dt><i>dvalue</i></dt>
89 <dd> 89 <dd>
90 v&#97;&#108;&#117;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 90 value string (string)
91 </dd><dt><i>dtype</i></dt> 91 </dd><dt><i>dtype</i></dt>
92 <dd> 92 <dd>
93 &#116;y&#112;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 93 type string (string)
94 </dd> 94 </dd>
95 </dl><a NAME="ArrayElementVarItem.key" ID="ArrayElementVarItem.key"></a> 95 </dl><a NAME="ArrayElementVarItem.key" ID="ArrayElementVarItem.key"></a>
96 <h4>ArrayElementVarItem.key</h4> 96 <h4>ArrayElementVarItem.key</h4>
97 <b>key</b>(<i>column</i>) 97 <b>key</b>(<i>column</i>)
98 <p> 98 <p>
99 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#107;&#101;y &#102;&#111;&#114; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109;. 99 Public method generating the key for this item.
100 </p><dl> 100 </p><dl>
101 <dt><i>column</i></dt> 101 <dt><i>column</i></dt>
102 <dd> 102 <dd>
103 &#116;&#104;&#101; &#99;&#111;&#108;&#117;&#109;&#110; &#116;&#111; &#115;&#111;&#114;&#116; &#111;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 103 the column to sort on (integer)
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <div align="right"><a href="#top">Up</a></div> 106 <div align="right"><a href="#top">Up</a></div>
107 <hr /><hr /> 107 <hr /><hr />
108 <a NAME="SpecialArrayElementVarItem" ID="SpecialArrayElementVarItem"></a> 108 <a NAME="SpecialArrayElementVarItem" ID="SpecialArrayElementVarItem"></a>
109 <h2>SpecialArrayElementVarItem</h2> 109 <h2>SpecialArrayElementVarItem</h2>
110 <p> 110 <p>
111 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109; &#116;&#104;&#97;&#116; &#114;&#101;&#112;&#114;&#101;&#115;&#101;&#110;&#116;&#115; &#97; &#115;&#112;&#101;&#99;&#105;&#97;&#108; &#97;&#114;&#114;&#97;y v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#111;&#100;&#101;. 111 Class implementing a QTreeWidgetItem that represents a special array variable node.
112 </p> 112 </p>
113 <h3>Derived from</h3> 113 <h3>Derived from</h3>
114 SpecialVarItem 114 SpecialVarItem
115 <h3>Class Attributes</h3> 115 <h3>Class Attributes</h3>
116 <table> 116 <table>
118 </table> 118 </table>
119 <h3>Methods</h3> 119 <h3>Methods</h3>
120 <table> 120 <table>
121 <tr> 121 <tr>
122 <td><a href="#SpecialArrayElementVarItem.__init__">SpecialArrayElementVarItem</a></td> 122 <td><a href="#SpecialArrayElementVarItem.__init__">SpecialArrayElementVarItem</a></td>
123 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 123 <td>Constructor</td>
124 </tr><tr> 124 </tr><tr>
125 <td><a href="#SpecialArrayElementVarItem.key">key</a></td> 125 <td><a href="#SpecialArrayElementVarItem.key">key</a></td>
126 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#107;&#101;y &#102;&#111;&#114; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109;.</td> 126 <td>Public method generating the key for this item.</td>
127 </tr> 127 </tr>
128 </table> 128 </table>
129 <a NAME="SpecialArrayElementVarItem.__init__" ID="SpecialArrayElementVarItem.__init__"></a> 129 <a NAME="SpecialArrayElementVarItem.__init__" ID="SpecialArrayElementVarItem.__init__"></a>
130 <h4>SpecialArrayElementVarItem (Constructor)</h4> 130 <h4>SpecialArrayElementVarItem (Constructor)</h4>
131 <b>SpecialArrayElementVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, scope</i>) 131 <b>SpecialArrayElementVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, scope</i>)
132 <p> 132 <p>
133 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 133 Constructor
134 </p><dl> 134 </p><dl>
135 <dt><i>parent</i></dt> 135 <dt><i>parent</i></dt>
136 <dd> 136 <dd>
137 &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#102; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109; 137 parent of this item
138 </dd><dt><i>dvar</i></dt> 138 </dd><dt><i>dvar</i></dt>
139 <dd> 139 <dd>
140 v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 140 variable name (string)
141 </dd><dt><i>dvalue</i></dt> 141 </dd><dt><i>dvalue</i></dt>
142 <dd> 142 <dd>
143 v&#97;&#108;&#117;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 143 value string (string)
144 </dd><dt><i>dtype</i></dt> 144 </dd><dt><i>dtype</i></dt>
145 <dd> 145 <dd>
146 &#116;y&#112;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 146 type string (string)
147 </dd><dt><i>frmnr</i></dt> 147 </dd><dt><i>frmnr</i></dt>
148 <dd> 148 <dd>
149 &#102;&#114;&#97;&#109;&#101; &#110;&#117;&#109;&#98;&#101;&#114; (&#48; &#105;&#115; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#102;&#114;&#97;&#109;&#101;) (&#105;&#110;&#116;) 149 frame number (0 is the current frame) (int)
150 </dd><dt><i>scope</i></dt> 150 </dd><dt><i>scope</i></dt>
151 <dd> 151 <dd>
152 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#103;&#108;&#111;&#98;&#97;&#108; (&#49;) &#111;&#114; &#108;&#111;&#99;&#97;&#108; (&#48;) v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; 152 flag indicating global (1) or local (0) variables
153 </dd> 153 </dd>
154 </dl><a NAME="SpecialArrayElementVarItem.key" ID="SpecialArrayElementVarItem.key"></a> 154 </dl><a NAME="SpecialArrayElementVarItem.key" ID="SpecialArrayElementVarItem.key"></a>
155 <h4>SpecialArrayElementVarItem.key</h4> 155 <h4>SpecialArrayElementVarItem.key</h4>
156 <b>key</b>(<i>column</i>) 156 <b>key</b>(<i>column</i>)
157 <p> 157 <p>
158 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#107;&#101;y &#102;&#111;&#114; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109;. 158 Public method generating the key for this item.
159 </p><dl> 159 </p><dl>
160 <dt><i>column</i></dt> 160 <dt><i>column</i></dt>
161 <dd> 161 <dd>
162 &#116;&#104;&#101; &#99;&#111;&#108;&#117;&#109;&#110; &#116;&#111; &#115;&#111;&#114;&#116; &#111;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 162 the column to sort on (integer)
163 </dd> 163 </dd>
164 </dl> 164 </dl>
165 <div align="right"><a href="#top">Up</a></div> 165 <div align="right"><a href="#top">Up</a></div>
166 <hr /><hr /> 166 <hr /><hr />
167 <a NAME="SpecialVarItem" ID="SpecialVarItem"></a> 167 <a NAME="SpecialVarItem" ID="SpecialVarItem"></a>
168 <h2>SpecialVarItem</h2> 168 <h2>SpecialVarItem</h2>
169 <p> 169 <p>
170 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#73;&#116;&#101;&#109; &#116;&#104;&#97;&#116; &#114;&#101;&#112;&#114;&#101;&#115;&#101;&#110;&#116;&#115; &#97; &#115;&#112;&#101;&#99;&#105;&#97;&#108; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#111;&#100;&#101;. 170 Class implementing a VariableItem that represents a special variable node.
171 </p><p> 171 </p><p>
172 &#84;&#104;&#101;&#115;&#101; &#115;&#112;&#101;&#99;&#105;&#97;&#108; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#111;&#100;&#101;&#115; &#97;&#114;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; &#102;&#111;&#114; &#99;&#108;&#97;&#115;&#115;&#101;&#115;, &#108;&#105;&#115;&#116;&#115;, 172 These special variable nodes are generated for classes, lists,
173 &#116;&#117;&#112;&#108;&#101;&#115; &#97;&#110;&#100; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;&#105;&#101;&#115;. 173 tuples and dictionaries.
174 </p> 174 </p>
175 <h3>Derived from</h3> 175 <h3>Derived from</h3>
176 VariableItem 176 VariableItem
177 <h3>Class Attributes</h3> 177 <h3>Class Attributes</h3>
178 <table> 178 <table>
180 </table> 180 </table>
181 <h3>Methods</h3> 181 <h3>Methods</h3>
182 <table> 182 <table>
183 <tr> 183 <tr>
184 <td><a href="#SpecialVarItem.__init__">SpecialVarItem</a></td> 184 <td><a href="#SpecialVarItem.__init__">SpecialVarItem</a></td>
185 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 185 <td>Constructor</td>
186 </tr><tr> 186 </tr><tr>
187 <td><a href="#SpecialVarItem.expand">expand</a></td> 187 <td><a href="#SpecialVarItem.expand">expand</a></td>
188 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#101;x&#112;&#97;&#110;&#100; &#116;&#104;&#101; &#105;&#116;&#101;&#109;.</td> 188 <td>Public method to expand the item.</td>
189 </tr> 189 </tr>
190 </table> 190 </table>
191 <a NAME="SpecialVarItem.__init__" ID="SpecialVarItem.__init__"></a> 191 <a NAME="SpecialVarItem.__init__" ID="SpecialVarItem.__init__"></a>
192 <h4>SpecialVarItem (Constructor)</h4> 192 <h4>SpecialVarItem (Constructor)</h4>
193 <b>SpecialVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, scope</i>) 193 <b>SpecialVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, scope</i>)
194 <p> 194 <p>
195 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 195 Constructor
196 </p><dl> 196 </p><dl>
197 <dt><i>parent</i></dt> 197 <dt><i>parent</i></dt>
198 <dd> 198 <dd>
199 &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#102; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109; 199 parent of this item
200 </dd><dt><i>dvar</i></dt> 200 </dd><dt><i>dvar</i></dt>
201 <dd> 201 <dd>
202 v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 202 variable name (string)
203 </dd><dt><i>dvalue</i></dt> 203 </dd><dt><i>dvalue</i></dt>
204 <dd> 204 <dd>
205 v&#97;&#108;&#117;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 205 value string (string)
206 </dd><dt><i>dtype</i></dt> 206 </dd><dt><i>dtype</i></dt>
207 <dd> 207 <dd>
208 &#116;y&#112;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 208 type string (string)
209 </dd><dt><i>frmnr</i></dt> 209 </dd><dt><i>frmnr</i></dt>
210 <dd> 210 <dd>
211 &#102;&#114;&#97;&#109;&#101; &#110;&#117;&#109;&#98;&#101;&#114; (&#48; &#105;&#115; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#102;&#114;&#97;&#109;&#101;) (&#105;&#110;&#116;) 211 frame number (0 is the current frame) (int)
212 </dd><dt><i>scope</i></dt> 212 </dd><dt><i>scope</i></dt>
213 <dd> 213 <dd>
214 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#103;&#108;&#111;&#98;&#97;&#108; (&#49;) &#111;&#114; &#108;&#111;&#99;&#97;&#108; (&#48;) v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; 214 flag indicating global (1) or local (0) variables
215 </dd> 215 </dd>
216 </dl><a NAME="SpecialVarItem.expand" ID="SpecialVarItem.expand"></a> 216 </dl><a NAME="SpecialVarItem.expand" ID="SpecialVarItem.expand"></a>
217 <h4>SpecialVarItem.expand</h4> 217 <h4>SpecialVarItem.expand</h4>
218 <b>expand</b>(<i></i>) 218 <b>expand</b>(<i></i>)
219 <p> 219 <p>
220 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#101;x&#112;&#97;&#110;&#100; &#116;&#104;&#101; &#105;&#116;&#101;&#109;. 220 Public method to expand the item.
221 </p> 221 </p>
222 <div align="right"><a href="#top">Up</a></div> 222 <div align="right"><a href="#top">Up</a></div>
223 <hr /><hr /> 223 <hr /><hr />
224 <a NAME="VariableItem" ID="VariableItem"></a> 224 <a NAME="VariableItem" ID="VariableItem"></a>
225 <h2>VariableItem</h2> 225 <h2>VariableItem</h2>
226 <p> 226 <p>
227 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#100;&#97;&#116;&#97; &#115;&#116;&#114;&#117;&#99;&#116;&#117;&#114;&#101; &#102;&#111;&#114; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#105;&#116;&#101;&#109;&#115;. 227 Class implementing the data structure for variable items.
228 </p> 228 </p>
229 <h3>Derived from</h3> 229 <h3>Derived from</h3>
230 QTreeWidgetItem 230 QTreeWidgetItem
231 <h3>Class Attributes</h3> 231 <h3>Class Attributes</h3>
232 <table> 232 <table>
234 </table> 234 </table>
235 <h3>Methods</h3> 235 <h3>Methods</h3>
236 <table> 236 <table>
237 <tr> 237 <tr>
238 <td><a href="#VariableItem.__init__">VariableItem</a></td> 238 <td><a href="#VariableItem.__init__">VariableItem</a></td>
239 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;.</td> 239 <td>Constructor.</td>
240 </tr><tr> 240 </tr><tr>
241 <td><a href="#VariableItem.__lt__">__lt__</a></td> 241 <td><a href="#VariableItem.__lt__">__lt__</a></td>
242 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#105;&#115; &#108;&#101;&#115;&#115; &#116;&#104;&#97;&#110; &#116;&#104;&#101; &#111;&#116;&#104;&#101;&#114; &#111;&#110;&#101;.</td> 242 <td>Public method to check, if the item is less than the other one.</td>
243 </tr><tr> 243 </tr><tr>
244 <td><a href="#VariableItem.attachDummy">attachDummy</a></td> 244 <td><a href="#VariableItem.attachDummy">attachDummy</a></td>
245 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#116;&#116;&#97;&#99;&#104; &#97; &#100;&#117;&#109;&#109;y &#115;&#117;&#98; &#105;&#116;&#101;&#109; &#116;&#111; &#97;&#108;&#108;&#111;w &#102;&#111;&#114; &#108;&#97;zy &#112;&#111;&#112;&#117;&#108;&#97;&#116;&#105;&#111;&#110;.</td> 245 <td>Public method to attach a dummy sub item to allow for lazy population.</td>
246 </tr><tr> 246 </tr><tr>
247 <td><a href="#VariableItem.collapse">collapse</a></td> 247 <td><a href="#VariableItem.collapse">collapse</a></td>
248 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#108;&#108;&#97;&#112;&#115;&#101; &#116;&#104;&#101; &#105;&#116;&#101;&#109;.</td> 248 <td>Public method to collapse the item.</td>
249 </tr><tr> 249 </tr><tr>
250 <td><a href="#VariableItem.data">data</a></td> 250 <td><a href="#VariableItem.data">data</a></td>
251 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; &#100;&#97;&#116;&#97; &#102;&#111;&#114; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; &#114;&#111;&#108;&#101;.</td> 251 <td>Public method to return the data for the requested role.</td>
252 </tr><tr> 252 </tr><tr>
253 <td><a href="#VariableItem.deleteChildren">deleteChildren</a></td> 253 <td><a href="#VariableItem.deleteChildren">deleteChildren</a></td>
254 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#97;&#108;&#108; &#99;&#104;&#105;&#108;&#100;&#114;&#101;&#110; (&#99;&#108;&#101;&#97;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#115;&#117;&#98;&#116;&#114;&#101;&#101;).</td> 254 <td>Public method to delete all children (cleaning the subtree).</td>
255 </tr><tr> 255 </tr><tr>
256 <td><a href="#VariableItem.expand">expand</a></td> 256 <td><a href="#VariableItem.expand">expand</a></td>
257 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#101;x&#112;&#97;&#110;&#100; &#116;&#104;&#101; &#105;&#116;&#101;&#109;.</td> 257 <td>Public method to expand the item.</td>
258 </tr><tr> 258 </tr><tr>
259 <td><a href="#VariableItem.getValue">getValue</a></td> 259 <td><a href="#VariableItem.getValue">getValue</a></td>
260 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; v&#97;&#108;&#117;&#101; &#111;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109;.</td> 260 <td>Public method to return the value of the item.</td>
261 </tr><tr> 261 </tr><tr>
262 <td><a href="#VariableItem.key">key</a></td> 262 <td><a href="#VariableItem.key">key</a></td>
263 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#107;&#101;y &#102;&#111;&#114; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109;.</td> 263 <td>Public method generating the key for this item.</td>
264 </tr> 264 </tr>
265 </table> 265 </table>
266 <a NAME="VariableItem.__init__" ID="VariableItem.__init__"></a> 266 <a NAME="VariableItem.__init__" ID="VariableItem.__init__"></a>
267 <h4>VariableItem (Constructor)</h4> 267 <h4>VariableItem (Constructor)</h4>
268 <b>VariableItem</b>(<i>parent, dvar, dvalue, dtype</i>) 268 <b>VariableItem</b>(<i>parent, dvar, dvalue, dtype</i>)
269 <p> 269 <p>
270 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;. 270 Constructor.
271 </p><dl> 271 </p><dl>
272 <dt><i>parent</i></dt> 272 <dt><i>parent</i></dt>
273 <dd> 273 <dd>
274 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#105;&#116;&#101;&#109; 274 reference to the parent item
275 </dd><dt><i>dvar</i></dt> 275 </dd><dt><i>dvar</i></dt>
276 <dd> 276 <dd>
277 v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 277 variable name (string)
278 </dd><dt><i>dvalue</i></dt> 278 </dd><dt><i>dvalue</i></dt>
279 <dd> 279 <dd>
280 v&#97;&#108;&#117;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 280 value string (string)
281 </dd><dt><i>dtype</i></dt> 281 </dd><dt><i>dtype</i></dt>
282 <dd> 282 <dd>
283 &#116;y&#112;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 283 type string (string)
284 </dd> 284 </dd>
285 </dl><a NAME="VariableItem.__lt__" ID="VariableItem.__lt__"></a> 285 </dl><a NAME="VariableItem.__lt__" ID="VariableItem.__lt__"></a>
286 <h4>VariableItem.__lt__</h4> 286 <h4>VariableItem.__lt__</h4>
287 <b>__lt__</b>(<i>other</i>) 287 <b>__lt__</b>(<i>other</i>)
288 <p> 288 <p>
289 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#105;&#115; &#108;&#101;&#115;&#115; &#116;&#104;&#97;&#110; &#116;&#104;&#101; &#111;&#116;&#104;&#101;&#114; &#111;&#110;&#101;. 289 Public method to check, if the item is less than the other one.
290 </p><dl> 290 </p><dl>
291 <dt><i>other</i></dt> 291 <dt><i>other</i></dt>
292 <dd> 292 <dd>
293 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#105;&#116;&#101;&#109; &#116;&#111; &#99;&#111;&#109;&#112;&#97;&#114;&#101; &#97;&#103;&#97;&#105;&#110;&#115;&#116; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 293 reference to item to compare against (QTreeWidgetItem)
294 </dd> 294 </dd>
295 </dl><dl> 295 </dl><dl>
296 <dt>Returns:</dt> 296 <dt>Returns:</dt>
297 <dd> 297 <dd>
298 &#116;&#114;&#117;&#101;, &#105;&#102; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109; &#105;&#115; &#108;&#101;&#115;&#115; &#116;&#104;&#97;&#110; &#111;&#116;&#104;&#101;&#114; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 298 true, if this item is less than other (boolean)
299 </dd> 299 </dd>
300 </dl><a NAME="VariableItem.attachDummy" ID="VariableItem.attachDummy"></a> 300 </dl><a NAME="VariableItem.attachDummy" ID="VariableItem.attachDummy"></a>
301 <h4>VariableItem.attachDummy</h4> 301 <h4>VariableItem.attachDummy</h4>
302 <b>attachDummy</b>(<i></i>) 302 <b>attachDummy</b>(<i></i>)
303 <p> 303 <p>
304 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#116;&#116;&#97;&#99;&#104; &#97; &#100;&#117;&#109;&#109;y &#115;&#117;&#98; &#105;&#116;&#101;&#109; &#116;&#111; &#97;&#108;&#108;&#111;w &#102;&#111;&#114; &#108;&#97;zy &#112;&#111;&#112;&#117;&#108;&#97;&#116;&#105;&#111;&#110;. 304 Public method to attach a dummy sub item to allow for lazy population.
305 </p><a NAME="VariableItem.collapse" ID="VariableItem.collapse"></a> 305 </p><a NAME="VariableItem.collapse" ID="VariableItem.collapse"></a>
306 <h4>VariableItem.collapse</h4> 306 <h4>VariableItem.collapse</h4>
307 <b>collapse</b>(<i></i>) 307 <b>collapse</b>(<i></i>)
308 <p> 308 <p>
309 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#108;&#108;&#97;&#112;&#115;&#101; &#116;&#104;&#101; &#105;&#116;&#101;&#109;. 309 Public method to collapse the item.
310 </p><p> 310 </p><p>
311 &#78;&#111;&#116;&#101;&#58; &#84;&#104;&#105;&#115; &#105;&#115; &#106;&#117;&#115;&#116; &#97; &#100;&#111; &#110;&#111;&#116;&#104;&#105;&#110;&#103; &#97;&#110;&#100; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#111;v&#101;&#114;w&#114;&#105;&#116;&#116;&#101;&#110;. 311 Note: This is just a do nothing and should be overwritten.
312 </p><a NAME="VariableItem.data" ID="VariableItem.data"></a> 312 </p><a NAME="VariableItem.data" ID="VariableItem.data"></a>
313 <h4>VariableItem.data</h4> 313 <h4>VariableItem.data</h4>
314 <b>data</b>(<i>column, role</i>) 314 <b>data</b>(<i>column, role</i>)
315 <p> 315 <p>
316 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; &#100;&#97;&#116;&#97; &#102;&#111;&#114; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; &#114;&#111;&#108;&#101;. 316 Public method to return the data for the requested role.
317 </p><p> 317 </p><p>
318 &#84;&#104;&#105;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110; &#99;&#104;&#97;&#110;&#103;&#101;&#115; &#116;&#104;&#101; &#111;&#114;&#105;&#103;&#105;&#110;&#97;&#108; &#98;&#101;&#104;&#97;v&#105;&#111;&#114; &#105;&#110; &#97; w&#97;y, &#116;&#104;&#97;&#116; &#116;&#104;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y 318 This implementation changes the original behavior in a way, that the display
319 &#100;&#97;&#116;&#97; &#105;&#115; &#114;&#101;&#116;&#117;&#114;&#110;&#101;&#100; &#97;&#115; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#116;&#105;&#112; &#102;&#111;&#114; &#99;&#111;&#108;&#117;&#109;&#110; &#49;. 319 data is returned as the tooltip for column 1.
320 </p><dl> 320 </p><dl>
321 <dt><i>column</i></dt> 321 <dt><i>column</i></dt>
322 <dd> 322 <dd>
323 &#99;&#111;&#108;&#117;&#109;&#110; &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 323 column number (integer)
324 </dd><dt><i>role</i></dt> 324 </dd><dt><i>role</i></dt>
325 <dd> 325 <dd>
326 &#100;&#97;&#116;&#97; &#114;&#111;&#108;&#101; (&#81;&#116;.&#73;&#116;&#101;&#109;&#68;&#97;&#116;&#97;&#82;&#111;&#108;&#101;) 326 data role (Qt.ItemDataRole)
327 </dd> 327 </dd>
328 </dl><dl> 328 </dl><dl>
329 <dt>Returns:</dt> 329 <dt>Returns:</dt>
330 <dd> 330 <dd>
331 &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; &#100;&#97;&#116;&#97; 331 requested data
332 </dd> 332 </dd>
333 </dl><a NAME="VariableItem.deleteChildren" ID="VariableItem.deleteChildren"></a> 333 </dl><a NAME="VariableItem.deleteChildren" ID="VariableItem.deleteChildren"></a>
334 <h4>VariableItem.deleteChildren</h4> 334 <h4>VariableItem.deleteChildren</h4>
335 <b>deleteChildren</b>(<i></i>) 335 <b>deleteChildren</b>(<i></i>)
336 <p> 336 <p>
337 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#97;&#108;&#108; &#99;&#104;&#105;&#108;&#100;&#114;&#101;&#110; (&#99;&#108;&#101;&#97;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#115;&#117;&#98;&#116;&#114;&#101;&#101;). 337 Public method to delete all children (cleaning the subtree).
338 </p><a NAME="VariableItem.expand" ID="VariableItem.expand"></a> 338 </p><a NAME="VariableItem.expand" ID="VariableItem.expand"></a>
339 <h4>VariableItem.expand</h4> 339 <h4>VariableItem.expand</h4>
340 <b>expand</b>(<i></i>) 340 <b>expand</b>(<i></i>)
341 <p> 341 <p>
342 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#101;x&#112;&#97;&#110;&#100; &#116;&#104;&#101; &#105;&#116;&#101;&#109;. 342 Public method to expand the item.
343 </p><p> 343 </p><p>
344 &#78;&#111;&#116;&#101;&#58; &#84;&#104;&#105;&#115; &#105;&#115; &#106;&#117;&#115;&#116; &#97; &#100;&#111; &#110;&#111;&#116;&#104;&#105;&#110;&#103; &#97;&#110;&#100; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#111;v&#101;&#114;w&#114;&#105;&#116;&#116;&#101;&#110;. 344 Note: This is just a do nothing and should be overwritten.
345 </p><a NAME="VariableItem.getValue" ID="VariableItem.getValue"></a> 345 </p><a NAME="VariableItem.getValue" ID="VariableItem.getValue"></a>
346 <h4>VariableItem.getValue</h4> 346 <h4>VariableItem.getValue</h4>
347 <b>getValue</b>(<i></i>) 347 <b>getValue</b>(<i></i>)
348 <p> 348 <p>
349 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; v&#97;&#108;&#117;&#101; &#111;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109;. 349 Public method to return the value of the item.
350 </p><dl> 350 </p><dl>
351 <dt>Returns:</dt> 351 <dt>Returns:</dt>
352 <dd> 352 <dd>
353 v&#97;&#108;&#117;&#101; &#111;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; (&#115;&#116;&#114;&#105;&#110;&#103;) 353 value of the item (string)
354 </dd> 354 </dd>
355 </dl><a NAME="VariableItem.key" ID="VariableItem.key"></a> 355 </dl><a NAME="VariableItem.key" ID="VariableItem.key"></a>
356 <h4>VariableItem.key</h4> 356 <h4>VariableItem.key</h4>
357 <b>key</b>(<i>column</i>) 357 <b>key</b>(<i>column</i>)
358 <p> 358 <p>
359 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#107;&#101;y &#102;&#111;&#114; &#116;&#104;&#105;&#115; &#105;&#116;&#101;&#109;. 359 Public method generating the key for this item.
360 </p><dl> 360 </p><dl>
361 <dt><i>column</i></dt> 361 <dt><i>column</i></dt>
362 <dd> 362 <dd>
363 &#116;&#104;&#101; &#99;&#111;&#108;&#117;&#109;&#110; &#116;&#111; &#115;&#111;&#114;&#116; &#111;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 363 the column to sort on (integer)
364 </dd> 364 </dd>
365 </dl><dl> 365 </dl><dl>
366 <dt>Returns:</dt> 366 <dt>Returns:</dt>
367 <dd> 367 <dd>
368 &#116;&#101;x&#116; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#108;&#117;&#109;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;) 368 text of the column (string)
369 </dd> 369 </dd>
370 </dl> 370 </dl>
371 <div align="right"><a href="#top">Up</a></div> 371 <div align="right"><a href="#top">Up</a></div>
372 <hr /><hr /> 372 <hr /><hr />
373 <a NAME="VariablesViewer" ID="VariablesViewer"></a> 373 <a NAME="VariablesViewer" ID="VariablesViewer"></a>
374 <h2>VariablesViewer</h2> 374 <h2>VariablesViewer</h2>
375 <p> 375 <p>
376 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; v&#105;&#101;w&#101;&#114; w&#105;&#100;&#103;&#101;&#116;. 376 Class implementing the variables viewer widget.
377 </p><p> 377 </p><p>
378 &#84;&#104;&#105;&#115; w&#105;&#100;&#103;&#101;&#116; &#105;&#115; &#117;&#115;&#101;&#100; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#103;&#114;&#97;&#109; &#98;&#101;&#105;&#110;&#103; 378 This widget is used to display the variables of the program being
379 &#100;&#101;&#98;&#117;&#103;&#103;&#101;&#100; &#105;&#110; &#97; &#116;&#114;&#101;&#101;. &#67;&#111;&#109;&#112;&#111;&#117;&#110;&#100; &#116;y&#112;&#101;&#115; w&#105;&#108;&#108; &#98;&#101; &#115;&#104;&#111;w&#110; w&#105;&#116;&#104; 379 debugged in a tree. Compound types will be shown with
380 &#116;&#104;&#101;&#105;&#114; &#109;&#97;&#105;&#110; &#101;&#110;&#116;&#114;y &#102;&#105;&#114;&#115;&#116;. &#79;&#110;&#99;&#101; &#116;&#104;&#101; &#115;&#117;&#98;&#116;&#114;&#101;&#101; &#104;&#97;&#115; &#98;&#101;&#101;&#110; &#101;x&#112;&#97;&#110;&#100;&#101;&#100;, &#116;&#104;&#101; 380 their main entry first. Once the subtree has been expanded, the
381 &#105;&#110;&#100;&#105;v&#105;&#100;&#117;&#97;&#108; &#101;&#110;&#116;&#114;&#105;&#101;&#115; w&#105;&#108;&#108; &#98;&#101; &#115;&#104;&#111;w&#110;. &#68;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107;&#105;&#110;&#103; &#97;&#110; &#101;&#110;&#116;&#114;y w&#105;&#108;&#108; 381 individual entries will be shown. Double clicking an entry will
382 &#112;&#111;&#112;&#117;&#112; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#115;&#104;&#111;w&#105;&#110;&#103; &#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#112;&#97;&#114;&#97;&#109;&#101;&#116;&#101;&#114;&#115; &#105;&#110; &#97; &#109;&#111;&#114;&#101; &#114;&#101;&#97;&#100;&#97;&#98;&#108;&#101; 382 popup a dialog showing the variables parameters in a more readable
383 &#102;&#111;&#114;&#109;. &#84;&#104;&#105;&#115; &#105;&#115; &#101;&#115;&#112;&#101;&#99;&#105;&#97;&#108;&#108;y &#117;&#115;&#101;&#102;&#117;&#108; &#102;&#111;&#114; &#108;&#101;&#110;&#103;&#116;&#104;y &#115;&#116;&#114;&#105;&#110;&#103;&#115;. 383 form. This is especially useful for lengthy strings.
384 </p><p> 384 </p><p>
385 &#84;&#104;&#105;&#115; w&#105;&#100;&#103;&#101;&#116; &#104;&#97;&#115; &#116;w&#111; &#109;&#111;&#100;&#101;&#115; &#102;&#111;&#114; &#100;&#105;&#115;&#112;&#108;&#97;y&#105;&#110;&#103; &#116;&#104;&#101; &#103;&#108;&#111;&#98;&#97;&#108; &#97;&#110;&#100; &#116;&#104;&#101; &#108;&#111;&#99;&#97;&#108; 385 This widget has two modes for displaying the global and the local
386 v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115;. 386 variables.
387 </p> 387 </p>
388 <h3>Derived from</h3> 388 <h3>Derived from</h3>
389 QTreeWidget 389 QTreeWidget
390 <h3>Class Attributes</h3> 390 <h3>Class Attributes</h3>
391 <table> 391 <table>
393 </table> 393 </table>
394 <h3>Methods</h3> 394 <h3>Methods</h3>
395 <table> 395 <table>
396 <tr> 396 <tr>
397 <td><a href="#VariablesViewer.__init__">VariablesViewer</a></td> 397 <td><a href="#VariablesViewer.__init__">VariablesViewer</a></td>
398 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 398 <td>Constructor</td>
399 </tr><tr> 399 </tr><tr>
400 <td><a href="#VariablesViewer.__addItem">__addItem</a></td> 400 <td><a href="#VariablesViewer.__addItem">__addItem</a></td>
401 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#97;&#100;&#100; &#97;&#110; &#105;&#116;&#101;&#109; &#116;&#111; &#116;&#104;&#101; &#108;&#105;&#115;&#116;.</td> 401 <td>Private method used to add an item to the list.</td>
402 </tr><tr> 402 </tr><tr>
403 <td><a href="#VariablesViewer.__buildTreePath">__buildTreePath</a></td> 403 <td><a href="#VariablesViewer.__buildTreePath">__buildTreePath</a></td>
404 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#98;&#117;&#105;&#108;&#100; &#117;&#112; &#97; &#112;&#97;&#116;&#104; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#116;&#111;&#112; &#116;&#111; &#97;&#110; &#105;&#116;&#101;&#109;.</td> 404 <td>Private method to build up a path from the top to an item.</td>
405 </tr><tr> 405 </tr><tr>
406 <td><a href="#VariablesViewer.__configure">__configure</a></td> 406 <td><a href="#VariablesViewer.__configure">__configure</a></td>
407 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103;.</td> 407 <td>Private method to open the configuration dialog.</td>
408 </tr><tr> 408 </tr><tr>
409 <td><a href="#VariablesViewer.__createPopupMenus">__createPopupMenus</a></td> 409 <td><a href="#VariablesViewer.__createPopupMenus">__createPopupMenus</a></td>
410 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#116;&#104;&#101; &#112;&#111;&#112;&#117;&#112; &#109;&#101;&#110;&#117;&#115;.</td> 410 <td>Private method to generate the popup menus.</td>
411 </tr><tr> 411 </tr><tr>
412 <td><a href="#VariablesViewer.__expandItemSignal">__expandItemSignal</a></td> 412 <td><a href="#VariablesViewer.__expandItemSignal">__expandItemSignal</a></td>
413 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;x&#112;&#97;&#110;&#100;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.</td> 413 <td>Private slot to handle the expanded signal.</td>
414 </tr><tr> 414 </tr><tr>
415 <td><a href="#VariablesViewer.__findItem">__findItem</a></td> 415 <td><a href="#VariablesViewer.__findItem">__findItem</a></td>
416 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#102;&#111;&#114; &#97;&#110; &#105;&#116;&#101;&#109;.</td> 416 <td>Private method to search for an item.</td>
417 </tr><tr> 417 </tr><tr>
418 <td><a href="#VariablesViewer.__generateItem">__generateItem</a></td> 418 <td><a href="#VariablesViewer.__generateItem">__generateItem</a></td>
419 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#97; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#73;&#116;&#101;&#109;.</td> 419 <td>Private method used to generate a VariableItem.</td>
420 </tr><tr> 420 </tr><tr>
421 <td><a href="#VariablesViewer.__getDispType">__getDispType</a></td> 421 <td><a href="#VariablesViewer.__getDispType">__getDispType</a></td>
422 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y &#115;&#116;&#114;&#105;&#110;&#103; &#102;&#111;&#114; &#116;y&#112;&#101; v&#116;y&#112;&#101;.</td> 422 <td>Private method used to get the display string for type vtype.</td>
423 </tr><tr> 423 </tr><tr>
424 <td><a href="#VariablesViewer.__resort">__resort</a></td> 424 <td><a href="#VariablesViewer.__resort">__resort</a></td>
425 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#111;&#114;&#116; &#116;&#104;&#101; &#116;&#114;&#101;&#101;.</td> 425 <td>Private method to resort the tree.</td>
426 </tr><tr> 426 </tr><tr>
427 <td><a href="#VariablesViewer.__showContextMenu">__showContextMenu</a></td> 427 <td><a href="#VariablesViewer.__showContextMenu">__showContextMenu</a></td>
428 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#109;&#101;&#110;&#117;.</td> 428 <td>Private slot to show the context menu.</td>
429 </tr><tr> 429 </tr><tr>
430 <td><a href="#VariablesViewer.__showDetails">__showDetails</a></td> 430 <td><a href="#VariablesViewer.__showDetails">__showDetails</a></td>
431 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#100;&#101;&#116;&#97;&#105;&#108;&#115; &#97;&#98;&#111;&#117;&#116; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;.</td> 431 <td>Private slot to show details about the selected variable.</td>
432 </tr><tr> 432 </tr><tr>
433 <td><a href="#VariablesViewer.__showVariableDetails">__showVariableDetails</a></td> 433 <td><a href="#VariablesViewer.__showVariableDetails">__showVariableDetails</a></td>
434 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#100;&#101;&#116;&#97;&#105;&#108;&#115; &#97;&#98;&#111;&#117;&#116; &#97; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;.</td> 434 <td>Private method to show details about a variable.</td>
435 </tr><tr> 435 </tr><tr>
436 <td><a href="#VariablesViewer.collapseItem">collapseItem</a></td> 436 <td><a href="#VariablesViewer.collapseItem">collapseItem</a></td>
437 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#111;&#108;&#108;&#97;&#112;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.</td> 437 <td>Public slot to handle the collapsed signal.</td>
438 </tr><tr> 438 </tr><tr>
439 <td><a href="#VariablesViewer.expandItem">expandItem</a></td> 439 <td><a href="#VariablesViewer.expandItem">expandItem</a></td>
440 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;x&#112;&#97;&#110;&#100;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.</td> 440 <td>Public slot to handle the expanded signal.</td>
441 </tr><tr> 441 </tr><tr>
442 <td><a href="#VariablesViewer.handleResetUI">handleResetUI</a></td> 442 <td><a href="#VariablesViewer.handleResetUI">handleResetUI</a></td>
443 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#101;&#116; &#116;&#104;&#101; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115;&#86;&#105;&#101;w&#101;&#114;.</td> 443 <td>Public method to reset the VariablesViewer.</td>
444 </tr><tr> 444 </tr><tr>
445 <td><a href="#VariablesViewer.mouseDoubleClickEvent">mouseDoubleClickEvent</a></td> 445 <td><a href="#VariablesViewer.mouseDoubleClickEvent">mouseDoubleClickEvent</a></td>
446 <td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#111;&#102; &#81;&#65;&#98;&#115;&#116;&#114;&#97;&#99;&#116;&#73;&#116;&#101;&#109;&#86;&#105;&#101;w.</td> 446 <td>Protected method of QAbstractItemView.</td>
447 </tr><tr> 447 </tr><tr>
448 <td><a href="#VariablesViewer.showVariable">showVariable</a></td> 448 <td><a href="#VariablesViewer.showVariable">showVariable</a></td>
449 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#105;&#110; &#97; &#108;&#105;&#115;&#116;.</td> 449 <td>Public method to show variables in a list.</td>
450 </tr><tr> 450 </tr><tr>
451 <td><a href="#VariablesViewer.showVariables">showVariables</a></td> 451 <td><a href="#VariablesViewer.showVariables">showVariables</a></td>
452 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#105;&#110; &#97; &#108;&#105;&#115;&#116;.</td> 452 <td>Public method to show variables in a list.</td>
453 </tr> 453 </tr>
454 </table> 454 </table>
455 <a NAME="VariablesViewer.__init__" ID="VariablesViewer.__init__"></a> 455 <a NAME="VariablesViewer.__init__" ID="VariablesViewer.__init__"></a>
456 <h4>VariablesViewer (Constructor)</h4> 456 <h4>VariablesViewer (Constructor)</h4>
457 <b>VariablesViewer</b>(<i>parent=None, scope=1</i>) 457 <b>VariablesViewer</b>(<i>parent=None, scope=1</i>)
458 <p> 458 <p>
459 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 459 Constructor
460 </p><dl> 460 </p><dl>
461 <dt><i>parent</i></dt> 461 <dt><i>parent</i></dt>
462 <dd> 462 <dd>
463 &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 463 the parent (QWidget)
464 </dd><dt><i>scope</i></dt> 464 </dd><dt><i>scope</i></dt>
465 <dd> 465 <dd>
466 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#103;&#108;&#111;&#98;&#97;&#108; (&#49;) &#111;&#114; &#108;&#111;&#99;&#97;&#108; (&#48;) v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; 466 flag indicating global (1) or local (0) variables
467 </dd> 467 </dd>
468 </dl><a NAME="VariablesViewer.__addItem" ID="VariablesViewer.__addItem"></a> 468 </dl><a NAME="VariablesViewer.__addItem" ID="VariablesViewer.__addItem"></a>
469 <h4>VariablesViewer.__addItem</h4> 469 <h4>VariablesViewer.__addItem</h4>
470 <b>__addItem</b>(<i>parent, vtype, var, value</i>) 470 <b>__addItem</b>(<i>parent, vtype, var, value</i>)
471 <p> 471 <p>
472 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#97;&#100;&#100; &#97;&#110; &#105;&#116;&#101;&#109; &#116;&#111; &#116;&#104;&#101; &#108;&#105;&#115;&#116;. 472 Private method used to add an item to the list.
473 </p><p> 473 </p><p>
474 &#73;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#105;&#115; &#111;&#102; &#97; &#116;y&#112;&#101; w&#105;&#116;&#104; &#115;&#117;&#98;&#101;&#108;&#101;&#109;&#101;&#110;&#116;&#115; (&#105;.&#101;. &#108;&#105;&#115;&#116;, &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y, 474 If the item is of a type with subelements (i.e. list, dictionary,
475 &#116;&#117;&#112;&#108;&#101;), &#116;&#104;&#101;&#115;&#101; &#115;&#117;&#98;&#101;&#108;&#101;&#109;&#101;&#110;&#116;&#115; &#97;&#114;&#101; &#97;&#100;&#100;&#101;&#100; &#98;y &#99;&#97;&#108;&#108;&#105;&#110;&#103; &#116;&#104;&#105;&#115; &#109;&#101;&#116;&#104;&#111;&#100; &#114;&#101;&#99;&#117;&#114;&#115;&#105;v&#101;&#108;y. 475 tuple), these subelements are added by calling this method recursively.
476 </p><dl> 476 </p><dl>
477 <dt><i>parent</i></dt> 477 <dt><i>parent</i></dt>
478 <dd> 478 <dd>
479 &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#116;&#111; &#98;&#101; &#97;&#100;&#100;&#101;&#100; 479 the parent of the item to be added
480 (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109; &#111;&#114; &#78;&#111;&#110;&#101;) 480 (QTreeWidgetItem or None)
481 </dd><dt><i>vtype</i></dt> 481 </dd><dt><i>vtype</i></dt>
482 <dd> 482 <dd>
483 &#116;&#104;&#101; &#116;y&#112;&#101; &#111;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#116;&#111; &#98;&#101; &#97;&#100;&#100;&#101;&#100; 483 the type of the item to be added
484 (&#115;&#116;&#114;&#105;&#110;&#103;) 484 (string)
485 </dd><dt><i>var</i></dt> 485 </dd><dt><i>var</i></dt>
486 <dd> 486 <dd>
487 &#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 487 the variable name (string)
488 </dd><dt><i>value</i></dt> 488 </dd><dt><i>value</i></dt>
489 <dd> 489 <dd>
490 &#116;&#104;&#101; v&#97;&#108;&#117;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 490 the value string (string)
491 </dd> 491 </dd>
492 </dl><dl> 492 </dl><dl>
493 <dt>Returns:</dt> 493 <dt>Returns:</dt>
494 <dd> 494 <dd>
495 &#84;&#104;&#101; &#105;&#116;&#101;&#109; &#116;&#104;&#97;&#116; w&#97;&#115; &#97;&#100;&#100;&#101;&#100; &#116;&#111; &#116;&#104;&#101; &#108;&#105;&#115;&#116;v&#105;&#101;w (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;). 495 The item that was added to the listview (QTreeWidgetItem).
496 </dd> 496 </dd>
497 </dl><a NAME="VariablesViewer.__buildTreePath" ID="VariablesViewer.__buildTreePath"></a> 497 </dl><a NAME="VariablesViewer.__buildTreePath" ID="VariablesViewer.__buildTreePath"></a>
498 <h4>VariablesViewer.__buildTreePath</h4> 498 <h4>VariablesViewer.__buildTreePath</h4>
499 <b>__buildTreePath</b>(<i>itm</i>) 499 <b>__buildTreePath</b>(<i>itm</i>)
500 <p> 500 <p>
501 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#98;&#117;&#105;&#108;&#100; &#117;&#112; &#97; &#112;&#97;&#116;&#104; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#116;&#111;&#112; &#116;&#111; &#97;&#110; &#105;&#116;&#101;&#109;. 501 Private method to build up a path from the top to an item.
502 </p><dl> 502 </p><dl>
503 <dt><i>itm</i></dt> 503 <dt><i>itm</i></dt>
504 <dd> 504 <dd>
505 &#105;&#116;&#101;&#109; &#116;&#111; &#98;&#117;&#105;&#108;&#100; &#116;&#104;&#101; &#112;&#97;&#116;&#104; &#102;&#111;&#114; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 505 item to build the path for (QTreeWidgetItem)
506 </dd> 506 </dd>
507 </dl><dl> 507 </dl><dl>
508 <dt>Returns:</dt> 508 <dt>Returns:</dt>
509 <dd> 509 <dd>
510 &#108;&#105;&#115;&#116; &#111;&#102; &#110;&#97;&#109;&#101;&#115; &#100;&#101;&#110;&#111;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#112;&#97;&#116;&#104; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#116;&#111;&#112; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 510 list of names denoting the path from the top (list of strings)
511 </dd> 511 </dd>
512 </dl><a NAME="VariablesViewer.__configure" ID="VariablesViewer.__configure"></a> 512 </dl><a NAME="VariablesViewer.__configure" ID="VariablesViewer.__configure"></a>
513 <h4>VariablesViewer.__configure</h4> 513 <h4>VariablesViewer.__configure</h4>
514 <b>__configure</b>(<i></i>) 514 <b>__configure</b>(<i></i>)
515 <p> 515 <p>
516 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103;. 516 Private method to open the configuration dialog.
517 </p><a NAME="VariablesViewer.__createPopupMenus" ID="VariablesViewer.__createPopupMenus"></a> 517 </p><a NAME="VariablesViewer.__createPopupMenus" ID="VariablesViewer.__createPopupMenus"></a>
518 <h4>VariablesViewer.__createPopupMenus</h4> 518 <h4>VariablesViewer.__createPopupMenus</h4>
519 <b>__createPopupMenus</b>(<i></i>) 519 <b>__createPopupMenus</b>(<i></i>)
520 <p> 520 <p>
521 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#116;&#104;&#101; &#112;&#111;&#112;&#117;&#112; &#109;&#101;&#110;&#117;&#115;. 521 Private method to generate the popup menus.
522 </p><a NAME="VariablesViewer.__expandItemSignal" ID="VariablesViewer.__expandItemSignal"></a> 522 </p><a NAME="VariablesViewer.__expandItemSignal" ID="VariablesViewer.__expandItemSignal"></a>
523 <h4>VariablesViewer.__expandItemSignal</h4> 523 <h4>VariablesViewer.__expandItemSignal</h4>
524 <b>__expandItemSignal</b>(<i>parentItem</i>) 524 <b>__expandItemSignal</b>(<i>parentItem</i>)
525 <p> 525 <p>
526 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;x&#112;&#97;&#110;&#100;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;. 526 Private slot to handle the expanded signal.
527 </p><dl> 527 </p><dl>
528 <dt><i>parentItem</i></dt> 528 <dt><i>parentItem</i></dt>
529 <dd> 529 <dd>
530 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#98;&#101;&#105;&#110;&#103; &#101;x&#112;&#97;&#110;&#100;&#101;&#100; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 530 reference to the item being expanded (QTreeWidgetItem)
531 </dd> 531 </dd>
532 </dl><a NAME="VariablesViewer.__findItem" ID="VariablesViewer.__findItem"></a> 532 </dl><a NAME="VariablesViewer.__findItem" ID="VariablesViewer.__findItem"></a>
533 <h4>VariablesViewer.__findItem</h4> 533 <h4>VariablesViewer.__findItem</h4>
534 <b>__findItem</b>(<i>slist, column, node=None</i>) 534 <b>__findItem</b>(<i>slist, column, node=None</i>)
535 <p> 535 <p>
536 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#102;&#111;&#114; &#97;&#110; &#105;&#116;&#101;&#109;. 536 Private method to search for an item.
537 </p><p> 537 </p><p>
538 &#73;&#116; &#105;&#115; &#117;&#115;&#101;&#100; &#116;&#111; &#102;&#105;&#110;&#100; &#97; &#115;&#112;&#101;&#99;&#105;&#102;&#105;&#99; &#105;&#116;&#101;&#109; &#105;&#110; &#99;&#111;&#108;&#117;&#109;&#110;, 538 It is used to find a specific item in column,
539 &#116;&#104;&#97;&#116; &#105;&#115; &#97; &#99;&#104;&#105;&#108;&#100; &#111;&#102; &#110;&#111;&#100;&#101;. &#73;&#102; &#110;&#111;&#100;&#101; &#105;&#115; &#78;&#111;&#110;&#101;, &#97; &#99;&#104;&#105;&#108;&#100; &#111;&#102; &#116;&#104;&#101; 539 that is a child of node. If node is None, a child of the
540 &#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116; &#105;&#115; &#115;&#101;&#97;&#114;&#99;&#104;&#101;&#100;. 540 QTreeWidget is searched.
541 </p><dl> 541 </p><dl>
542 <dt><i>slist</i></dt> 542 <dt><i>slist</i></dt>
543 <dd> 543 <dd>
544 &#115;&#101;&#97;&#114;&#99;&#104;&#108;&#105;&#115;&#116; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 544 searchlist (list of strings)
545 </dd><dt><i>column</i></dt> 545 </dd><dt><i>column</i></dt>
546 <dd> 546 <dd>
547 &#105;&#110;&#100;&#101;x &#111;&#102; &#99;&#111;&#108;&#117;&#109;&#110; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#105;&#110; (&#105;&#110;&#116;) 547 index of column to search in (int)
548 </dd><dt><i>node</i></dt> 548 </dd><dt><i>node</i></dt>
549 <dd> 549 <dd>
550 &#115;&#116;&#97;&#114;&#116; &#112;&#111;&#105;&#110;&#116; &#111;&#102; &#116;&#104;&#101; &#115;&#101;&#97;&#114;&#99;&#104; 550 start point of the search
551 </dd> 551 </dd>
552 </dl><dl> 552 </dl><dl>
553 <dt>Returns:</dt> 553 <dt>Returns:</dt>
554 <dd> 554 <dd>
555 &#116;&#104;&#101; &#102;&#111;&#117;&#110;&#100; &#105;&#116;&#101;&#109; &#111;&#114; &#78;&#111;&#110;&#101; 555 the found item or None
556 </dd> 556 </dd>
557 </dl><a NAME="VariablesViewer.__generateItem" ID="VariablesViewer.__generateItem"></a> 557 </dl><a NAME="VariablesViewer.__generateItem" ID="VariablesViewer.__generateItem"></a>
558 <h4>VariablesViewer.__generateItem</h4> 558 <h4>VariablesViewer.__generateItem</h4>
559 <b>__generateItem</b>(<i>parent, dvar, dvalue, dtype, isSpecial = False</i>) 559 <b>__generateItem</b>(<i>parent, dvar, dvalue, dtype, isSpecial = False</i>)
560 <p> 560 <p>
561 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#97; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#73;&#116;&#101;&#109;. 561 Private method used to generate a VariableItem.
562 </p><dl> 562 </p><dl>
563 <dt><i>parent</i></dt> 563 <dt><i>parent</i></dt>
564 <dd> 564 <dd>
565 &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#116;&#111; &#98;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; 565 parent of the item to be generated
566 </dd><dt><i>dvar</i></dt> 566 </dd><dt><i>dvar</i></dt>
567 <dd> 567 <dd>
568 v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 568 variable name (string)
569 </dd><dt><i>dvalue</i></dt> 569 </dd><dt><i>dvalue</i></dt>
570 <dd> 570 <dd>
571 v&#97;&#108;&#117;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 571 value string (string)
572 </dd><dt><i>dtype</i></dt> 572 </dd><dt><i>dtype</i></dt>
573 <dd> 573 <dd>
574 &#116;y&#112;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 574 type string (string)
575 </dd><dt><i>isSpecial</i></dt> 575 </dd><dt><i>isSpecial</i></dt>
576 <dd> 576 <dd>
577 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#97;&#116; &#97; &#115;&#112;&#101;&#99;&#105;&#97;&#108; &#110;&#111;&#100;&#101; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 577 flag indicating that a special node should be generated (boolean)
578 </dd> 578 </dd>
579 </dl><dl> 579 </dl><dl>
580 <dt>Returns:</dt> 580 <dt>Returns:</dt>
581 <dd> 581 <dd>
582 &#84;&#104;&#101; &#105;&#116;&#101;&#109; &#116;&#104;&#97;&#116; w&#97;&#115; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; (&#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#73;&#116;&#101;&#109;). 582 The item that was generated (VariableItem).
583 </dd> 583 </dd>
584 </dl><a NAME="VariablesViewer.__getDispType" ID="VariablesViewer.__getDispType"></a> 584 </dl><a NAME="VariablesViewer.__getDispType" ID="VariablesViewer.__getDispType"></a>
585 <h4>VariablesViewer.__getDispType</h4> 585 <h4>VariablesViewer.__getDispType</h4>
586 <b>__getDispType</b>(<i>vtype</i>) 586 <b>__getDispType</b>(<i>vtype</i>)
587 <p> 587 <p>
588 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y &#115;&#116;&#114;&#105;&#110;&#103; &#102;&#111;&#114; &#116;y&#112;&#101; v&#116;y&#112;&#101;. 588 Private method used to get the display string for type vtype.
589 </p><dl> 589 </p><dl>
590 <dt><i>vtype</i></dt> 590 <dt><i>vtype</i></dt>
591 <dd> 591 <dd>
592 &#116;&#104;&#101; &#116;y&#112;&#101;, &#116;&#104;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y &#115;&#116;&#114;&#105;&#110;&#103; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#108;&#111;&#111;&#107;&#101;&#100; &#117;&#112; &#102;&#111;&#114; 592 the type, the display string should be looked up for
593 (&#115;&#116;&#114;&#105;&#110;&#103;) 593 (string)
594 </dd> 594 </dd>
595 </dl><dl> 595 </dl><dl>
596 <dt>Returns:</dt> 596 <dt>Returns:</dt>
597 <dd> 597 <dd>
598 &#100;&#105;&#115;&#112;&#108;&#97;y&#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 598 displaystring (string)
599 </dd> 599 </dd>
600 </dl><a NAME="VariablesViewer.__resort" ID="VariablesViewer.__resort"></a> 600 </dl><a NAME="VariablesViewer.__resort" ID="VariablesViewer.__resort"></a>
601 <h4>VariablesViewer.__resort</h4> 601 <h4>VariablesViewer.__resort</h4>
602 <b>__resort</b>(<i></i>) 602 <b>__resort</b>(<i></i>)
603 <p> 603 <p>
604 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#111;&#114;&#116; &#116;&#104;&#101; &#116;&#114;&#101;&#101;. 604 Private method to resort the tree.
605 </p><a NAME="VariablesViewer.__showContextMenu" ID="VariablesViewer.__showContextMenu"></a> 605 </p><a NAME="VariablesViewer.__showContextMenu" ID="VariablesViewer.__showContextMenu"></a>
606 <h4>VariablesViewer.__showContextMenu</h4> 606 <h4>VariablesViewer.__showContextMenu</h4>
607 <b>__showContextMenu</b>(<i>coord</i>) 607 <b>__showContextMenu</b>(<i>coord</i>)
608 <p> 608 <p>
609 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#109;&#101;&#110;&#117;. 609 Private slot to show the context menu.
610 </p><dl> 610 </p><dl>
611 <dt><i>coord</i></dt> 611 <dt><i>coord</i></dt>
612 <dd> 612 <dd>
613 &#116;&#104;&#101; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#109;&#111;&#117;&#115;&#101; &#112;&#111;&#105;&#110;&#116;&#101;&#114; (&#81;&#80;&#111;&#105;&#110;&#116;) 613 the position of the mouse pointer (QPoint)
614 </dd> 614 </dd>
615 </dl><a NAME="VariablesViewer.__showDetails" ID="VariablesViewer.__showDetails"></a> 615 </dl><a NAME="VariablesViewer.__showDetails" ID="VariablesViewer.__showDetails"></a>
616 <h4>VariablesViewer.__showDetails</h4> 616 <h4>VariablesViewer.__showDetails</h4>
617 <b>__showDetails</b>(<i></i>) 617 <b>__showDetails</b>(<i></i>)
618 <p> 618 <p>
619 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#100;&#101;&#116;&#97;&#105;&#108;&#115; &#97;&#98;&#111;&#117;&#116; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;. 619 Private slot to show details about the selected variable.
620 </p><a NAME="VariablesViewer.__showVariableDetails" ID="VariablesViewer.__showVariableDetails"></a> 620 </p><a NAME="VariablesViewer.__showVariableDetails" ID="VariablesViewer.__showVariableDetails"></a>
621 <h4>VariablesViewer.__showVariableDetails</h4> 621 <h4>VariablesViewer.__showVariableDetails</h4>
622 <b>__showVariableDetails</b>(<i>itm</i>) 622 <b>__showVariableDetails</b>(<i>itm</i>)
623 <p> 623 <p>
624 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#100;&#101;&#116;&#97;&#105;&#108;&#115; &#97;&#98;&#111;&#117;&#116; &#97; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;. 624 Private method to show details about a variable.
625 </p><dl> 625 </p><dl>
626 <dt><i>itm</i></dt> 626 <dt><i>itm</i></dt>
627 <dd> 627 <dd>
628 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#105;&#116;&#101;&#109; 628 reference to the variable item
629 </dd> 629 </dd>
630 </dl><a NAME="VariablesViewer.collapseItem" ID="VariablesViewer.collapseItem"></a> 630 </dl><a NAME="VariablesViewer.collapseItem" ID="VariablesViewer.collapseItem"></a>
631 <h4>VariablesViewer.collapseItem</h4> 631 <h4>VariablesViewer.collapseItem</h4>
632 <b>collapseItem</b>(<i>parentItem</i>) 632 <b>collapseItem</b>(<i>parentItem</i>)
633 <p> 633 <p>
634 &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#111;&#108;&#108;&#97;&#112;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;. 634 Public slot to handle the collapsed signal.
635 </p><dl> 635 </p><dl>
636 <dt><i>parentItem</i></dt> 636 <dt><i>parentItem</i></dt>
637 <dd> 637 <dd>
638 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#98;&#101;&#105;&#110;&#103; &#99;&#111;&#108;&#108;&#97;&#112;&#115;&#101;&#100; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 638 reference to the item being collapsed (QTreeWidgetItem)
639 </dd> 639 </dd>
640 </dl><a NAME="VariablesViewer.expandItem" ID="VariablesViewer.expandItem"></a> 640 </dl><a NAME="VariablesViewer.expandItem" ID="VariablesViewer.expandItem"></a>
641 <h4>VariablesViewer.expandItem</h4> 641 <h4>VariablesViewer.expandItem</h4>
642 <b>expandItem</b>(<i>parentItem</i>) 642 <b>expandItem</b>(<i>parentItem</i>)
643 <p> 643 <p>
644 &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;x&#112;&#97;&#110;&#100;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;. 644 Public slot to handle the expanded signal.
645 </p><dl> 645 </p><dl>
646 <dt><i>parentItem</i></dt> 646 <dt><i>parentItem</i></dt>
647 <dd> 647 <dd>
648 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#105;&#116;&#101;&#109; &#98;&#101;&#105;&#110;&#103; &#101;x&#112;&#97;&#110;&#100;&#101;&#100; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 648 reference to the item being expanded (QTreeWidgetItem)
649 </dd> 649 </dd>
650 </dl><a NAME="VariablesViewer.handleResetUI" ID="VariablesViewer.handleResetUI"></a> 650 </dl><a NAME="VariablesViewer.handleResetUI" ID="VariablesViewer.handleResetUI"></a>
651 <h4>VariablesViewer.handleResetUI</h4> 651 <h4>VariablesViewer.handleResetUI</h4>
652 <b>handleResetUI</b>(<i></i>) 652 <b>handleResetUI</b>(<i></i>)
653 <p> 653 <p>
654 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#101;&#116; &#116;&#104;&#101; &#86;&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115;&#86;&#105;&#101;w&#101;&#114;. 654 Public method to reset the VariablesViewer.
655 </p><a NAME="VariablesViewer.mouseDoubleClickEvent" ID="VariablesViewer.mouseDoubleClickEvent"></a> 655 </p><a NAME="VariablesViewer.mouseDoubleClickEvent" ID="VariablesViewer.mouseDoubleClickEvent"></a>
656 <h4>VariablesViewer.mouseDoubleClickEvent</h4> 656 <h4>VariablesViewer.mouseDoubleClickEvent</h4>
657 <b>mouseDoubleClickEvent</b>(<i>mouseEvent</i>) 657 <b>mouseDoubleClickEvent</b>(<i>mouseEvent</i>)
658 <p> 658 <p>
659 &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#111;&#102; &#81;&#65;&#98;&#115;&#116;&#114;&#97;&#99;&#116;&#73;&#116;&#101;&#109;&#86;&#105;&#101;w. 659 Protected method of QAbstractItemView.
660 </p><p> 660 </p><p>
661 &#82;&#101;&#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#101;&#100; &#116;&#111; &#100;&#105;&#115;&#97;&#98;&#108;&#101; &#101;x&#112;&#97;&#110;&#100;&#105;&#110;&#103;/&#99;&#111;&#108;&#108;&#97;&#112;&#115;&#105;&#110;&#103; 661 Reimplemented to disable expanding/collapsing
662 &#111;&#102; &#105;&#116;&#101;&#109;&#115; w&#104;&#101;&#110; &#100;&#111;&#117;&#98;&#108;&#101;-&#99;&#108;&#105;&#99;&#107;&#105;&#110;&#103;. &#73;&#110;&#115;&#116;&#101;&#97;&#100; &#116;&#104;&#101; &#100;&#111;&#117;&#98;&#108;&#101;-&#99;&#108;&#105;&#99;&#107;&#101;&#100; &#101;&#110;&#116;&#114;y &#105;&#115; &#111;&#112;&#101;&#110;&#101;&#100;. 662 of items when double-clicking. Instead the double-clicked entry is opened.
663 </p><dl> 663 </p><dl>
664 <dt><i>mouseEvent</i></dt> 664 <dt><i>mouseEvent</i></dt>
665 <dd> 665 <dd>
666 &#116;&#104;&#101; &#109;&#111;&#117;&#115;&#101; &#101;v&#101;&#110;&#116; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#77;&#111;&#117;&#115;&#101;&#69;v&#101;&#110;&#116;) 666 the mouse event object (QMouseEvent)
667 </dd> 667 </dd>
668 </dl><a NAME="VariablesViewer.showVariable" ID="VariablesViewer.showVariable"></a> 668 </dl><a NAME="VariablesViewer.showVariable" ID="VariablesViewer.showVariable"></a>
669 <h4>VariablesViewer.showVariable</h4> 669 <h4>VariablesViewer.showVariable</h4>
670 <b>showVariable</b>(<i>vlist</i>) 670 <b>showVariable</b>(<i>vlist</i>)
671 <p> 671 <p>
672 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#105;&#110; &#97; &#108;&#105;&#115;&#116;. 672 Public method to show variables in a list.
673 </p><dl> 673 </p><dl>
674 <dt><i>vlist</i></dt> 674 <dt><i>vlist</i></dt>
675 <dd> 675 <dd>
676 &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#115;&#117;&#98;&#105;&#116;&#101;&#109;&#115; &#116;&#111; &#98;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y&#101;&#100;. 676 the list of subitems to be displayed.
677 &#84;&#104;&#101; &#102;&#105;&#114;&#115;&#116; &#101;&#108;&#101;&#109;&#101;&#110;&#116; &#103;&#105;v&#101;&#115; &#116;&#104;&#101; &#112;&#97;&#116;&#104; &#111;&#102; &#116;&#104;&#101; 677 The first element gives the path of the
678 &#112;&#97;&#114;&#101;&#110;&#116; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;. &#69;&#97;&#99;&#104; &#111;&#116;&#104;&#101;&#114; &#108;&#105;&#115;&#116;&#101;&#110;&#116;&#114;y &#105;&#115; 678 parent variable. Each other listentry is
679 &#97; &#116;&#117;&#112;&#108;&#101; &#111;&#102; &#116;&#104;&#114;&#101;&#101; v&#97;&#108;&#117;&#101;&#115;. 679 a tuple of three values.
680 &#60;&#117;&#108;&#62; 680 <ul>
681 &#60;&#108;&#105;&#62;&#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)&#60;/&#108;&#105;&#62; 681 <li>the variable name (string)</li>
682 &#60;&#108;&#105;&#62;&#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#116;y&#112;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)&#60;/&#108;&#105;&#62; 682 <li>the variables type (string)</li>
683 &#60;&#108;&#105;&#62;&#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; v&#97;&#108;&#117;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)&#60;/&#108;&#105;&#62; 683 <li>the variables value (string)</li>
684 &#60;/&#117;&#108;&#62; 684 </ul>
685 </dd> 685 </dd>
686 </dl><a NAME="VariablesViewer.showVariables" ID="VariablesViewer.showVariables"></a> 686 </dl><a NAME="VariablesViewer.showVariables" ID="VariablesViewer.showVariables"></a>
687 <h4>VariablesViewer.showVariables</h4> 687 <h4>VariablesViewer.showVariables</h4>
688 <b>showVariables</b>(<i>vlist, frmnr</i>) 688 <b>showVariables</b>(<i>vlist, frmnr</i>)
689 <p> 689 <p>
690 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#105;&#110; &#97; &#108;&#105;&#115;&#116;. 690 Public method to show variables in a list.
691 </p><dl> 691 </p><dl>
692 <dt><i>vlist</i></dt> 692 <dt><i>vlist</i></dt>
693 <dd> 693 <dd>
694 &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#116;&#111; &#98;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y&#101;&#100;. &#69;&#97;&#99;&#104; 694 the list of variables to be displayed. Each
695 &#108;&#105;&#115;&#116;&#101;&#110;&#116;&#114;y &#105;&#115; &#97; &#116;&#117;&#112;&#108;&#101; &#111;&#102; &#116;&#104;&#114;&#101;&#101; v&#97;&#108;&#117;&#101;&#115;. 695 listentry is a tuple of three values.
696 &#60;&#117;&#108;&#62; 696 <ul>
697 &#60;&#108;&#105;&#62;&#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)&#60;/&#108;&#105;&#62; 697 <li>the variable name (string)</li>
698 &#60;&#108;&#105;&#62;&#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; &#116;y&#112;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)&#60;/&#108;&#105;&#62; 698 <li>the variables type (string)</li>
699 &#60;&#108;&#105;&#62;&#116;&#104;&#101; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;&#115; v&#97;&#108;&#117;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)&#60;/&#108;&#105;&#62; 699 <li>the variables value (string)</li>
700 &#60;/&#117;&#108;&#62; 700 </ul>
701 </dd><dt><i>frmnr</i></dt> 701 </dd><dt><i>frmnr</i></dt>
702 <dd> 702 <dd>
703 &#102;&#114;&#97;&#109;&#101; &#110;&#117;&#109;&#98;&#101;&#114; (&#48; &#105;&#115; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#102;&#114;&#97;&#109;&#101;) (&#105;&#110;&#116;) 703 frame number (0 is the current frame) (int)
704 </dd> 704 </dd>
705 </dl> 705 </dl>
706 <div align="right"><a href="#top">Up</a></div> 706 <div align="right"><a href="#top">Up</a></div>
707 <hr /> 707 <hr />
708 </body></html> 708 </body></html>

eric ide

mercurial