Documentation/Source/eric5.UI.BrowserModel.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
76 BrowserItem 76 BrowserItem
77 <h3>Class Attributes</h3> 77 <h3>Class Attributes</h3>
78 <table> 78 <table>
79 <tr><td>None</td></tr> 79 <tr><td>None</td></tr>
80 </table> 80 </table>
81 <h3>Class Methods</h3>
82 <table>
83 <tr><td>None</td></tr>
84 </table>
81 <h3>Methods</h3> 85 <h3>Methods</h3>
82 <table> 86 <table>
83 <tr> 87 <tr>
84 <td><a href="#BrowserClassAttributeItem.__init__">BrowserClassAttributeItem</a></td>
85 <td>Constructor</td>
86 </tr><tr>
87 <td><a href="#BrowserClassAttributeItem.attributeObject">attributeObject</a></td> 88 <td><a href="#BrowserClassAttributeItem.attributeObject">attributeObject</a></td>
88 <td>Public method returning the class object.</td> 89 <td>Public method returning the class object.</td>
89 </tr><tr> 90 </tr><tr>
90 <td><a href="#BrowserClassAttributeItem.fileName">fileName</a></td> 91 <td><a href="#BrowserClassAttributeItem.fileName">fileName</a></td>
91 <td>Public method returning the filename.</td> 92 <td>Public method returning the filename.</td>
98 </tr><tr> 99 </tr><tr>
99 <td><a href="#BrowserClassAttributeItem.lineno">lineno</a></td> 100 <td><a href="#BrowserClassAttributeItem.lineno">lineno</a></td>
100 <td>Public method returning the line number defining this object.</td> 101 <td>Public method returning the line number defining this object.</td>
101 </tr> 102 </tr>
102 </table> 103 </table>
104 <h3>Static Methods</h3>
105 <table>
106 <tr><td>None</td></tr>
107 </table>
103 <a NAME="BrowserClassAttributeItem.__init__" ID="BrowserClassAttributeItem.__init__"></a> 108 <a NAME="BrowserClassAttributeItem.__init__" ID="BrowserClassAttributeItem.__init__"></a>
104 <h4>BrowserClassAttributeItem (Constructor)</h4> 109 <h4>BrowserClassAttributeItem (Constructor)</h4>
105 <b>BrowserClassAttributeItem</b>(<i>parent, attribute</i>) 110 <b>BrowserClassAttributeItem</b>(<i>parent, attribute, isClass=False</i>)
106 <p> 111 <p>
107 Constructor 112 Constructor
108 </p><dl> 113 </p><dl>
109 <dt><i>parent</i></dt> 114 <dt><i>parent</i></dt>
110 <dd> 115 <dd>
111 parent item 116 parent item
112 </dd><dt><i>attribute</i></dt> 117 </dd><dt><i>attribute</i></dt>
113 <dd> 118 <dd>
114 reference to the attribute object 119 reference to the attribute object
120 </dd><dt><i>isClass</i></dt>
121 <dd>
122 flag indicating a class attribute (boolean)
115 </dd> 123 </dd>
116 </dl><a NAME="BrowserClassAttributeItem.attributeObject" ID="BrowserClassAttributeItem.attributeObject"></a> 124 </dl><a NAME="BrowserClassAttributeItem.attributeObject" ID="BrowserClassAttributeItem.attributeObject"></a>
117 <h4>BrowserClassAttributeItem.attributeObject</h4> 125 <h4>BrowserClassAttributeItem.attributeObject</h4>
118 <b>attributeObject</b>(<i></i>) 126 <b>attributeObject</b>(<i></i>)
119 <p> 127 <p>
183 BrowserItem 191 BrowserItem
184 <h3>Class Attributes</h3> 192 <h3>Class Attributes</h3>
185 <table> 193 <table>
186 <tr><td>None</td></tr> 194 <tr><td>None</td></tr>
187 </table> 195 </table>
196 <h3>Class Methods</h3>
197 <table>
198 <tr><td>None</td></tr>
199 </table>
188 <h3>Methods</h3> 200 <h3>Methods</h3>
189 <table> 201 <table>
190 <tr> 202 <tr>
191 <td><a href="#BrowserClassAttributesItem.__init__">BrowserClassAttributesItem</a></td>
192 <td>Constructor</td>
193 </tr><tr>
194 <td><a href="#BrowserClassAttributesItem.attributes">attributes</a></td> 203 <td><a href="#BrowserClassAttributesItem.attributes">attributes</a></td>
195 <td>Public method returning the attribute list.</td> 204 <td>Public method returning the attribute list.</td>
205 </tr><tr>
206 <td><a href="#BrowserClassAttributesItem.isClassAttributes">isClassAttributes</a></td>
207 <td>Public method returning the attributes type.</td>
196 </tr><tr> 208 </tr><tr>
197 <td><a href="#BrowserClassAttributesItem.lessThan">lessThan</a></td> 209 <td><a href="#BrowserClassAttributesItem.lessThan">lessThan</a></td>
198 <td>Public method to check, if the item is less than the other one.</td> 210 <td>Public method to check, if the item is less than the other one.</td>
199 </tr> 211 </tr>
200 </table> 212 </table>
213 <h3>Static Methods</h3>
214 <table>
215 <tr><td>None</td></tr>
216 </table>
201 <a NAME="BrowserClassAttributesItem.__init__" ID="BrowserClassAttributesItem.__init__"></a> 217 <a NAME="BrowserClassAttributesItem.__init__" ID="BrowserClassAttributesItem.__init__"></a>
202 <h4>BrowserClassAttributesItem (Constructor)</h4> 218 <h4>BrowserClassAttributesItem (Constructor)</h4>
203 <b>BrowserClassAttributesItem</b>(<i>parent, attributes, text</i>) 219 <b>BrowserClassAttributesItem</b>(<i>parent, attributes, text, isClass=False</i>)
204 <p> 220 <p>
205 Constructor 221 Constructor
206 </p><dl> 222 </p><dl>
207 <dt><i>parent</i></dt> 223 <dt><i>parent</i></dt>
208 <dd> 224 <dd>
211 <dd> 227 <dd>
212 list of attributes 228 list of attributes
213 </dd><dt><i>text</i></dt> 229 </dd><dt><i>text</i></dt>
214 <dd> 230 <dd>
215 text to be shown by this item (string) 231 text to be shown by this item (string)
232 </dd><dt><i>isClass</i></dt>
233 <dd>
234 flag indicating class attributes (boolean)
216 </dd> 235 </dd>
217 </dl><a NAME="BrowserClassAttributesItem.attributes" ID="BrowserClassAttributesItem.attributes"></a> 236 </dl><a NAME="BrowserClassAttributesItem.attributes" ID="BrowserClassAttributesItem.attributes"></a>
218 <h4>BrowserClassAttributesItem.attributes</h4> 237 <h4>BrowserClassAttributesItem.attributes</h4>
219 <b>attributes</b>(<i></i>) 238 <b>attributes</b>(<i></i>)
220 <p> 239 <p>
221 Public method returning the attribute list. 240 Public method returning the attribute list.
222 </p><dl> 241 </p><dl>
223 <dt>Returns:</dt> 242 <dt>Returns:</dt>
224 <dd> 243 <dd>
225 reference to the list of attributes 244 reference to the list of attributes
245 </dd>
246 </dl><a NAME="BrowserClassAttributesItem.isClassAttributes" ID="BrowserClassAttributesItem.isClassAttributes"></a>
247 <h4>BrowserClassAttributesItem.isClassAttributes</h4>
248 <b>isClassAttributes</b>(<i></i>)
249 <p>
250 Public method returning the attributes type.
251 </p><dl>
252 <dt>Returns:</dt>
253 <dd>
254 flag indicating class attributes (boolean)
226 </dd> 255 </dd>
227 </dl><a NAME="BrowserClassAttributesItem.lessThan" ID="BrowserClassAttributesItem.lessThan"></a> 256 </dl><a NAME="BrowserClassAttributesItem.lessThan" ID="BrowserClassAttributesItem.lessThan"></a>
228 <h4>BrowserClassAttributesItem.lessThan</h4> 257 <h4>BrowserClassAttributesItem.lessThan</h4>
229 <b>lessThan</b>(<i>other, column, order</i>) 258 <b>lessThan</b>(<i>other, column, order</i>)
230 <p> 259 <p>
257 BrowserItem 286 BrowserItem
258 <h3>Class Attributes</h3> 287 <h3>Class Attributes</h3>
259 <table> 288 <table>
260 <tr><td>None</td></tr> 289 <tr><td>None</td></tr>
261 </table> 290 </table>
291 <h3>Class Methods</h3>
292 <table>
293 <tr><td>None</td></tr>
294 </table>
262 <h3>Methods</h3> 295 <h3>Methods</h3>
263 <table> 296 <table>
264 <tr> 297 <tr>
265 <td><a href="#BrowserClassItem.__init__">BrowserClassItem</a></td>
266 <td>Constructor</td>
267 </tr><tr>
268 <td><a href="#BrowserClassItem.classObject">classObject</a></td> 298 <td><a href="#BrowserClassItem.classObject">classObject</a></td>
269 <td>Public method returning the class object.</td> 299 <td>Public method returning the class object.</td>
270 </tr><tr> 300 </tr><tr>
271 <td><a href="#BrowserClassItem.fileName">fileName</a></td> 301 <td><a href="#BrowserClassItem.fileName">fileName</a></td>
272 <td>Public method returning the filename.</td> 302 <td>Public method returning the filename.</td>
278 <td>Public method to check, if the item is less than the other one.</td> 308 <td>Public method to check, if the item is less than the other one.</td>
279 </tr><tr> 309 </tr><tr>
280 <td><a href="#BrowserClassItem.lineno">lineno</a></td> 310 <td><a href="#BrowserClassItem.lineno">lineno</a></td>
281 <td>Public method returning the line number defining this object.</td> 311 <td>Public method returning the line number defining this object.</td>
282 </tr> 312 </tr>
313 </table>
314 <h3>Static Methods</h3>
315 <table>
316 <tr><td>None</td></tr>
283 </table> 317 </table>
284 <a NAME="BrowserClassItem.__init__" ID="BrowserClassItem.__init__"></a> 318 <a NAME="BrowserClassItem.__init__" ID="BrowserClassItem.__init__"></a>
285 <h4>BrowserClassItem (Constructor)</h4> 319 <h4>BrowserClassItem (Constructor)</h4>
286 <b>BrowserClassItem</b>(<i>parent, cl, filename</i>) 320 <b>BrowserClassItem</b>(<i>parent, cl, filename</i>)
287 <p> 321 <p>
367 BrowserItem 401 BrowserItem
368 <h3>Class Attributes</h3> 402 <h3>Class Attributes</h3>
369 <table> 403 <table>
370 <tr><td>None</td></tr> 404 <tr><td>None</td></tr>
371 </table> 405 </table>
406 <h3>Class Methods</h3>
407 <table>
408 <tr><td>None</td></tr>
409 </table>
372 <h3>Methods</h3> 410 <h3>Methods</h3>
373 <table> 411 <table>
374 <tr> 412 <tr>
375 <td><a href="#BrowserCodingItem.__init__">BrowserCodingItem</a></td>
376 <td>Constructor</td>
377 </tr><tr>
378 <td><a href="#BrowserCodingItem.lessThan">lessThan</a></td> 413 <td><a href="#BrowserCodingItem.lessThan">lessThan</a></td>
379 <td>Public method to check, if the item is less than the other one.</td> 414 <td>Public method to check, if the item is less than the other one.</td>
380 </tr> 415 </tr>
416 </table>
417 <h3>Static Methods</h3>
418 <table>
419 <tr><td>None</td></tr>
381 </table> 420 </table>
382 <a NAME="BrowserCodingItem.__init__" ID="BrowserCodingItem.__init__"></a> 421 <a NAME="BrowserCodingItem.__init__" ID="BrowserCodingItem.__init__"></a>
383 <h4>BrowserCodingItem (Constructor)</h4> 422 <h4>BrowserCodingItem (Constructor)</h4>
384 <b>BrowserCodingItem</b>(<i>parent, text</i>) 423 <b>BrowserCodingItem</b>(<i>parent, text</i>)
385 <p> 424 <p>
425 BrowserItem 464 BrowserItem
426 <h3>Class Attributes</h3> 465 <h3>Class Attributes</h3>
427 <table> 466 <table>
428 <tr><td>None</td></tr> 467 <tr><td>None</td></tr>
429 </table> 468 </table>
469 <h3>Class Methods</h3>
470 <table>
471 <tr><td>None</td></tr>
472 </table>
430 <h3>Methods</h3> 473 <h3>Methods</h3>
431 <table> 474 <table>
432 <tr> 475 <tr>
433 <td><a href="#BrowserDirectoryItem.__init__">BrowserDirectoryItem</a></td>
434 <td>Constructor</td>
435 </tr><tr>
436 <td><a href="#BrowserDirectoryItem.dirName">dirName</a></td> 476 <td><a href="#BrowserDirectoryItem.dirName">dirName</a></td>
437 <td>Public method returning the directory name.</td> 477 <td>Public method returning the directory name.</td>
438 </tr><tr> 478 </tr><tr>
439 <td><a href="#BrowserDirectoryItem.lessThan">lessThan</a></td> 479 <td><a href="#BrowserDirectoryItem.lessThan">lessThan</a></td>
440 <td>Public method to check, if the item is less than the other one.</td> 480 <td>Public method to check, if the item is less than the other one.</td>
443 <td>Public method to return the name of the item.</td> 483 <td>Public method to return the name of the item.</td>
444 </tr><tr> 484 </tr><tr>
445 <td><a href="#BrowserDirectoryItem.setName">setName</a></td> 485 <td><a href="#BrowserDirectoryItem.setName">setName</a></td>
446 <td>Public method to set the directory name.</td> 486 <td>Public method to set the directory name.</td>
447 </tr> 487 </tr>
488 </table>
489 <h3>Static Methods</h3>
490 <table>
491 <tr><td>None</td></tr>
448 </table> 492 </table>
449 <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a> 493 <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a>
450 <h4>BrowserDirectoryItem (Constructor)</h4> 494 <h4>BrowserDirectoryItem (Constructor)</h4>
451 <b>BrowserDirectoryItem</b>(<i>parent, dinfo, full=True</i>) 495 <b>BrowserDirectoryItem</b>(<i>parent, dinfo, full=True</i>)
452 <p> 496 <p>
528 BrowserItem 572 BrowserItem
529 <h3>Class Attributes</h3> 573 <h3>Class Attributes</h3>
530 <table> 574 <table>
531 <tr><td>None</td></tr> 575 <tr><td>None</td></tr>
532 </table> 576 </table>
577 <h3>Class Methods</h3>
578 <table>
579 <tr><td>None</td></tr>
580 </table>
533 <h3>Methods</h3> 581 <h3>Methods</h3>
534 <table> 582 <table>
535 <tr> 583 <tr>
536 <td><a href="#BrowserFileItem.__init__">BrowserFileItem</a></td>
537 <td>Constructor</td>
538 </tr><tr>
539 <td><a href="#BrowserFileItem.dirName">dirName</a></td> 584 <td><a href="#BrowserFileItem.dirName">dirName</a></td>
540 <td>Public method returning the directory name.</td> 585 <td>Public method returning the directory name.</td>
541 </tr><tr> 586 </tr><tr>
542 <td><a href="#BrowserFileItem.fileExt">fileExt</a></td> 587 <td><a href="#BrowserFileItem.fileExt">fileExt</a></td>
543 <td>Public method returning the file extension.</td> 588 <td>Public method returning the file extension.</td>
591 <td>Public method to return the name of the item.</td> 636 <td>Public method to return the name of the item.</td>
592 </tr><tr> 637 </tr><tr>
593 <td><a href="#BrowserFileItem.setName">setName</a></td> 638 <td><a href="#BrowserFileItem.setName">setName</a></td>
594 <td>Public method to set the directory name.</td> 639 <td>Public method to set the directory name.</td>
595 </tr> 640 </tr>
641 </table>
642 <h3>Static Methods</h3>
643 <table>
644 <tr><td>None</td></tr>
596 </table> 645 </table>
597 <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a> 646 <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a>
598 <h4>BrowserFileItem (Constructor)</h4> 647 <h4>BrowserFileItem (Constructor)</h4>
599 <b>BrowserFileItem</b>(<i>parent, finfo, full=True, sourceLanguage=""</i>) 648 <b>BrowserFileItem</b>(<i>parent, finfo, full=True, sourceLanguage=""</i>)
600 <p> 649 <p>
829 object 878 object
830 <h3>Class Attributes</h3> 879 <h3>Class Attributes</h3>
831 <table> 880 <table>
832 <tr><td>None</td></tr> 881 <tr><td>None</td></tr>
833 </table> 882 </table>
883 <h3>Class Methods</h3>
884 <table>
885 <tr><td>None</td></tr>
886 </table>
834 <h3>Methods</h3> 887 <h3>Methods</h3>
835 <table> 888 <table>
836 <tr> 889 <tr>
837 <td><a href="#BrowserItem.__init__">BrowserItem</a></td>
838 <td>Constructor.</td>
839 </tr><tr>
840 <td><a href="#BrowserItem.appendChild">appendChild</a></td> 890 <td><a href="#BrowserItem.appendChild">appendChild</a></td>
841 <td>Public method to add a child to this item.</td> 891 <td>Public method to add a child to this item.</td>
842 </tr><tr> 892 </tr><tr>
843 <td><a href="#BrowserItem.child">child</a></td> 893 <td><a href="#BrowserItem.child">child</a></td>
844 <td>Public method to get a child id.</td> 894 <td>Public method to get a child id.</td>
886 <td>Public method to get the row number of this item.</td> 936 <td>Public method to get the row number of this item.</td>
887 </tr><tr> 937 </tr><tr>
888 <td><a href="#BrowserItem.type">type</a></td> 938 <td><a href="#BrowserItem.type">type</a></td>
889 <td>Public method to get the item type.</td> 939 <td>Public method to get the item type.</td>
890 </tr> 940 </tr>
941 </table>
942 <h3>Static Methods</h3>
943 <table>
944 <tr><td>None</td></tr>
891 </table> 945 </table>
892 <a NAME="BrowserItem.__init__" ID="BrowserItem.__init__"></a> 946 <a NAME="BrowserItem.__init__" ID="BrowserItem.__init__"></a>
893 <h4>BrowserItem (Constructor)</h4> 947 <h4>BrowserItem (Constructor)</h4>
894 <b>BrowserItem</b>(<i>parent, data</i>) 948 <b>BrowserItem</b>(<i>parent, data</i>)
895 <p> 949 <p>
1096 BrowserItem 1150 BrowserItem
1097 <h3>Class Attributes</h3> 1151 <h3>Class Attributes</h3>
1098 <table> 1152 <table>
1099 <tr><td>None</td></tr> 1153 <tr><td>None</td></tr>
1100 </table> 1154 </table>
1155 <h3>Class Methods</h3>
1156 <table>
1157 <tr><td>None</td></tr>
1158 </table>
1101 <h3>Methods</h3> 1159 <h3>Methods</h3>
1102 <table> 1160 <table>
1103 <tr> 1161 <tr>
1104 <td><a href="#BrowserMethodItem.__init__">BrowserMethodItem</a></td>
1105 <td>Constructor</td>
1106 </tr><tr>
1107 <td><a href="#BrowserMethodItem.fileName">fileName</a></td> 1162 <td><a href="#BrowserMethodItem.fileName">fileName</a></td>
1108 <td>Public method returning the filename.</td> 1163 <td>Public method returning the filename.</td>
1109 </tr><tr> 1164 </tr><tr>
1110 <td><a href="#BrowserMethodItem.functionObject">functionObject</a></td> 1165 <td><a href="#BrowserMethodItem.functionObject">functionObject</a></td>
1111 <td>Public method returning the function object.</td> 1166 <td>Public method returning the function object.</td>
1117 <td>Public method to check, if the item is less than the other one.</td> 1172 <td>Public method to check, if the item is less than the other one.</td>
1118 </tr><tr> 1173 </tr><tr>
1119 <td><a href="#BrowserMethodItem.lineno">lineno</a></td> 1174 <td><a href="#BrowserMethodItem.lineno">lineno</a></td>
1120 <td>Public method returning the line number defining this object.</td> 1175 <td>Public method returning the line number defining this object.</td>
1121 </tr> 1176 </tr>
1177 </table>
1178 <h3>Static Methods</h3>
1179 <table>
1180 <tr><td>None</td></tr>
1122 </table> 1181 </table>
1123 <a NAME="BrowserMethodItem.__init__" ID="BrowserMethodItem.__init__"></a> 1182 <a NAME="BrowserMethodItem.__init__" ID="BrowserMethodItem.__init__"></a>
1124 <h4>BrowserMethodItem (Constructor)</h4> 1183 <h4>BrowserMethodItem (Constructor)</h4>
1125 <b>BrowserMethodItem</b>(<i>parent, fn, filename</i>) 1184 <b>BrowserMethodItem</b>(<i>parent, fn, filename</i>)
1126 <p> 1185 <p>
1206 QAbstractItemModel 1265 QAbstractItemModel
1207 <h3>Class Attributes</h3> 1266 <h3>Class Attributes</h3>
1208 <table> 1267 <table>
1209 <tr><td>None</td></tr> 1268 <tr><td>None</td></tr>
1210 </table> 1269 </table>
1270 <h3>Class Methods</h3>
1271 <table>
1272 <tr><td>None</td></tr>
1273 </table>
1211 <h3>Methods</h3> 1274 <h3>Methods</h3>
1212 <table> 1275 <table>
1213 <tr> 1276 <tr>
1214 <td><a href="#BrowserModel.__init__">BrowserModel</a></td>
1215 <td>Constructor</td>
1216 </tr><tr>
1217 <td><a href="#BrowserModel.__populateModel">__populateModel</a></td> 1277 <td><a href="#BrowserModel.__populateModel">__populateModel</a></td>
1218 <td>Private method to populate the browser model.</td> 1278 <td>Private method to populate the browser model.</td>
1219 </tr><tr> 1279 </tr><tr>
1220 <td><a href="#BrowserModel._addItem">_addItem</a></td> 1280 <td><a href="#BrowserModel._addItem">_addItem</a></td>
1221 <td>Protected slot to add an item.</td> 1281 <td>Protected slot to add an item.</td>
1293 <td>Public method to get the number of rows.</td> 1353 <td>Public method to get the number of rows.</td>
1294 </tr><tr> 1354 </tr><tr>
1295 <td><a href="#BrowserModel.saveToplevelDirs">saveToplevelDirs</a></td> 1355 <td><a href="#BrowserModel.saveToplevelDirs">saveToplevelDirs</a></td>
1296 <td>Public slot to save the toplevel directories.</td> 1356 <td>Public slot to save the toplevel directories.</td>
1297 </tr> 1357 </tr>
1358 </table>
1359 <h3>Static Methods</h3>
1360 <table>
1361 <tr><td>None</td></tr>
1298 </table> 1362 </table>
1299 <a NAME="BrowserModel.__init__" ID="BrowserModel.__init__"></a> 1363 <a NAME="BrowserModel.__init__" ID="BrowserModel.__init__"></a>
1300 <h4>BrowserModel (Constructor)</h4> 1364 <h4>BrowserModel (Constructor)</h4>
1301 <b>BrowserModel</b>(<i>parent=None</i>) 1365 <b>BrowserModel</b>(<i>parent=None</i>)
1302 <p> 1366 <p>
1663 BrowserItem 1727 BrowserItem
1664 <h3>Class Attributes</h3> 1728 <h3>Class Attributes</h3>
1665 <table> 1729 <table>
1666 <tr><td>None</td></tr> 1730 <tr><td>None</td></tr>
1667 </table> 1731 </table>
1732 <h3>Class Methods</h3>
1733 <table>
1734 <tr><td>None</td></tr>
1735 </table>
1668 <h3>Methods</h3> 1736 <h3>Methods</h3>
1669 <table> 1737 <table>
1670 <tr> 1738 <tr><td>None</td></tr>
1671 <td><a href="#BrowserSysPathItem.__init__">BrowserSysPathItem</a></td> 1739 </table>
1672 <td>Constructor</td> 1740 <h3>Static Methods</h3>
1673 </tr> 1741 <table>
1742 <tr><td>None</td></tr>
1674 </table> 1743 </table>
1675 <a NAME="BrowserSysPathItem.__init__" ID="BrowserSysPathItem.__init__"></a> 1744 <a NAME="BrowserSysPathItem.__init__" ID="BrowserSysPathItem.__init__"></a>
1676 <h4>BrowserSysPathItem (Constructor)</h4> 1745 <h4>BrowserSysPathItem (Constructor)</h4>
1677 <b>BrowserSysPathItem</b>(<i>parent</i>) 1746 <b>BrowserSysPathItem</b>(<i>parent</i>)
1678 <p> 1747 <p>

eric ide

mercurial