148 <p> |
148 <p> |
149 Constructor |
149 Constructor |
150 </p> |
150 </p> |
151 <dl> |
151 <dl> |
152 |
152 |
153 <dt><i>parent</i></dt> |
153 <dt><i>parent</i> (BrowserItem)</dt> |
154 <dd> |
154 <dd> |
155 parent item |
155 parent item |
156 </dd> |
156 </dd> |
157 <dt><i>attribute</i></dt> |
157 <dt><i>attribute</i> (Attribute)</dt> |
158 <dd> |
158 <dd> |
159 reference to the attribute object |
159 reference to the attribute object |
160 </dd> |
160 </dd> |
161 <dt><i>isClass</i></dt> |
161 <dt><i>isClass</i> (bool)</dt> |
162 <dd> |
162 <dd> |
163 flag indicating a class attribute (boolean) |
163 flag indicating a class attribute |
164 </dd> |
164 </dd> |
165 </dl> |
165 </dl> |
166 <a NAME="BrowserClassAttributeItem.attributeObject" ID="BrowserClassAttributeItem.attributeObject"></a> |
166 <a NAME="BrowserClassAttributeItem.attributeObject" ID="BrowserClassAttributeItem.attributeObject"></a> |
167 <h4>BrowserClassAttributeItem.attributeObject</h4> |
167 <h4>BrowserClassAttributeItem.attributeObject</h4> |
168 <b>attributeObject</b>(<i></i>) |
168 <b>attributeObject</b>(<i></i>) |
174 <dt>Return:</dt> |
174 <dt>Return:</dt> |
175 <dd> |
175 <dd> |
176 reference to the class object |
176 reference to the class object |
177 </dd> |
177 </dd> |
178 </dl> |
178 </dl> |
|
179 <dl> |
|
180 <dt>Return Type:</dt> |
|
181 <dd> |
|
182 Class |
|
183 </dd> |
|
184 </dl> |
179 <a NAME="BrowserClassAttributeItem.fileName" ID="BrowserClassAttributeItem.fileName"></a> |
185 <a NAME="BrowserClassAttributeItem.fileName" ID="BrowserClassAttributeItem.fileName"></a> |
180 <h4>BrowserClassAttributeItem.fileName</h4> |
186 <h4>BrowserClassAttributeItem.fileName</h4> |
181 <b>fileName</b>(<i></i>) |
187 <b>fileName</b>(<i></i>) |
182 |
188 |
183 <p> |
189 <p> |
184 Public method returning the filename. |
190 Public method returning the filename. |
185 </p> |
191 </p> |
186 <dl> |
192 <dl> |
187 <dt>Return:</dt> |
193 <dt>Return:</dt> |
188 <dd> |
194 <dd> |
189 filename (string) |
195 filename |
|
196 </dd> |
|
197 </dl> |
|
198 <dl> |
|
199 <dt>Return Type:</dt> |
|
200 <dd> |
|
201 str |
190 </dd> |
202 </dd> |
191 </dl> |
203 </dl> |
192 <a NAME="BrowserClassAttributeItem.isPublic" ID="BrowserClassAttributeItem.isPublic"></a> |
204 <a NAME="BrowserClassAttributeItem.isPublic" ID="BrowserClassAttributeItem.isPublic"></a> |
193 <h4>BrowserClassAttributeItem.isPublic</h4> |
205 <h4>BrowserClassAttributeItem.isPublic</h4> |
194 <b>isPublic</b>(<i></i>) |
206 <b>isPublic</b>(<i></i>) |
197 Public method returning the public visibility status. |
209 Public method returning the public visibility status. |
198 </p> |
210 </p> |
199 <dl> |
211 <dl> |
200 <dt>Return:</dt> |
212 <dt>Return:</dt> |
201 <dd> |
213 <dd> |
202 flag indicating public visibility (boolean) |
214 flag indicating public visibility |
|
215 </dd> |
|
216 </dl> |
|
217 <dl> |
|
218 <dt>Return Type:</dt> |
|
219 <dd> |
|
220 bool |
203 </dd> |
221 </dd> |
204 </dl> |
222 </dl> |
205 <a NAME="BrowserClassAttributeItem.lessThan" ID="BrowserClassAttributeItem.lessThan"></a> |
223 <a NAME="BrowserClassAttributeItem.lessThan" ID="BrowserClassAttributeItem.lessThan"></a> |
206 <h4>BrowserClassAttributeItem.lessThan</h4> |
224 <h4>BrowserClassAttributeItem.lessThan</h4> |
207 <b>lessThan</b>(<i>other, column, order</i>) |
225 <b>lessThan</b>(<i>other, column, order</i>) |
209 <p> |
227 <p> |
210 Public method to check, if the item is less than the other one. |
228 Public method to check, if the item is less than the other one. |
211 </p> |
229 </p> |
212 <dl> |
230 <dl> |
213 |
231 |
214 <dt><i>other</i></dt> |
232 <dt><i>other</i> (BrowserItem)</dt> |
215 <dd> |
233 <dd> |
216 reference to item to compare against (BrowserItem) |
234 reference to item to compare against |
217 </dd> |
235 </dd> |
218 <dt><i>column</i></dt> |
236 <dt><i>column</i> (int)</dt> |
219 <dd> |
237 <dd> |
220 column number to use for the comparison (integer) |
238 column number to use for the comparison |
221 </dd> |
239 </dd> |
222 <dt><i>order</i></dt> |
240 <dt><i>order</i> (Qt.SortOrder)</dt> |
223 <dd> |
241 <dd> |
224 sort order (Qt.SortOrder) (for special sorting) |
242 sort order (for special sorting) |
225 </dd> |
243 </dd> |
226 </dl> |
244 </dl> |
227 <dl> |
245 <dl> |
228 <dt>Return:</dt> |
246 <dt>Return:</dt> |
229 <dd> |
247 <dd> |
230 true, if this item is less than other (boolean) |
248 true, if this item is less than other |
|
249 </dd> |
|
250 </dl> |
|
251 <dl> |
|
252 <dt>Return Type:</dt> |
|
253 <dd> |
|
254 bool |
231 </dd> |
255 </dd> |
232 </dl> |
256 </dl> |
233 <a NAME="BrowserClassAttributeItem.lineno" ID="BrowserClassAttributeItem.lineno"></a> |
257 <a NAME="BrowserClassAttributeItem.lineno" ID="BrowserClassAttributeItem.lineno"></a> |
234 <h4>BrowserClassAttributeItem.lineno</h4> |
258 <h4>BrowserClassAttributeItem.lineno</h4> |
235 <b>lineno</b>(<i></i>) |
259 <b>lineno</b>(<i></i>) |
238 Public method returning the line number defining this object. |
262 Public method returning the line number defining this object. |
239 </p> |
263 </p> |
240 <dl> |
264 <dl> |
241 <dt>Return:</dt> |
265 <dt>Return:</dt> |
242 <dd> |
266 <dd> |
243 line number defining the object (integer) |
267 line number defining the object |
|
268 </dd> |
|
269 </dl> |
|
270 <dl> |
|
271 <dt>Return Type:</dt> |
|
272 <dd> |
|
273 int |
244 </dd> |
274 </dd> |
245 </dl> |
275 </dl> |
246 <a NAME="BrowserClassAttributeItem.linenos" ID="BrowserClassAttributeItem.linenos"></a> |
276 <a NAME="BrowserClassAttributeItem.linenos" ID="BrowserClassAttributeItem.linenos"></a> |
247 <h4>BrowserClassAttributeItem.linenos</h4> |
277 <h4>BrowserClassAttributeItem.linenos</h4> |
248 <b>linenos</b>(<i></i>) |
278 <b>linenos</b>(<i></i>) |
315 <p> |
351 <p> |
316 Constructor |
352 Constructor |
317 </p> |
353 </p> |
318 <dl> |
354 <dl> |
319 |
355 |
320 <dt><i>parent</i></dt> |
356 <dt><i>parent</i> (BrowserItem)</dt> |
321 <dd> |
357 <dd> |
322 parent item |
358 parent item |
323 </dd> |
359 </dd> |
324 <dt><i>attributes</i></dt> |
360 <dt><i>attributes</i> (list of Attribute)</dt> |
325 <dd> |
361 <dd> |
326 list of attributes |
362 list of attributes |
327 </dd> |
363 </dd> |
328 <dt><i>text</i></dt> |
364 <dt><i>text</i> (str)</dt> |
329 <dd> |
365 <dd> |
330 text to be shown by this item (string) |
366 text to be shown by this item |
331 </dd> |
367 </dd> |
332 <dt><i>isClass</i></dt> |
368 <dt><i>isClass</i> (bool)</dt> |
333 <dd> |
369 <dd> |
334 flag indicating class attributes (boolean) |
370 flag indicating class attributes |
335 </dd> |
371 </dd> |
336 </dl> |
372 </dl> |
337 <a NAME="BrowserClassAttributesItem.attributes" ID="BrowserClassAttributesItem.attributes"></a> |
373 <a NAME="BrowserClassAttributesItem.attributes" ID="BrowserClassAttributesItem.attributes"></a> |
338 <h4>BrowserClassAttributesItem.attributes</h4> |
374 <h4>BrowserClassAttributesItem.attributes</h4> |
339 <b>attributes</b>(<i></i>) |
375 <b>attributes</b>(<i></i>) |
345 <dt>Return:</dt> |
381 <dt>Return:</dt> |
346 <dd> |
382 <dd> |
347 reference to the list of attributes |
383 reference to the list of attributes |
348 </dd> |
384 </dd> |
349 </dl> |
385 </dl> |
|
386 <dl> |
|
387 <dt>Return Type:</dt> |
|
388 <dd> |
|
389 list of Attribute |
|
390 </dd> |
|
391 </dl> |
350 <a NAME="BrowserClassAttributesItem.isClassAttributes" ID="BrowserClassAttributesItem.isClassAttributes"></a> |
392 <a NAME="BrowserClassAttributesItem.isClassAttributes" ID="BrowserClassAttributesItem.isClassAttributes"></a> |
351 <h4>BrowserClassAttributesItem.isClassAttributes</h4> |
393 <h4>BrowserClassAttributesItem.isClassAttributes</h4> |
352 <b>isClassAttributes</b>(<i></i>) |
394 <b>isClassAttributes</b>(<i></i>) |
353 |
395 |
354 <p> |
396 <p> |
355 Public method returning the attributes type. |
397 Public method returning the attributes type. |
356 </p> |
398 </p> |
357 <dl> |
399 <dl> |
358 <dt>Return:</dt> |
400 <dt>Return:</dt> |
359 <dd> |
401 <dd> |
360 flag indicating class attributes (boolean) |
402 flag indicating class attributes |
|
403 </dd> |
|
404 </dl> |
|
405 <dl> |
|
406 <dt>Return Type:</dt> |
|
407 <dd> |
|
408 bool |
361 </dd> |
409 </dd> |
362 </dl> |
410 </dl> |
363 <a NAME="BrowserClassAttributesItem.lessThan" ID="BrowserClassAttributesItem.lessThan"></a> |
411 <a NAME="BrowserClassAttributesItem.lessThan" ID="BrowserClassAttributesItem.lessThan"></a> |
364 <h4>BrowserClassAttributesItem.lessThan</h4> |
412 <h4>BrowserClassAttributesItem.lessThan</h4> |
365 <b>lessThan</b>(<i>other, column, order</i>) |
413 <b>lessThan</b>(<i>other, column, order</i>) |
367 <p> |
415 <p> |
368 Public method to check, if the item is less than the other one. |
416 Public method to check, if the item is less than the other one. |
369 </p> |
417 </p> |
370 <dl> |
418 <dl> |
371 |
419 |
372 <dt><i>other</i></dt> |
420 <dt><i>other</i> (BrowserItem)</dt> |
373 <dd> |
421 <dd> |
374 reference to item to compare against (BrowserItem) |
422 reference to item to compare against |
375 </dd> |
423 </dd> |
376 <dt><i>column</i></dt> |
424 <dt><i>column</i> (int)</dt> |
377 <dd> |
425 <dd> |
378 column number to use for the comparison (integer) |
426 column number to use for the comparison |
379 </dd> |
427 </dd> |
380 <dt><i>order</i></dt> |
428 <dt><i>order</i> (Qt.SortOrder)</dt> |
381 <dd> |
429 <dd> |
382 sort order (Qt.SortOrder) (for special sorting) |
430 sort order (for special sorting) |
383 </dd> |
431 </dd> |
384 </dl> |
432 </dl> |
385 <dl> |
433 <dl> |
386 <dt>Return:</dt> |
434 <dt>Return:</dt> |
387 <dd> |
435 <dd> |
388 true, if this item is less than other (boolean) |
436 true, if this item is less than other |
|
437 </dd> |
|
438 </dl> |
|
439 <dl> |
|
440 <dt>Return Type:</dt> |
|
441 <dd> |
|
442 bool |
389 </dd> |
443 </dd> |
390 </dl> |
444 </dl> |
391 <a NAME="BrowserClassAttributesItem.name" ID="BrowserClassAttributesItem.name"></a> |
445 <a NAME="BrowserClassAttributesItem.name" ID="BrowserClassAttributesItem.name"></a> |
392 <h4>BrowserClassAttributesItem.name</h4> |
446 <h4>BrowserClassAttributesItem.name</h4> |
393 <b>name</b>(<i></i>) |
447 <b>name</b>(<i></i>) |
472 <p> |
532 <p> |
473 Constructor |
533 Constructor |
474 </p> |
534 </p> |
475 <dl> |
535 <dl> |
476 |
536 |
477 <dt><i>parent</i></dt> |
537 <dt><i>parent</i> (BrowserItem)</dt> |
478 <dd> |
538 <dd> |
479 parent item |
539 parent item |
480 </dd> |
540 </dd> |
481 <dt><i>cl</i></dt> |
541 <dt><i>cl</i> (Class)</dt> |
482 <dd> |
542 <dd> |
483 Class object to be shown |
543 Class object to be shown |
484 </dd> |
544 </dd> |
485 <dt><i>filename</i></dt> |
545 <dt><i>filename</i> (str)</dt> |
486 <dd> |
546 <dd> |
487 filename of the file defining this class |
547 file name of the file defining this class |
488 </dd> |
548 </dd> |
489 </dl> |
549 </dl> |
490 <a NAME="BrowserClassItem.boundaries" ID="BrowserClassItem.boundaries"></a> |
550 <a NAME="BrowserClassItem.boundaries" ID="BrowserClassItem.boundaries"></a> |
491 <h4>BrowserClassItem.boundaries</h4> |
551 <h4>BrowserClassItem.boundaries</h4> |
492 <b>boundaries</b>(<i></i>) |
552 <b>boundaries</b>(<i></i>) |
495 Public method returning the boundaries of the method definition. |
555 Public method returning the boundaries of the method definition. |
496 </p> |
556 </p> |
497 <dl> |
557 <dl> |
498 <dt>Return:</dt> |
558 <dt>Return:</dt> |
499 <dd> |
559 <dd> |
500 tuple with start end end line number (integer, integer) |
560 tuple with start end end line number |
|
561 </dd> |
|
562 </dl> |
|
563 <dl> |
|
564 <dt>Return Type:</dt> |
|
565 <dd> |
|
566 tuple of (int, int) |
501 </dd> |
567 </dd> |
502 </dl> |
568 </dl> |
503 <a NAME="BrowserClassItem.classObject" ID="BrowserClassItem.classObject"></a> |
569 <a NAME="BrowserClassItem.classObject" ID="BrowserClassItem.classObject"></a> |
504 <h4>BrowserClassItem.classObject</h4> |
570 <h4>BrowserClassItem.classObject</h4> |
505 <b>classObject</b>(<i></i>) |
571 <b>classObject</b>(<i></i>) |
511 <dt>Return:</dt> |
577 <dt>Return:</dt> |
512 <dd> |
578 <dd> |
513 reference to the class object |
579 reference to the class object |
514 </dd> |
580 </dd> |
515 </dl> |
581 </dl> |
|
582 <dl> |
|
583 <dt>Return Type:</dt> |
|
584 <dd> |
|
585 Class |
|
586 </dd> |
|
587 </dl> |
516 <a NAME="BrowserClassItem.fileName" ID="BrowserClassItem.fileName"></a> |
588 <a NAME="BrowserClassItem.fileName" ID="BrowserClassItem.fileName"></a> |
517 <h4>BrowserClassItem.fileName</h4> |
589 <h4>BrowserClassItem.fileName</h4> |
518 <b>fileName</b>(<i></i>) |
590 <b>fileName</b>(<i></i>) |
519 |
591 |
520 <p> |
592 <p> |
521 Public method returning the filename. |
593 Public method returning the filename. |
522 </p> |
594 </p> |
523 <dl> |
595 <dl> |
524 <dt>Return:</dt> |
596 <dt>Return:</dt> |
525 <dd> |
597 <dd> |
526 filename (string) |
598 filename |
|
599 </dd> |
|
600 </dl> |
|
601 <dl> |
|
602 <dt>Return Type:</dt> |
|
603 <dd> |
|
604 str |
527 </dd> |
605 </dd> |
528 </dl> |
606 </dl> |
529 <a NAME="BrowserClassItem.isPublic" ID="BrowserClassItem.isPublic"></a> |
607 <a NAME="BrowserClassItem.isPublic" ID="BrowserClassItem.isPublic"></a> |
530 <h4>BrowserClassItem.isPublic</h4> |
608 <h4>BrowserClassItem.isPublic</h4> |
531 <b>isPublic</b>(<i></i>) |
609 <b>isPublic</b>(<i></i>) |
534 Public method returning the public visibility status. |
612 Public method returning the public visibility status. |
535 </p> |
613 </p> |
536 <dl> |
614 <dl> |
537 <dt>Return:</dt> |
615 <dt>Return:</dt> |
538 <dd> |
616 <dd> |
539 flag indicating public visibility (boolean) |
617 flag indicating public visibility |
|
618 </dd> |
|
619 </dl> |
|
620 <dl> |
|
621 <dt>Return Type:</dt> |
|
622 <dd> |
|
623 bool |
540 </dd> |
624 </dd> |
541 </dl> |
625 </dl> |
542 <a NAME="BrowserClassItem.lessThan" ID="BrowserClassItem.lessThan"></a> |
626 <a NAME="BrowserClassItem.lessThan" ID="BrowserClassItem.lessThan"></a> |
543 <h4>BrowserClassItem.lessThan</h4> |
627 <h4>BrowserClassItem.lessThan</h4> |
544 <b>lessThan</b>(<i>other, column, order</i>) |
628 <b>lessThan</b>(<i>other, column, order</i>) |
546 <p> |
630 <p> |
547 Public method to check, if the item is less than the other one. |
631 Public method to check, if the item is less than the other one. |
548 </p> |
632 </p> |
549 <dl> |
633 <dl> |
550 |
634 |
551 <dt><i>other</i></dt> |
635 <dt><i>other</i> (BrowserItem)</dt> |
552 <dd> |
636 <dd> |
553 reference to item to compare against (BrowserItem) |
637 reference to item to compare against |
554 </dd> |
638 </dd> |
555 <dt><i>column</i></dt> |
639 <dt><i>column</i> (int)</dt> |
556 <dd> |
640 <dd> |
557 column number to use for the comparison (integer) |
641 column number to use for the comparison |
558 </dd> |
642 </dd> |
559 <dt><i>order</i></dt> |
643 <dt><i>order</i> (Qt.SortOrder)</dt> |
560 <dd> |
644 <dd> |
561 sort order (Qt.SortOrder) (for special sorting) |
645 sort order (for special sorting) |
562 </dd> |
646 </dd> |
563 </dl> |
647 </dl> |
564 <dl> |
648 <dl> |
565 <dt>Return:</dt> |
649 <dt>Return:</dt> |
566 <dd> |
650 <dd> |
567 true, if this item is less than other (boolean) |
651 true, if this item is less than other |
|
652 </dd> |
|
653 </dl> |
|
654 <dl> |
|
655 <dt>Return Type:</dt> |
|
656 <dd> |
|
657 bool |
568 </dd> |
658 </dd> |
569 </dl> |
659 </dl> |
570 <a NAME="BrowserClassItem.lineno" ID="BrowserClassItem.lineno"></a> |
660 <a NAME="BrowserClassItem.lineno" ID="BrowserClassItem.lineno"></a> |
571 <h4>BrowserClassItem.lineno</h4> |
661 <h4>BrowserClassItem.lineno</h4> |
572 <b>lineno</b>(<i></i>) |
662 <b>lineno</b>(<i></i>) |
666 <p> |
768 <p> |
667 Public method to check, if the item is less than the other one. |
769 Public method to check, if the item is less than the other one. |
668 </p> |
770 </p> |
669 <dl> |
771 <dl> |
670 |
772 |
671 <dt><i>other</i></dt> |
773 <dt><i>other</i> (BrowserItem)</dt> |
672 <dd> |
774 <dd> |
673 reference to item to compare against (BrowserItem) |
775 reference to item to compare against |
674 </dd> |
776 </dd> |
675 <dt><i>column</i></dt> |
777 <dt><i>column</i> (int)</dt> |
676 <dd> |
778 <dd> |
677 column number to use for the comparison (integer) |
779 column number to use for the comparison |
678 </dd> |
780 </dd> |
679 <dt><i>order</i></dt> |
781 <dt><i>order</i> (Qt.SortOrder)</dt> |
680 <dd> |
782 <dd> |
681 sort order (Qt.SortOrder) (for special sorting) |
783 sort order (for special sorting) |
682 </dd> |
784 </dd> |
683 </dl> |
785 </dl> |
684 <dl> |
786 <dl> |
685 <dt>Return:</dt> |
787 <dt>Return:</dt> |
686 <dd> |
788 <dd> |
687 true, if this item is less than other (boolean) |
789 true, if this item is less than other |
|
790 </dd> |
|
791 </dl> |
|
792 <dl> |
|
793 <dt>Return Type:</dt> |
|
794 <dd> |
|
795 bool |
688 </dd> |
796 </dd> |
689 </dl> |
797 </dl> |
690 <a NAME="BrowserCodingItem.lineno" ID="BrowserCodingItem.lineno"></a> |
798 <a NAME="BrowserCodingItem.lineno" ID="BrowserCodingItem.lineno"></a> |
691 <h4>BrowserCodingItem.lineno</h4> |
799 <h4>BrowserCodingItem.lineno</h4> |
692 <b>lineno</b>(<i></i>) |
800 <b>lineno</b>(<i></i>) |
765 <p> |
873 <p> |
766 Constructor |
874 Constructor |
767 </p> |
875 </p> |
768 <dl> |
876 <dl> |
769 |
877 |
770 <dt><i>parent</i></dt> |
878 <dt><i>parent</i> (BrowserItem)</dt> |
771 <dd> |
879 <dd> |
772 parent item |
880 parent item |
773 </dd> |
881 </dd> |
774 <dt><i>dinfo</i></dt> |
882 <dt><i>dinfo</i> (str)</dt> |
775 <dd> |
883 <dd> |
776 dinfo is the string for the directory (string) |
884 dinfo is the string for the directory |
777 </dd> |
885 </dd> |
778 <dt><i>full</i></dt> |
886 <dt><i>full</i> (bool)</dt> |
779 <dd> |
887 <dd> |
780 flag indicating full pathname should be displayed (boolean) |
888 flag indicating full pathname should be displayed |
781 </dd> |
889 </dd> |
782 </dl> |
890 </dl> |
783 <a NAME="BrowserDirectoryItem.dirName" ID="BrowserDirectoryItem.dirName"></a> |
891 <a NAME="BrowserDirectoryItem.dirName" ID="BrowserDirectoryItem.dirName"></a> |
784 <h4>BrowserDirectoryItem.dirName</h4> |
892 <h4>BrowserDirectoryItem.dirName</h4> |
785 <b>dirName</b>(<i></i>) |
893 <b>dirName</b>(<i></i>) |
788 Public method returning the directory name. |
896 Public method returning the directory name. |
789 </p> |
897 </p> |
790 <dl> |
898 <dl> |
791 <dt>Return:</dt> |
899 <dt>Return:</dt> |
792 <dd> |
900 <dd> |
793 directory name (string) |
901 directory name |
|
902 </dd> |
|
903 </dl> |
|
904 <dl> |
|
905 <dt>Return Type:</dt> |
|
906 <dd> |
|
907 str |
794 </dd> |
908 </dd> |
795 </dl> |
909 </dl> |
796 <a NAME="BrowserDirectoryItem.lessThan" ID="BrowserDirectoryItem.lessThan"></a> |
910 <a NAME="BrowserDirectoryItem.lessThan" ID="BrowserDirectoryItem.lessThan"></a> |
797 <h4>BrowserDirectoryItem.lessThan</h4> |
911 <h4>BrowserDirectoryItem.lessThan</h4> |
798 <b>lessThan</b>(<i>other, column, order</i>) |
912 <b>lessThan</b>(<i>other, column, order</i>) |
800 <p> |
914 <p> |
801 Public method to check, if the item is less than the other one. |
915 Public method to check, if the item is less than the other one. |
802 </p> |
916 </p> |
803 <dl> |
917 <dl> |
804 |
918 |
805 <dt><i>other</i></dt> |
919 <dt><i>other</i> (BrowserItem)</dt> |
806 <dd> |
920 <dd> |
807 reference to item to compare against (BrowserItem) |
921 reference to item to compare against |
808 </dd> |
922 </dd> |
809 <dt><i>column</i></dt> |
923 <dt><i>column</i> (int)</dt> |
810 <dd> |
924 <dd> |
811 column number to use for the comparison (integer) |
925 column number to use for the comparison |
812 </dd> |
926 </dd> |
813 <dt><i>order</i></dt> |
927 <dt><i>order</i> (Qt.SortOrder)</dt> |
814 <dd> |
928 <dd> |
815 sort order (Qt.SortOrder) (for special sorting) |
929 sort order (for special sorting) |
816 </dd> |
930 </dd> |
817 </dl> |
931 </dl> |
818 <dl> |
932 <dl> |
819 <dt>Return:</dt> |
933 <dt>Return:</dt> |
820 <dd> |
934 <dd> |
821 true, if this item is less than other (boolean) |
935 true, if this item is less than other |
|
936 </dd> |
|
937 </dl> |
|
938 <dl> |
|
939 <dt>Return Type:</dt> |
|
940 <dd> |
|
941 bool |
822 </dd> |
942 </dd> |
823 </dl> |
943 </dl> |
824 <a NAME="BrowserDirectoryItem.name" ID="BrowserDirectoryItem.name"></a> |
944 <a NAME="BrowserDirectoryItem.name" ID="BrowserDirectoryItem.name"></a> |
825 <h4>BrowserDirectoryItem.name</h4> |
945 <h4>BrowserDirectoryItem.name</h4> |
826 <b>name</b>(<i></i>) |
946 <b>name</b>(<i></i>) |
829 Public method to return the name of the item. |
949 Public method to return the name of the item. |
830 </p> |
950 </p> |
831 <dl> |
951 <dl> |
832 <dt>Return:</dt> |
952 <dt>Return:</dt> |
833 <dd> |
953 <dd> |
834 name of the item (string) |
954 name of the item |
|
955 </dd> |
|
956 </dl> |
|
957 <dl> |
|
958 <dt>Return Type:</dt> |
|
959 <dd> |
|
960 str |
835 </dd> |
961 </dd> |
836 </dl> |
962 </dl> |
837 <a NAME="BrowserDirectoryItem.setName" ID="BrowserDirectoryItem.setName"></a> |
963 <a NAME="BrowserDirectoryItem.setName" ID="BrowserDirectoryItem.setName"></a> |
838 <h4>BrowserDirectoryItem.setName</h4> |
964 <h4>BrowserDirectoryItem.setName</h4> |
839 <b>setName</b>(<i>dinfo, full=True</i>) |
965 <b>setName</b>(<i>dinfo, full=True</i>) |
841 <p> |
967 <p> |
842 Public method to set the directory name. |
968 Public method to set the directory name. |
843 </p> |
969 </p> |
844 <dl> |
970 <dl> |
845 |
971 |
846 <dt><i>dinfo</i></dt> |
972 <dt><i>dinfo</i> (str)</dt> |
847 <dd> |
973 <dd> |
848 dinfo is the string for the directory (string) |
974 dinfo is the string for the directory |
849 </dd> |
975 </dd> |
850 <dt><i>full</i></dt> |
976 <dt><i>full</i> (bool)</dt> |
851 <dd> |
977 <dd> |
852 flag indicating full pathname should be displayed (boolean) |
978 flag indicating full pathname should be displayed |
853 </dd> |
979 </dd> |
854 </dl> |
980 </dl> |
855 <div align="right"><a href="#top">Up</a></div> |
981 <div align="right"><a href="#top">Up</a></div> |
856 <hr /> |
982 <hr /> |
857 <hr /> |
983 <hr /> |
983 <p> |
1109 <p> |
984 Constructor |
1110 Constructor |
985 </p> |
1111 </p> |
986 <dl> |
1112 <dl> |
987 |
1113 |
988 <dt><i>parent</i></dt> |
1114 <dt><i>parent</i> (BrowserItem)</dt> |
989 <dd> |
1115 <dd> |
990 parent item |
1116 parent item |
991 </dd> |
1117 </dd> |
992 <dt><i>finfo</i></dt> |
1118 <dt><i>finfo</i> (str)</dt> |
993 <dd> |
1119 <dd> |
994 the string for the file (string) |
1120 the string for the file |
995 </dd> |
1121 </dd> |
996 <dt><i>full</i></dt> |
1122 <dt><i>full</i> (bool)</dt> |
997 <dd> |
1123 <dd> |
998 flag indicating full pathname should be displayed (boolean) |
1124 flag indicating full pathname should be displayed |
999 </dd> |
1125 </dd> |
1000 <dt><i>sourceLanguage</i></dt> |
1126 <dt><i>sourceLanguage</i> (str)</dt> |
1001 <dd> |
1127 <dd> |
1002 source code language of the project (string) |
1128 source code language of the project |
1003 </dd> |
1129 </dd> |
1004 </dl> |
1130 </dl> |
1005 <a NAME="BrowserFileItem.dirName" ID="BrowserFileItem.dirName"></a> |
1131 <a NAME="BrowserFileItem.dirName" ID="BrowserFileItem.dirName"></a> |
1006 <h4>BrowserFileItem.dirName</h4> |
1132 <h4>BrowserFileItem.dirName</h4> |
1007 <b>dirName</b>(<i></i>) |
1133 <b>dirName</b>(<i></i>) |
1010 Public method returning the directory name. |
1136 Public method returning the directory name. |
1011 </p> |
1137 </p> |
1012 <dl> |
1138 <dl> |
1013 <dt>Return:</dt> |
1139 <dt>Return:</dt> |
1014 <dd> |
1140 <dd> |
1015 directory name (string) |
1141 directory name |
|
1142 </dd> |
|
1143 </dl> |
|
1144 <dl> |
|
1145 <dt>Return Type:</dt> |
|
1146 <dd> |
|
1147 str |
1016 </dd> |
1148 </dd> |
1017 </dl> |
1149 </dl> |
1018 <a NAME="BrowserFileItem.fileExt" ID="BrowserFileItem.fileExt"></a> |
1150 <a NAME="BrowserFileItem.fileExt" ID="BrowserFileItem.fileExt"></a> |
1019 <h4>BrowserFileItem.fileExt</h4> |
1151 <h4>BrowserFileItem.fileExt</h4> |
1020 <b>fileExt</b>(<i></i>) |
1152 <b>fileExt</b>(<i></i>) |
1023 Public method returning the file extension. |
1155 Public method returning the file extension. |
1024 </p> |
1156 </p> |
1025 <dl> |
1157 <dl> |
1026 <dt>Return:</dt> |
1158 <dt>Return:</dt> |
1027 <dd> |
1159 <dd> |
1028 file extension (string) |
1160 file extension |
|
1161 </dd> |
|
1162 </dl> |
|
1163 <dl> |
|
1164 <dt>Return Type:</dt> |
|
1165 <dd> |
|
1166 str |
1029 </dd> |
1167 </dd> |
1030 </dl> |
1168 </dl> |
1031 <a NAME="BrowserFileItem.fileName" ID="BrowserFileItem.fileName"></a> |
1169 <a NAME="BrowserFileItem.fileName" ID="BrowserFileItem.fileName"></a> |
1032 <h4>BrowserFileItem.fileName</h4> |
1170 <h4>BrowserFileItem.fileName</h4> |
1033 <b>fileName</b>(<i></i>) |
1171 <b>fileName</b>(<i></i>) |
1068 Public method to check, if this file is a D file. |
1212 Public method to check, if this file is a D file. |
1069 </p> |
1213 </p> |
1070 <dl> |
1214 <dl> |
1071 <dt>Return:</dt> |
1215 <dt>Return:</dt> |
1072 <dd> |
1216 <dd> |
1073 flag indicating a D file (boolean) |
1217 flag indicating a D file |
|
1218 </dd> |
|
1219 </dl> |
|
1220 <dl> |
|
1221 <dt>Return Type:</dt> |
|
1222 <dd> |
|
1223 bool |
1074 </dd> |
1224 </dd> |
1075 </dl> |
1225 </dl> |
1076 <a NAME="BrowserFileItem.isDesignerFile" ID="BrowserFileItem.isDesignerFile"></a> |
1226 <a NAME="BrowserFileItem.isDesignerFile" ID="BrowserFileItem.isDesignerFile"></a> |
1077 <h4>BrowserFileItem.isDesignerFile</h4> |
1227 <h4>BrowserFileItem.isDesignerFile</h4> |
1078 <b>isDesignerFile</b>(<i></i>) |
1228 <b>isDesignerFile</b>(<i></i>) |
1327 <p> |
1477 <p> |
1328 Public method to check, if the item is less than the other one. |
1478 Public method to check, if the item is less than the other one. |
1329 </p> |
1479 </p> |
1330 <dl> |
1480 <dl> |
1331 |
1481 |
1332 <dt><i>other</i></dt> |
1482 <dt><i>other</i> (BrowserItem)</dt> |
1333 <dd> |
1483 <dd> |
1334 reference to item to compare against (BrowserItem) |
1484 reference to item to compare against |
1335 </dd> |
1485 </dd> |
1336 <dt><i>column</i></dt> |
1486 <dt><i>column</i> (int)</dt> |
1337 <dd> |
1487 <dd> |
1338 column number to use for the comparison (integer) |
1488 column number to use for the comparison |
1339 </dd> |
1489 </dd> |
1340 <dt><i>order</i></dt> |
1490 <dt><i>order</i> (Qt.SortOrder)</dt> |
1341 <dd> |
1491 <dd> |
1342 sort order (Qt.SortOrder) (for special sorting) |
1492 sort order (for special sorting) |
1343 </dd> |
1493 </dd> |
1344 </dl> |
1494 </dl> |
1345 <dl> |
1495 <dl> |
1346 <dt>Return:</dt> |
1496 <dt>Return:</dt> |
1347 <dd> |
1497 <dd> |
1348 true, if this item is less than other (boolean) |
1498 true, if this item is less than other |
|
1499 </dd> |
|
1500 </dl> |
|
1501 <dl> |
|
1502 <dt>Return Type:</dt> |
|
1503 <dd> |
|
1504 bool |
1349 </dd> |
1505 </dd> |
1350 </dl> |
1506 </dl> |
1351 <a NAME="BrowserFileItem.moduleName" ID="BrowserFileItem.moduleName"></a> |
1507 <a NAME="BrowserFileItem.moduleName" ID="BrowserFileItem.moduleName"></a> |
1352 <h4>BrowserFileItem.moduleName</h4> |
1508 <h4>BrowserFileItem.moduleName</h4> |
1353 <b>moduleName</b>(<i></i>) |
1509 <b>moduleName</b>(<i></i>) |
1369 Public method to return the name of the item. |
1531 Public method to return the name of the item. |
1370 </p> |
1532 </p> |
1371 <dl> |
1533 <dl> |
1372 <dt>Return:</dt> |
1534 <dt>Return:</dt> |
1373 <dd> |
1535 <dd> |
1374 name of the item (string) |
1536 name of the item |
|
1537 </dd> |
|
1538 </dl> |
|
1539 <dl> |
|
1540 <dt>Return Type:</dt> |
|
1541 <dd> |
|
1542 str |
1375 </dd> |
1543 </dd> |
1376 </dl> |
1544 </dl> |
1377 <a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a> |
1545 <a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a> |
1378 <h4>BrowserFileItem.setName</h4> |
1546 <h4>BrowserFileItem.setName</h4> |
1379 <b>setName</b>(<i>finfo, full=True</i>) |
1547 <b>setName</b>(<i>finfo, full=True</i>) |
1381 <p> |
1549 <p> |
1382 Public method to set the directory name. |
1550 Public method to set the directory name. |
1383 </p> |
1551 </p> |
1384 <dl> |
1552 <dl> |
1385 |
1553 |
1386 <dt><i>finfo</i></dt> |
1554 <dt><i>finfo</i> (str)</dt> |
1387 <dd> |
1555 <dd> |
1388 the string for the file (string) |
1556 the string for the file |
1389 </dd> |
1557 </dd> |
1390 <dt><i>full</i></dt> |
1558 <dt><i>full</i> (bool)</dt> |
1391 <dd> |
1559 <dd> |
1392 flag indicating full pathname should be displayed (boolean) |
1560 flag indicating full pathname should be displayed |
1393 </dd> |
1561 </dd> |
1394 </dl> |
1562 </dl> |
1395 <div align="right"><a href="#top">Up</a></div> |
1563 <div align="right"><a href="#top">Up</a></div> |
1396 <hr /> |
1564 <hr /> |
1397 <hr /> |
1565 <hr /> |
1510 <p> |
1678 <p> |
1511 Constructor |
1679 Constructor |
1512 </p> |
1680 </p> |
1513 <dl> |
1681 <dl> |
1514 |
1682 |
1515 <dt><i>parent</i></dt> |
1683 <dt><i>parent</i> (BrowserItem)</dt> |
1516 <dd> |
1684 <dd> |
1517 parent item |
1685 parent item |
1518 </dd> |
1686 </dd> |
1519 <dt><i>text</i></dt> |
1687 <dt><i>text</i> (str)</dt> |
1520 <dd> |
1688 <dd> |
1521 text to be shown by this item (string) |
1689 text to be shown by this item |
1522 </dd> |
1690 </dd> |
1523 <dt><i>filename</i></dt> |
1691 <dt><i>filename</i> (str)</dt> |
1524 <dd> |
1692 <dd> |
1525 name of the file (string) |
1693 name of the file |
1526 </dd> |
1694 </dd> |
1527 <dt><i>lineNumbers</i></dt> |
1695 <dt><i>lineNumbers</i> (list of int)</dt> |
1528 <dd> |
1696 <dd> |
1529 list of line numbers of the import statement |
1697 list of line numbers of the import statement |
1530 (list of integer) |
1698 </dd> |
1531 </dd> |
1699 <dt><i>isModule</i> (bool)</dt> |
1532 <dt><i>isModule</i></dt> |
1700 <dd> |
1533 <dd> |
1701 flag indicating a module item entry |
1534 flag indicating a module item entry (boolean) |
|
1535 </dd> |
1702 </dd> |
1536 </dl> |
1703 </dl> |
1537 <a NAME="BrowserImportItem.fileName" ID="BrowserImportItem.fileName"></a> |
1704 <a NAME="BrowserImportItem.fileName" ID="BrowserImportItem.fileName"></a> |
1538 <h4>BrowserImportItem.fileName</h4> |
1705 <h4>BrowserImportItem.fileName</h4> |
1539 <b>fileName</b>(<i></i>) |
1706 <b>fileName</b>(<i></i>) |
1542 Public method returning the filename. |
1709 Public method returning the filename. |
1543 </p> |
1710 </p> |
1544 <dl> |
1711 <dl> |
1545 <dt>Return:</dt> |
1712 <dt>Return:</dt> |
1546 <dd> |
1713 <dd> |
1547 filename (string) |
1714 filename |
|
1715 </dd> |
|
1716 </dl> |
|
1717 <dl> |
|
1718 <dt>Return Type:</dt> |
|
1719 <dd> |
|
1720 str |
1548 </dd> |
1721 </dd> |
1549 </dl> |
1722 </dl> |
1550 <a NAME="BrowserImportItem.lessThan" ID="BrowserImportItem.lessThan"></a> |
1723 <a NAME="BrowserImportItem.lessThan" ID="BrowserImportItem.lessThan"></a> |
1551 <h4>BrowserImportItem.lessThan</h4> |
1724 <h4>BrowserImportItem.lessThan</h4> |
1552 <b>lessThan</b>(<i>other, column, order</i>) |
1725 <b>lessThan</b>(<i>other, column, order</i>) |
1554 <p> |
1727 <p> |
1555 Public method to check, if the item is less than the other one. |
1728 Public method to check, if the item is less than the other one. |
1556 </p> |
1729 </p> |
1557 <dl> |
1730 <dl> |
1558 |
1731 |
1559 <dt><i>other</i></dt> |
1732 <dt><i>other</i> (BrowserItem)</dt> |
1560 <dd> |
1733 <dd> |
1561 reference to item to compare against (BrowserItem) |
1734 reference to item to compare against |
1562 </dd> |
1735 </dd> |
1563 <dt><i>column</i></dt> |
1736 <dt><i>column</i> (int)</dt> |
1564 <dd> |
1737 <dd> |
1565 column number to use for the comparison (integer) |
1738 column number to use for the comparison |
1566 </dd> |
1739 </dd> |
1567 <dt><i>order</i></dt> |
1740 <dt><i>order</i> (Qt.SortOrder)</dt> |
1568 <dd> |
1741 <dd> |
1569 sort order (Qt.SortOrder) (for special sorting) |
1742 sort order (for special sorting) |
1570 </dd> |
1743 </dd> |
1571 </dl> |
1744 </dl> |
1572 <dl> |
1745 <dl> |
1573 <dt>Return:</dt> |
1746 <dt>Return:</dt> |
1574 <dd> |
1747 <dd> |
1575 true, if this item is less than other (boolean) |
1748 true, if this item is less than other |
|
1749 </dd> |
|
1750 </dl> |
|
1751 <dl> |
|
1752 <dt>Return Type:</dt> |
|
1753 <dd> |
|
1754 bool |
1576 </dd> |
1755 </dd> |
1577 </dl> |
1756 </dl> |
1578 <a NAME="BrowserImportItem.lineno" ID="BrowserImportItem.lineno"></a> |
1757 <a NAME="BrowserImportItem.lineno" ID="BrowserImportItem.lineno"></a> |
1579 <h4>BrowserImportItem.lineno</h4> |
1758 <h4>BrowserImportItem.lineno</h4> |
1580 <b>lineno</b>(<i></i>) |
1759 <b>lineno</b>(<i></i>) |
1583 Public method returning the line number of the first import. |
1762 Public method returning the line number of the first import. |
1584 </p> |
1763 </p> |
1585 <dl> |
1764 <dl> |
1586 <dt>Return:</dt> |
1765 <dt>Return:</dt> |
1587 <dd> |
1766 <dd> |
1588 line number of the first import (integer) |
1767 line number of the first import |
|
1768 </dd> |
|
1769 </dl> |
|
1770 <dl> |
|
1771 <dt>Return Type:</dt> |
|
1772 <dd> |
|
1773 int |
1589 </dd> |
1774 </dd> |
1590 </dl> |
1775 </dl> |
1591 <a NAME="BrowserImportItem.linenos" ID="BrowserImportItem.linenos"></a> |
1776 <a NAME="BrowserImportItem.linenos" ID="BrowserImportItem.linenos"></a> |
1592 <h4>BrowserImportItem.linenos</h4> |
1777 <h4>BrowserImportItem.linenos</h4> |
1593 <b>linenos</b>(<i></i>) |
1778 <b>linenos</b>(<i></i>) |
1648 <p> |
1839 <p> |
1649 Constructor |
1840 Constructor |
1650 </p> |
1841 </p> |
1651 <dl> |
1842 <dl> |
1652 |
1843 |
1653 <dt><i>parent</i></dt> |
1844 <dt><i>parent</i> (BrowserItem)</dt> |
1654 <dd> |
1845 <dd> |
1655 parent item |
1846 parent item |
1656 </dd> |
1847 </dd> |
1657 <dt><i>text</i></dt> |
1848 <dt><i>text</i> (str)</dt> |
1658 <dd> |
1849 <dd> |
1659 text to be shown by this item (string) |
1850 text to be shown by this item |
1660 </dd> |
1851 </dd> |
1661 </dl> |
1852 </dl> |
1662 <a NAME="BrowserImportsItem.lessThan" ID="BrowserImportsItem.lessThan"></a> |
1853 <a NAME="BrowserImportsItem.lessThan" ID="BrowserImportsItem.lessThan"></a> |
1663 <h4>BrowserImportsItem.lessThan</h4> |
1854 <h4>BrowserImportsItem.lessThan</h4> |
1664 <b>lessThan</b>(<i>other, column, order</i>) |
1855 <b>lessThan</b>(<i>other, column, order</i>) |
1666 <p> |
1857 <p> |
1667 Public method to check, if the item is less than the other one. |
1858 Public method to check, if the item is less than the other one. |
1668 </p> |
1859 </p> |
1669 <dl> |
1860 <dl> |
1670 |
1861 |
1671 <dt><i>other</i></dt> |
1862 <dt><i>other</i> (BrowserItem)</dt> |
1672 <dd> |
1863 <dd> |
1673 reference to item to compare against (BrowserItem) |
1864 reference to item to compare against |
1674 </dd> |
1865 </dd> |
1675 <dt><i>column</i></dt> |
1866 <dt><i>column</i> (int)</dt> |
1676 <dd> |
1867 <dd> |
1677 column number to use for the comparison (integer) |
1868 column number to use for the comparison |
1678 </dd> |
1869 </dd> |
1679 <dt><i>order</i></dt> |
1870 <dt><i>order</i> (Qt.SortOrder)</dt> |
1680 <dd> |
1871 <dd> |
1681 sort order (Qt.SortOrder) (for special sorting) |
1872 sort order (for special sorting) |
1682 </dd> |
1873 </dd> |
1683 </dl> |
1874 </dl> |
1684 <dl> |
1875 <dl> |
1685 <dt>Return:</dt> |
1876 <dt>Return:</dt> |
1686 <dd> |
1877 <dd> |
1687 true, if this item is less than other (boolean) |
1878 true, if this item is less than other |
|
1879 </dd> |
|
1880 </dl> |
|
1881 <dl> |
|
1882 <dt>Return Type:</dt> |
|
1883 <dd> |
|
1884 bool |
1688 </dd> |
1885 </dd> |
1689 </dl> |
1886 </dl> |
1690 <div align="right"><a href="#top">Up</a></div> |
1887 <div align="right"><a href="#top">Up</a></div> |
1691 <hr /> |
1888 <hr /> |
1692 <hr /> |
1889 <hr /> |
1816 <p> |
2013 <p> |
1817 Public method to add a child to this item. |
2014 Public method to add a child to this item. |
1818 </p> |
2015 </p> |
1819 <dl> |
2016 <dl> |
1820 |
2017 |
1821 <dt><i>child</i></dt> |
2018 <dt><i>child</i> (BrowserItem)</dt> |
1822 <dd> |
2019 <dd> |
1823 reference to the child item to add (BrowserItem) |
2020 reference to the child item to add |
1824 </dd> |
2021 </dd> |
1825 </dl> |
2022 </dl> |
1826 <a NAME="BrowserItem.child" ID="BrowserItem.child"></a> |
2023 <a NAME="BrowserItem.child" ID="BrowserItem.child"></a> |
1827 <h4>BrowserItem.child</h4> |
2024 <h4>BrowserItem.child</h4> |
1828 <b>child</b>(<i>row</i>) |
2025 <b>child</b>(<i>row</i>) |
1830 <p> |
2027 <p> |
1831 Public method to get a child id. |
2028 Public method to get a child id. |
1832 </p> |
2029 </p> |
1833 <dl> |
2030 <dl> |
1834 |
2031 |
1835 <dt><i>row</i></dt> |
2032 <dt><i>row</i> (int)</dt> |
1836 <dd> |
2033 <dd> |
1837 number of child to get the id of (integer) |
2034 number of child to get the id of |
1838 </dd> |
2035 </dd> |
1839 </dl> |
2036 </dl> |
1840 <dl> |
2037 <dl> |
1841 <dt>Return:</dt> |
2038 <dt>Return:</dt> |
1842 <dd> |
2039 <dd> |
1843 reference to the child item (BrowserItem) |
2040 reference to the child item |
|
2041 </dd> |
|
2042 </dl> |
|
2043 <dl> |
|
2044 <dt>Return Type:</dt> |
|
2045 <dd> |
|
2046 BrowserItem |
1844 </dd> |
2047 </dd> |
1845 </dl> |
2048 </dl> |
1846 <a NAME="BrowserItem.childCount" ID="BrowserItem.childCount"></a> |
2049 <a NAME="BrowserItem.childCount" ID="BrowserItem.childCount"></a> |
1847 <h4>BrowserItem.childCount</h4> |
2050 <h4>BrowserItem.childCount</h4> |
1848 <b>childCount</b>(<i></i>) |
2051 <b>childCount</b>(<i></i>) |
1851 Public method to get the number of available child items. |
2054 Public method to get the number of available child items. |
1852 </p> |
2055 </p> |
1853 <dl> |
2056 <dl> |
1854 <dt>Return:</dt> |
2057 <dt>Return:</dt> |
1855 <dd> |
2058 <dd> |
1856 number of child items (integer) |
2059 number of child items |
|
2060 </dd> |
|
2061 </dl> |
|
2062 <dl> |
|
2063 <dt>Return Type:</dt> |
|
2064 <dd> |
|
2065 int |
1857 </dd> |
2066 </dd> |
1858 </dl> |
2067 </dl> |
1859 <a NAME="BrowserItem.children" ID="BrowserItem.children"></a> |
2068 <a NAME="BrowserItem.children" ID="BrowserItem.children"></a> |
1860 <h4>BrowserItem.children</h4> |
2069 <h4>BrowserItem.children</h4> |
1861 <b>children</b>(<i></i>) |
2070 <b>children</b>(<i></i>) |
1864 Public method to get the ids of all child items. |
2073 Public method to get the ids of all child items. |
1865 </p> |
2074 </p> |
1866 <dl> |
2075 <dl> |
1867 <dt>Return:</dt> |
2076 <dt>Return:</dt> |
1868 <dd> |
2077 <dd> |
1869 references to all child items (list of BrowserItem) |
2078 references to all child items |
|
2079 </dd> |
|
2080 </dl> |
|
2081 <dl> |
|
2082 <dt>Return Type:</dt> |
|
2083 <dd> |
|
2084 list of BrowserItem |
1870 </dd> |
2085 </dd> |
1871 </dl> |
2086 </dl> |
1872 <a NAME="BrowserItem.columnCount" ID="BrowserItem.columnCount"></a> |
2087 <a NAME="BrowserItem.columnCount" ID="BrowserItem.columnCount"></a> |
1873 <h4>BrowserItem.columnCount</h4> |
2088 <h4>BrowserItem.columnCount</h4> |
1874 <b>columnCount</b>(<i></i>) |
2089 <b>columnCount</b>(<i></i>) |
1877 Public method to get the number of available data items. |
2092 Public method to get the number of available data items. |
1878 </p> |
2093 </p> |
1879 <dl> |
2094 <dl> |
1880 <dt>Return:</dt> |
2095 <dt>Return:</dt> |
1881 <dd> |
2096 <dd> |
1882 number of data items (integer) |
2097 number of data items |
|
2098 </dd> |
|
2099 </dl> |
|
2100 <dl> |
|
2101 <dt>Return Type:</dt> |
|
2102 <dd> |
|
2103 int |
1883 </dd> |
2104 </dd> |
1884 </dl> |
2105 </dl> |
1885 <a NAME="BrowserItem.data" ID="BrowserItem.data"></a> |
2106 <a NAME="BrowserItem.data" ID="BrowserItem.data"></a> |
1886 <h4>BrowserItem.data</h4> |
2107 <h4>BrowserItem.data</h4> |
1887 <b>data</b>(<i>column</i>) |
2108 <b>data</b>(<i>column</i>) |
1889 <p> |
2110 <p> |
1890 Public method to get a specific data item. |
2111 Public method to get a specific data item. |
1891 </p> |
2112 </p> |
1892 <dl> |
2113 <dl> |
1893 |
2114 |
1894 <dt><i>column</i></dt> |
2115 <dt><i>column</i> (int)</dt> |
1895 <dd> |
2116 <dd> |
1896 number of the requested data item (integer) |
2117 number of the requested data item |
1897 </dd> |
2118 </dd> |
1898 </dl> |
2119 </dl> |
1899 <dl> |
2120 <dl> |
1900 <dt>Return:</dt> |
2121 <dt>Return:</dt> |
1901 <dd> |
2122 <dd> |
1902 stored data item |
2123 stored data item |
|
2124 </dd> |
|
2125 </dl> |
|
2126 <dl> |
|
2127 <dt>Return Type:</dt> |
|
2128 <dd> |
|
2129 Any |
1903 </dd> |
2130 </dd> |
1904 </dl> |
2131 </dl> |
1905 <a NAME="BrowserItem.getIcon" ID="BrowserItem.getIcon"></a> |
2132 <a NAME="BrowserItem.getIcon" ID="BrowserItem.getIcon"></a> |
1906 <h4>BrowserItem.getIcon</h4> |
2133 <h4>BrowserItem.getIcon</h4> |
1907 <b>getIcon</b>(<i></i>) |
2134 <b>getIcon</b>(<i></i>) |
1923 Public method to check, if this item should be populated lazyly. |
2156 Public method to check, if this item should be populated lazyly. |
1924 </p> |
2157 </p> |
1925 <dl> |
2158 <dl> |
1926 <dt>Return:</dt> |
2159 <dt>Return:</dt> |
1927 <dd> |
2160 <dd> |
1928 lazy population flag (boolean) |
2161 lazy population flag |
|
2162 </dd> |
|
2163 </dl> |
|
2164 <dl> |
|
2165 <dt>Return Type:</dt> |
|
2166 <dd> |
|
2167 bool |
1929 </dd> |
2168 </dd> |
1930 </dl> |
2169 </dl> |
1931 <a NAME="BrowserItem.isPopulated" ID="BrowserItem.isPopulated"></a> |
2170 <a NAME="BrowserItem.isPopulated" ID="BrowserItem.isPopulated"></a> |
1932 <h4>BrowserItem.isPopulated</h4> |
2171 <h4>BrowserItem.isPopulated</h4> |
1933 <b>isPopulated</b>(<i></i>) |
2172 <b>isPopulated</b>(<i></i>) |
1936 Public method to chek, if this item is populated. |
2175 Public method to chek, if this item is populated. |
1937 </p> |
2176 </p> |
1938 <dl> |
2177 <dl> |
1939 <dt>Return:</dt> |
2178 <dt>Return:</dt> |
1940 <dd> |
2179 <dd> |
1941 population status (boolean) |
2180 population status |
|
2181 </dd> |
|
2182 </dl> |
|
2183 <dl> |
|
2184 <dt>Return Type:</dt> |
|
2185 <dd> |
|
2186 bool |
1942 </dd> |
2187 </dd> |
1943 </dl> |
2188 </dl> |
1944 <a NAME="BrowserItem.isPublic" ID="BrowserItem.isPublic"></a> |
2189 <a NAME="BrowserItem.isPublic" ID="BrowserItem.isPublic"></a> |
1945 <h4>BrowserItem.isPublic</h4> |
2190 <h4>BrowserItem.isPublic</h4> |
1946 <b>isPublic</b>(<i></i>) |
2191 <b>isPublic</b>(<i></i>) |
1949 Public method returning the public visibility status. |
2194 Public method returning the public visibility status. |
1950 </p> |
2195 </p> |
1951 <dl> |
2196 <dl> |
1952 <dt>Return:</dt> |
2197 <dt>Return:</dt> |
1953 <dd> |
2198 <dd> |
1954 flag indicating public visibility (boolean) |
2199 flag indicating public visibility |
|
2200 </dd> |
|
2201 </dl> |
|
2202 <dl> |
|
2203 <dt>Return Type:</dt> |
|
2204 <dd> |
|
2205 bool |
1955 </dd> |
2206 </dd> |
1956 </dl> |
2207 </dl> |
1957 <a NAME="BrowserItem.isSymlink" ID="BrowserItem.isSymlink"></a> |
2208 <a NAME="BrowserItem.isSymlink" ID="BrowserItem.isSymlink"></a> |
1958 <h4>BrowserItem.isSymlink</h4> |
2209 <h4>BrowserItem.isSymlink</h4> |
1959 <b>isSymlink</b>(<i></i>) |
2210 <b>isSymlink</b>(<i></i>) |
1962 Public method to check, if the items is a symbolic link. |
2213 Public method to check, if the items is a symbolic link. |
1963 </p> |
2214 </p> |
1964 <dl> |
2215 <dl> |
1965 <dt>Return:</dt> |
2216 <dt>Return:</dt> |
1966 <dd> |
2217 <dd> |
1967 flag indicating a symbolic link (boolean) |
2218 flag indicating a symbolic link |
|
2219 </dd> |
|
2220 </dl> |
|
2221 <dl> |
|
2222 <dt>Return Type:</dt> |
|
2223 <dd> |
|
2224 bool |
1968 </dd> |
2225 </dd> |
1969 </dl> |
2226 </dl> |
1970 <a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a> |
2227 <a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a> |
1971 <h4>BrowserItem.lessThan</h4> |
2228 <h4>BrowserItem.lessThan</h4> |
1972 <b>lessThan</b>(<i>other, column, order</i>) |
2229 <b>lessThan</b>(<i>other, column, order</i>) |
1974 <p> |
2231 <p> |
1975 Public method to check, if the item is less than the other one. |
2232 Public method to check, if the item is less than the other one. |
1976 </p> |
2233 </p> |
1977 <dl> |
2234 <dl> |
1978 |
2235 |
1979 <dt><i>other</i></dt> |
2236 <dt><i>other</i> (BrowserItem)</dt> |
1980 <dd> |
2237 <dd> |
1981 reference to item to compare against (BrowserItem) |
2238 reference to item to compare against |
1982 </dd> |
2239 </dd> |
1983 <dt><i>column</i></dt> |
2240 <dt><i>column</i> (int)</dt> |
1984 <dd> |
2241 <dd> |
1985 column number to use for the comparison (integer) |
2242 column number to use for the comparison |
1986 </dd> |
2243 </dd> |
1987 <dt><i>order</i></dt> |
2244 <dt><i>order</i> (Qt.SortOrder)</dt> |
1988 <dd> |
2245 <dd> |
1989 sort order (Qt.SortOrder) (for special sorting) |
2246 sort order (for special sorting) |
1990 </dd> |
2247 </dd> |
1991 </dl> |
2248 </dl> |
1992 <dl> |
2249 <dl> |
1993 <dt>Return:</dt> |
2250 <dt>Return:</dt> |
1994 <dd> |
2251 <dd> |
1995 true, if this item is less than other (boolean) |
2252 true, if this item is less than other |
|
2253 </dd> |
|
2254 </dl> |
|
2255 <dl> |
|
2256 <dt>Return Type:</dt> |
|
2257 <dd> |
|
2258 bool |
1996 </dd> |
2259 </dd> |
1997 </dl> |
2260 </dl> |
1998 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a> |
2261 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a> |
1999 <h4>BrowserItem.parent</h4> |
2262 <h4>BrowserItem.parent</h4> |
2000 <b>parent</b>(<i></i>) |
2263 <b>parent</b>(<i></i>) |
2006 <dt>Return:</dt> |
2269 <dt>Return:</dt> |
2007 <dd> |
2270 <dd> |
2008 reference to the parent item |
2271 reference to the parent item |
2009 </dd> |
2272 </dd> |
2010 </dl> |
2273 </dl> |
|
2274 <dl> |
|
2275 <dt>Return Type:</dt> |
|
2276 <dd> |
|
2277 BrowserItem |
|
2278 </dd> |
|
2279 </dl> |
2011 <a NAME="BrowserItem.removeChild" ID="BrowserItem.removeChild"></a> |
2280 <a NAME="BrowserItem.removeChild" ID="BrowserItem.removeChild"></a> |
2012 <h4>BrowserItem.removeChild</h4> |
2281 <h4>BrowserItem.removeChild</h4> |
2013 <b>removeChild</b>(<i>child</i>) |
2282 <b>removeChild</b>(<i>child</i>) |
2014 |
2283 |
2015 <p> |
2284 <p> |
2016 Public method to remove a child. |
2285 Public method to remove a child. |
2017 </p> |
2286 </p> |
2018 <dl> |
2287 <dl> |
2019 |
2288 |
2020 <dt><i>child</i></dt> |
2289 <dt><i>child</i> (BrowserItem)</dt> |
2021 <dd> |
2290 <dd> |
2022 reference to the child to remove (BrowserItem) |
2291 reference to the child to remove |
2023 </dd> |
2292 </dd> |
2024 </dl> |
2293 </dl> |
2025 <a NAME="BrowserItem.removeChildren" ID="BrowserItem.removeChildren"></a> |
2294 <a NAME="BrowserItem.removeChildren" ID="BrowserItem.removeChildren"></a> |
2026 <h4>BrowserItem.removeChildren</h4> |
2295 <h4>BrowserItem.removeChildren</h4> |
2027 <b>removeChildren</b>(<i></i>) |
2296 <b>removeChildren</b>(<i></i>) |
2126 <p> |
2407 <p> |
2127 Constructor |
2408 Constructor |
2128 </p> |
2409 </p> |
2129 <dl> |
2410 <dl> |
2130 |
2411 |
2131 <dt><i>parent</i></dt> |
2412 <dt><i>parent</i> (BrowserItem)</dt> |
2132 <dd> |
2413 <dd> |
2133 parent item |
2414 parent item |
2134 </dd> |
2415 </dd> |
2135 <dt><i>fn</i></dt> |
2416 <dt><i>fn</i> (Function)</dt> |
2136 <dd> |
2417 <dd> |
2137 Function object to be shown |
2418 Function object to be shown |
2138 </dd> |
2419 </dd> |
2139 <dt><i>filename</i></dt> |
2420 <dt><i>filename</i> (str)</dt> |
2140 <dd> |
2421 <dd> |
2141 filename of the file defining this class (string) |
2422 filename of the file defining this class |
2142 </dd> |
2423 </dd> |
2143 </dl> |
2424 </dl> |
2144 <a NAME="BrowserMethodItem.boundaries" ID="BrowserMethodItem.boundaries"></a> |
2425 <a NAME="BrowserMethodItem.boundaries" ID="BrowserMethodItem.boundaries"></a> |
2145 <h4>BrowserMethodItem.boundaries</h4> |
2426 <h4>BrowserMethodItem.boundaries</h4> |
2146 <b>boundaries</b>(<i></i>) |
2427 <b>boundaries</b>(<i></i>) |
2149 Public method returning the boundaries of the method definition. |
2430 Public method returning the boundaries of the method definition. |
2150 </p> |
2431 </p> |
2151 <dl> |
2432 <dl> |
2152 <dt>Return:</dt> |
2433 <dt>Return:</dt> |
2153 <dd> |
2434 <dd> |
2154 tuple with start end end line number (integer, integer) |
2435 tuple with start end end line number |
|
2436 </dd> |
|
2437 </dl> |
|
2438 <dl> |
|
2439 <dt>Return Type:</dt> |
|
2440 <dd> |
|
2441 tuple of (int, int) |
2155 </dd> |
2442 </dd> |
2156 </dl> |
2443 </dl> |
2157 <a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a> |
2444 <a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a> |
2158 <h4>BrowserMethodItem.fileName</h4> |
2445 <h4>BrowserMethodItem.fileName</h4> |
2159 <b>fileName</b>(<i></i>) |
2446 <b>fileName</b>(<i></i>) |
2178 <dt>Return:</dt> |
2471 <dt>Return:</dt> |
2179 <dd> |
2472 <dd> |
2180 reference to the function object |
2473 reference to the function object |
2181 </dd> |
2474 </dd> |
2182 </dl> |
2475 </dl> |
|
2476 <dl> |
|
2477 <dt>Return Type:</dt> |
|
2478 <dd> |
|
2479 Function |
|
2480 </dd> |
|
2481 </dl> |
2183 <a NAME="BrowserMethodItem.isPublic" ID="BrowserMethodItem.isPublic"></a> |
2482 <a NAME="BrowserMethodItem.isPublic" ID="BrowserMethodItem.isPublic"></a> |
2184 <h4>BrowserMethodItem.isPublic</h4> |
2483 <h4>BrowserMethodItem.isPublic</h4> |
2185 <b>isPublic</b>(<i></i>) |
2484 <b>isPublic</b>(<i></i>) |
2186 |
2485 |
2187 <p> |
2486 <p> |
2188 Public method returning the public visibility status. |
2487 Public method returning the public visibility status. |
2189 </p> |
2488 </p> |
2190 <dl> |
2489 <dl> |
2191 <dt>Return:</dt> |
2490 <dt>Return:</dt> |
2192 <dd> |
2491 <dd> |
2193 flag indicating public visibility (boolean) |
2492 flag indicating public visibility |
|
2493 </dd> |
|
2494 </dl> |
|
2495 <dl> |
|
2496 <dt>Return Type:</dt> |
|
2497 <dd> |
|
2498 bool |
2194 </dd> |
2499 </dd> |
2195 </dl> |
2500 </dl> |
2196 <a NAME="BrowserMethodItem.lessThan" ID="BrowserMethodItem.lessThan"></a> |
2501 <a NAME="BrowserMethodItem.lessThan" ID="BrowserMethodItem.lessThan"></a> |
2197 <h4>BrowserMethodItem.lessThan</h4> |
2502 <h4>BrowserMethodItem.lessThan</h4> |
2198 <b>lessThan</b>(<i>other, column, order</i>) |
2503 <b>lessThan</b>(<i>other, column, order</i>) |
2200 <p> |
2505 <p> |
2201 Public method to check, if the item is less than the other one. |
2506 Public method to check, if the item is less than the other one. |
2202 </p> |
2507 </p> |
2203 <dl> |
2508 <dl> |
2204 |
2509 |
2205 <dt><i>other</i></dt> |
2510 <dt><i>other</i> (BrowserItem)</dt> |
2206 <dd> |
2511 <dd> |
2207 reference to item to compare against (BrowserItem) |
2512 reference to item to compare against |
2208 </dd> |
2513 </dd> |
2209 <dt><i>column</i></dt> |
2514 <dt><i>column</i> (int)</dt> |
2210 <dd> |
2515 <dd> |
2211 column number to use for the comparison (integer) |
2516 column number to use for the comparison |
2212 </dd> |
2517 </dd> |
2213 <dt><i>order</i></dt> |
2518 <dt><i>order</i> (Qt.SortOrder)</dt> |
2214 <dd> |
2519 <dd> |
2215 sort order (Qt.SortOrder) (for special sorting) |
2520 sort order (for special sorting) |
2216 </dd> |
2521 </dd> |
2217 </dl> |
2522 </dl> |
2218 <dl> |
2523 <dl> |
2219 <dt>Return:</dt> |
2524 <dt>Return:</dt> |
2220 <dd> |
2525 <dd> |
2221 true, if this item is less than other (boolean) |
2526 true, if this item is less than other |
|
2527 </dd> |
|
2528 </dl> |
|
2529 <dl> |
|
2530 <dt>Return Type:</dt> |
|
2531 <dd> |
|
2532 bool |
2222 </dd> |
2533 </dd> |
2223 </dl> |
2534 </dl> |
2224 <a NAME="BrowserMethodItem.lineno" ID="BrowserMethodItem.lineno"></a> |
2535 <a NAME="BrowserMethodItem.lineno" ID="BrowserMethodItem.lineno"></a> |
2225 <h4>BrowserMethodItem.lineno</h4> |
2536 <h4>BrowserMethodItem.lineno</h4> |
2226 <b>lineno</b>(<i></i>) |
2537 <b>lineno</b>(<i></i>) |
2229 Public method returning the line number defining this object. |
2540 Public method returning the line number defining this object. |
2230 </p> |
2541 </p> |
2231 <dl> |
2542 <dl> |
2232 <dt>Return:</dt> |
2543 <dt>Return:</dt> |
2233 <dd> |
2544 <dd> |
2234 line number defining the object (integer) |
2545 line number defining the object |
|
2546 </dd> |
|
2547 </dl> |
|
2548 <dl> |
|
2549 <dt>Return Type:</dt> |
|
2550 <dd> |
|
2551 int |
2235 </dd> |
2552 </dd> |
2236 </dl> |
2553 </dl> |
2237 <a NAME="BrowserMethodItem.name" ID="BrowserMethodItem.name"></a> |
2554 <a NAME="BrowserMethodItem.name" ID="BrowserMethodItem.name"></a> |
2238 <h4>BrowserMethodItem.name</h4> |
2555 <h4>BrowserMethodItem.name</h4> |
2239 <b>name</b>(<i></i>) |
2556 <b>name</b>(<i></i>) |
2410 <p> |
2733 <p> |
2411 Constructor |
2734 Constructor |
2412 </p> |
2735 </p> |
2413 <dl> |
2736 <dl> |
2414 |
2737 |
2415 <dt><i>parent</i></dt> |
2738 <dt><i>parent</i> (QObject)</dt> |
2416 <dd> |
2739 <dd> |
2417 reference to parent object (QObject) |
2740 reference to parent object |
2418 </dd> |
2741 </dd> |
2419 <dt><i>nopopulate</i></dt> |
2742 <dt><i>nopopulate</i> (bool)</dt> |
2420 <dd> |
2743 <dd> |
2421 flag indicating to not populate the model |
2744 flag indicating to not populate the model |
2422 (boolean) |
|
2423 </dd> |
2745 </dd> |
2424 </dl> |
2746 </dl> |
2425 <a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
2747 <a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
2426 <h4>BrowserModel.__populateModel</h4> |
2748 <h4>BrowserModel.__populateModel</h4> |
2427 <b>__populateModel</b>(<i></i>) |
2749 <b>__populateModel</b>(<i></i>) |
2436 <p> |
2758 <p> |
2437 Protected slot to add an item. |
2759 Protected slot to add an item. |
2438 </p> |
2760 </p> |
2439 <dl> |
2761 <dl> |
2440 |
2762 |
2441 <dt><i>itm</i></dt> |
2763 <dt><i>itm</i> (BrowserItem)</dt> |
2442 <dd> |
2764 <dd> |
2443 reference to item to add (BrowserItem) |
2765 reference to item to add |
2444 </dd> |
2766 </dd> |
2445 <dt><i>parentItem</i></dt> |
2767 <dt><i>parentItem</i> (BrowserItem)</dt> |
2446 <dd> |
2768 <dd> |
2447 reference to item to add to (BrowserItem) |
2769 reference to item to add to |
2448 </dd> |
2770 </dd> |
2449 </dl> |
2771 </dl> |
2450 <a NAME="BrowserModel._addWatchedItem" ID="BrowserModel._addWatchedItem"></a> |
2772 <a NAME="BrowserModel._addWatchedItem" ID="BrowserModel._addWatchedItem"></a> |
2451 <h4>BrowserModel._addWatchedItem</h4> |
2773 <h4>BrowserModel._addWatchedItem</h4> |
2452 <b>_addWatchedItem</b>(<i>itm</i>) |
2774 <b>_addWatchedItem</b>(<i>itm</i>) |
2454 <p> |
2776 <p> |
2455 Protected method to watch an item. |
2777 Protected method to watch an item. |
2456 </p> |
2778 </p> |
2457 <dl> |
2779 <dl> |
2458 |
2780 |
2459 <dt><i>itm</i></dt> |
2781 <dt><i>itm</i> (BrowserDirectoryItem)</dt> |
2460 <dd> |
2782 <dd> |
2461 item to be watched (BrowserDirectoryItem) |
2783 item to be watched |
2462 </dd> |
2784 </dd> |
2463 </dl> |
2785 </dl> |
2464 <a NAME="BrowserModel._removeWatchedItem" ID="BrowserModel._removeWatchedItem"></a> |
2786 <a NAME="BrowserModel._removeWatchedItem" ID="BrowserModel._removeWatchedItem"></a> |
2465 <h4>BrowserModel._removeWatchedItem</h4> |
2787 <h4>BrowserModel._removeWatchedItem</h4> |
2466 <b>_removeWatchedItem</b>(<i>itm</i>) |
2788 <b>_removeWatchedItem</b>(<i>itm</i>) |
2468 <p> |
2790 <p> |
2469 Protected method to remove a watched item. |
2791 Protected method to remove a watched item. |
2470 </p> |
2792 </p> |
2471 <dl> |
2793 <dl> |
2472 |
2794 |
2473 <dt><i>itm</i></dt> |
2795 <dt><i>itm</i> (BrowserDirectoryItem)</dt> |
2474 <dd> |
2796 <dd> |
2475 item to be removed (BrowserDirectoryItem) |
2797 item to be removed |
2476 </dd> |
2798 </dd> |
2477 </dl> |
2799 </dl> |
2478 <a NAME="BrowserModel.addItem" ID="BrowserModel.addItem"></a> |
2800 <a NAME="BrowserModel.addItem" ID="BrowserModel.addItem"></a> |
2479 <h4>BrowserModel.addItem</h4> |
2801 <h4>BrowserModel.addItem</h4> |
2480 <b>addItem</b>(<i>itm, parent=None</i>) |
2802 <b>addItem</b>(<i>itm, parent=None</i>) |
2482 <p> |
2804 <p> |
2483 Public slot to add an item. |
2805 Public slot to add an item. |
2484 </p> |
2806 </p> |
2485 <dl> |
2807 <dl> |
2486 |
2808 |
2487 <dt><i>itm</i></dt> |
2809 <dt><i>itm</i> (BrowserItem)</dt> |
2488 <dd> |
2810 <dd> |
2489 item to add (BrowserItem) |
2811 item to add |
2490 </dd> |
2812 </dd> |
2491 <dt><i>parent</i></dt> |
2813 <dt><i>parent</i> (QModelIndex)</dt> |
2492 <dd> |
2814 <dd> |
2493 index of parent item (QModelIndex) |
2815 index of parent item |
2494 </dd> |
2816 </dd> |
2495 </dl> |
2817 </dl> |
2496 <a NAME="BrowserModel.addTopLevelDir" ID="BrowserModel.addTopLevelDir"></a> |
2818 <a NAME="BrowserModel.addTopLevelDir" ID="BrowserModel.addTopLevelDir"></a> |
2497 <h4>BrowserModel.addTopLevelDir</h4> |
2819 <h4>BrowserModel.addTopLevelDir</h4> |
2498 <b>addTopLevelDir</b>(<i>dirname</i>) |
2820 <b>addTopLevelDir</b>(<i>dirname</i>) |
2500 <p> |
2822 <p> |
2501 Public method to add a new toplevel directory. |
2823 Public method to add a new toplevel directory. |
2502 </p> |
2824 </p> |
2503 <dl> |
2825 <dl> |
2504 |
2826 |
2505 <dt><i>dirname</i></dt> |
2827 <dt><i>dirname</i> (str)</dt> |
2506 <dd> |
2828 <dd> |
2507 name of the new toplevel directory (string) |
2829 name of the new toplevel directory |
2508 </dd> |
2830 </dd> |
2509 </dl> |
2831 </dl> |
2510 <a NAME="BrowserModel.clear" ID="BrowserModel.clear"></a> |
2832 <a NAME="BrowserModel.clear" ID="BrowserModel.clear"></a> |
2511 <h4>BrowserModel.clear</h4> |
2833 <h4>BrowserModel.clear</h4> |
2512 <b>clear</b>(<i></i>) |
2834 <b>clear</b>(<i></i>) |
2521 <p> |
2843 <p> |
2522 Public method to get the number of columns. |
2844 Public method to get the number of columns. |
2523 </p> |
2845 </p> |
2524 <dl> |
2846 <dl> |
2525 |
2847 |
2526 <dt><i>parent</i></dt> |
2848 <dt><i>parent</i> (QModelIndex)</dt> |
2527 <dd> |
2849 <dd> |
2528 index of parent item (QModelIndex) |
2850 index of parent item |
2529 </dd> |
2851 </dd> |
2530 </dl> |
2852 </dl> |
2531 <dl> |
2853 <dl> |
2532 <dt>Return:</dt> |
2854 <dt>Return:</dt> |
2533 <dd> |
2855 <dd> |
2534 number of columns (integer) |
2856 number of columns |
|
2857 </dd> |
|
2858 </dl> |
|
2859 <dl> |
|
2860 <dt>Return Type:</dt> |
|
2861 <dd> |
|
2862 int |
2535 </dd> |
2863 </dd> |
2536 </dl> |
2864 </dl> |
2537 <a NAME="BrowserModel.data" ID="BrowserModel.data"></a> |
2865 <a NAME="BrowserModel.data" ID="BrowserModel.data"></a> |
2538 <h4>BrowserModel.data</h4> |
2866 <h4>BrowserModel.data</h4> |
2539 <b>data</b>(<i>index, role</i>) |
2867 <b>data</b>(<i>index, role</i>) |
2541 <p> |
2869 <p> |
2542 Public method to get data of an item. |
2870 Public method to get data of an item. |
2543 </p> |
2871 </p> |
2544 <dl> |
2872 <dl> |
2545 |
2873 |
2546 <dt><i>index</i></dt> |
2874 <dt><i>index</i> (QModelIndex)</dt> |
2547 <dd> |
2875 <dd> |
2548 index of the data to retrieve (QModelIndex) |
2876 index of the data to retrieve |
2549 </dd> |
2877 </dd> |
2550 <dt><i>role</i></dt> |
2878 <dt><i>role</i> (Qt.ItemDataRole)</dt> |
2551 <dd> |
2879 <dd> |
2552 role of data (Qt.ItemDataRole) |
2880 role of data |
2553 </dd> |
2881 </dd> |
2554 </dl> |
2882 </dl> |
2555 <dl> |
2883 <dl> |
2556 <dt>Return:</dt> |
2884 <dt>Return:</dt> |
2557 <dd> |
2885 <dd> |
2558 requested data |
2886 requested data |
|
2887 </dd> |
|
2888 </dl> |
|
2889 <dl> |
|
2890 <dt>Return Type:</dt> |
|
2891 <dd> |
|
2892 Any |
2559 </dd> |
2893 </dd> |
2560 </dl> |
2894 </dl> |
2561 <a NAME="BrowserModel.directoryChanged" ID="BrowserModel.directoryChanged"></a> |
2895 <a NAME="BrowserModel.directoryChanged" ID="BrowserModel.directoryChanged"></a> |
2562 <h4>BrowserModel.directoryChanged</h4> |
2896 <h4>BrowserModel.directoryChanged</h4> |
2563 <b>directoryChanged</b>(<i>path</i>) |
2897 <b>directoryChanged</b>(<i>path</i>) |
2565 <p> |
2899 <p> |
2566 Public slot to handle the directoryChanged signal of the watcher. |
2900 Public slot to handle the directoryChanged signal of the watcher. |
2567 </p> |
2901 </p> |
2568 <dl> |
2902 <dl> |
2569 |
2903 |
2570 <dt><i>path</i></dt> |
2904 <dt><i>path</i> (str)</dt> |
2571 <dd> |
2905 <dd> |
2572 path of the directory (string) |
2906 path of the directory |
2573 </dd> |
2907 </dd> |
2574 </dl> |
2908 </dl> |
2575 <a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a> |
2909 <a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a> |
2576 <h4>BrowserModel.fileChanged</h4> |
2910 <h4>BrowserModel.fileChanged</h4> |
2577 <b>fileChanged</b>(<i>fileName</i>) |
2911 <b>fileChanged</b>(<i>fileName</i>) |
2593 <p> |
2927 <p> |
2594 Public method to get the item flags. |
2928 Public method to get the item flags. |
2595 </p> |
2929 </p> |
2596 <dl> |
2930 <dl> |
2597 |
2931 |
2598 <dt><i>index</i></dt> |
2932 <dt><i>index</i> (QModelIndex)</dt> |
2599 <dd> |
2933 <dd> |
2600 index of the data to retrieve (QModelIndex) |
2934 index of the data to retrieve |
2601 </dd> |
2935 </dd> |
2602 </dl> |
2936 </dl> |
2603 <dl> |
2937 <dl> |
2604 <dt>Return:</dt> |
2938 <dt>Return:</dt> |
2605 <dd> |
2939 <dd> |
2606 requested flags (Qt.ItemFlags) |
2940 requested flags |
|
2941 </dd> |
|
2942 </dl> |
|
2943 <dl> |
|
2944 <dt>Return Type:</dt> |
|
2945 <dd> |
|
2946 Qt.ItemFlags |
2607 </dd> |
2947 </dd> |
2608 </dl> |
2948 </dl> |
2609 <a NAME="BrowserModel.hasChildren" ID="BrowserModel.hasChildren"></a> |
2949 <a NAME="BrowserModel.hasChildren" ID="BrowserModel.hasChildren"></a> |
2610 <h4>BrowserModel.hasChildren</h4> |
2950 <h4>BrowserModel.hasChildren</h4> |
2611 <b>hasChildren</b>(<i>parent=None</i>) |
2951 <b>hasChildren</b>(<i>parent=None</i>) |
2617 We always return True for normal items in order to do lazy |
2957 We always return True for normal items in order to do lazy |
2618 population of the tree. |
2958 population of the tree. |
2619 </p> |
2959 </p> |
2620 <dl> |
2960 <dl> |
2621 |
2961 |
2622 <dt><i>parent</i></dt> |
2962 <dt><i>parent</i> (QModelIndex)</dt> |
2623 <dd> |
2963 <dd> |
2624 index of parent item (QModelIndex) |
2964 index of parent item |
2625 </dd> |
2965 </dd> |
2626 </dl> |
2966 </dl> |
2627 <dl> |
2967 <dl> |
2628 <dt>Return:</dt> |
2968 <dt>Return:</dt> |
2629 <dd> |
2969 <dd> |
2630 flag indicating the presence of child items (boolean) |
2970 flag indicating the presence of child items |
|
2971 </dd> |
|
2972 </dl> |
|
2973 <dl> |
|
2974 <dt>Return Type:</dt> |
|
2975 <dd> |
|
2976 bool |
2631 </dd> |
2977 </dd> |
2632 </dl> |
2978 </dl> |
2633 <a NAME="BrowserModel.headerData" ID="BrowserModel.headerData"></a> |
2979 <a NAME="BrowserModel.headerData" ID="BrowserModel.headerData"></a> |
2634 <h4>BrowserModel.headerData</h4> |
2980 <h4>BrowserModel.headerData</h4> |
2635 <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>) |
2981 <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>) |
2637 <p> |
2983 <p> |
2638 Public method to get the header data. |
2984 Public method to get the header data. |
2639 </p> |
2985 </p> |
2640 <dl> |
2986 <dl> |
2641 |
2987 |
2642 <dt><i>section</i></dt> |
2988 <dt><i>section</i> (int)</dt> |
2643 <dd> |
2989 <dd> |
2644 number of section to get data for (integer) |
2990 number of section to get data for |
2645 </dd> |
2991 </dd> |
2646 <dt><i>orientation</i></dt> |
2992 <dt><i>orientation</i> (Qt.Orientation)</dt> |
2647 <dd> |
2993 <dd> |
2648 header orientation (Qt.Orientation) |
2994 header orientation |
2649 </dd> |
2995 </dd> |
2650 <dt><i>role</i></dt> |
2996 <dt><i>role</i> (Qt.ItemDataRole)</dt> |
2651 <dd> |
2997 <dd> |
2652 role of data (Qt.ItemDataRole) |
2998 role of data |
2653 </dd> |
2999 </dd> |
2654 </dl> |
3000 </dl> |
2655 <dl> |
3001 <dl> |
2656 <dt>Return:</dt> |
3002 <dt>Return:</dt> |
2657 <dd> |
3003 <dd> |
2658 requested header data |
3004 requested header data |
|
3005 </dd> |
|
3006 </dl> |
|
3007 <dl> |
|
3008 <dt>Return Type:</dt> |
|
3009 <dd> |
|
3010 Any |
2659 </dd> |
3011 </dd> |
2660 </dl> |
3012 </dl> |
2661 <a NAME="BrowserModel.index" ID="BrowserModel.index"></a> |
3013 <a NAME="BrowserModel.index" ID="BrowserModel.index"></a> |
2662 <h4>BrowserModel.index</h4> |
3014 <h4>BrowserModel.index</h4> |
2663 <b>index</b>(<i>row, column, parent=None</i>) |
3015 <b>index</b>(<i>row, column, parent=None</i>) |
2665 <p> |
3017 <p> |
2666 Public method to create an index. |
3018 Public method to create an index. |
2667 </p> |
3019 </p> |
2668 <dl> |
3020 <dl> |
2669 |
3021 |
2670 <dt><i>row</i></dt> |
3022 <dt><i>row</i> (int)</dt> |
2671 <dd> |
3023 <dd> |
2672 row number of the new index (integer) |
3024 row number of the new index |
2673 </dd> |
3025 </dd> |
2674 <dt><i>column</i></dt> |
3026 <dt><i>column</i> (int)</dt> |
2675 <dd> |
3027 <dd> |
2676 column number of the new index (integer) |
3028 column number of the new index |
2677 </dd> |
3029 </dd> |
2678 <dt><i>parent</i></dt> |
3030 <dt><i>parent</i> (QModelIndex)</dt> |
2679 <dd> |
3031 <dd> |
2680 index of parent item (QModelIndex) |
3032 index of parent item |
2681 </dd> |
3033 </dd> |
2682 </dl> |
3034 </dl> |
2683 <dl> |
3035 <dl> |
2684 <dt>Return:</dt> |
3036 <dt>Return:</dt> |
2685 <dd> |
3037 <dd> |
2686 index object (QModelIndex) |
3038 index object |
|
3039 </dd> |
|
3040 </dl> |
|
3041 <dl> |
|
3042 <dt>Return Type:</dt> |
|
3043 <dd> |
|
3044 QModelIndex |
2687 </dd> |
3045 </dd> |
2688 </dl> |
3046 </dl> |
2689 <a NAME="BrowserModel.interpreterChanged" ID="BrowserModel.interpreterChanged"></a> |
3047 <a NAME="BrowserModel.interpreterChanged" ID="BrowserModel.interpreterChanged"></a> |
2690 <h4>BrowserModel.interpreterChanged</h4> |
3048 <h4>BrowserModel.interpreterChanged</h4> |
2691 <b>interpreterChanged</b>(<i>interpreter</i>) |
3049 <b>interpreterChanged</b>(<i>interpreter</i>) |
2693 <p> |
3051 <p> |
2694 Public method to handle a change of the debug client's interpreter. |
3052 Public method to handle a change of the debug client's interpreter. |
2695 </p> |
3053 </p> |
2696 <dl> |
3054 <dl> |
2697 |
3055 |
2698 <dt><i>interpreter</i></dt> |
3056 <dt><i>interpreter</i> (str)</dt> |
2699 <dd> |
3057 <dd> |
2700 interpreter of the debug client (string) |
3058 interpreter of the debug client |
2701 </dd> |
3059 </dd> |
2702 </dl> |
3060 </dl> |
2703 <a NAME="BrowserModel.item" ID="BrowserModel.item"></a> |
3061 <a NAME="BrowserModel.item" ID="BrowserModel.item"></a> |
2704 <h4>BrowserModel.item</h4> |
3062 <h4>BrowserModel.item</h4> |
2705 <b>item</b>(<i>index</i>) |
3063 <b>item</b>(<i>index</i>) |
2707 <p> |
3065 <p> |
2708 Public method to get a reference to an item. |
3066 Public method to get a reference to an item. |
2709 </p> |
3067 </p> |
2710 <dl> |
3068 <dl> |
2711 |
3069 |
2712 <dt><i>index</i></dt> |
3070 <dt><i>index</i> (QModelIndex)</dt> |
2713 <dd> |
3071 <dd> |
2714 index of the data to retrieve (QModelIndex) |
3072 index of the data to retrieve |
2715 </dd> |
3073 </dd> |
2716 </dl> |
3074 </dl> |
2717 <dl> |
3075 <dl> |
2718 <dt>Return:</dt> |
3076 <dt>Return:</dt> |
2719 <dd> |
3077 <dd> |
2720 requested item reference (BrowserItem) |
3078 requested item reference |
|
3079 </dd> |
|
3080 </dl> |
|
3081 <dl> |
|
3082 <dt>Return Type:</dt> |
|
3083 <dd> |
|
3084 BrowserItem |
2721 </dd> |
3085 </dd> |
2722 </dl> |
3086 </dl> |
2723 <a NAME="BrowserModel.parent" ID="BrowserModel.parent"></a> |
3087 <a NAME="BrowserModel.parent" ID="BrowserModel.parent"></a> |
2724 <h4>BrowserModel.parent</h4> |
3088 <h4>BrowserModel.parent</h4> |
2725 <b>parent</b>(<i>index</i>) |
3089 <b>parent</b>(<i>index</i>) |
2727 <p> |
3091 <p> |
2728 Public method to get the index of the parent object. |
3092 Public method to get the index of the parent object. |
2729 </p> |
3093 </p> |
2730 <dl> |
3094 <dl> |
2731 |
3095 |
2732 <dt><i>index</i></dt> |
3096 <dt><i>index</i> (QModelIndex)</dt> |
2733 <dd> |
3097 <dd> |
2734 index of the item (QModelIndex) |
3098 index of the item |
2735 </dd> |
3099 </dd> |
2736 </dl> |
3100 </dl> |
2737 <dl> |
3101 <dl> |
2738 <dt>Return:</dt> |
3102 <dt>Return:</dt> |
2739 <dd> |
3103 <dd> |
2740 index of parent item (QModelIndex) |
3104 index of parent item |
|
3105 </dd> |
|
3106 </dl> |
|
3107 <dl> |
|
3108 <dt>Return Type:</dt> |
|
3109 <dd> |
|
3110 QModelIndex |
2741 </dd> |
3111 </dd> |
2742 </dl> |
3112 </dl> |
2743 <a NAME="BrowserModel.populateClassAttributesItem" ID="BrowserModel.populateClassAttributesItem"></a> |
3113 <a NAME="BrowserModel.populateClassAttributesItem" ID="BrowserModel.populateClassAttributesItem"></a> |
2744 <h4>BrowserModel.populateClassAttributesItem</h4> |
3114 <h4>BrowserModel.populateClassAttributesItem</h4> |
2745 <b>populateClassAttributesItem</b>(<i>parentItem, repopulate=False</i>) |
3115 <b>populateClassAttributesItem</b>(<i>parentItem, repopulate=False</i>) |
2747 <p> |
3117 <p> |
2748 Public method to populate a class attributes item's subtree. |
3118 Public method to populate a class attributes item's subtree. |
2749 </p> |
3119 </p> |
2750 <dl> |
3120 <dl> |
2751 |
3121 |
2752 <dt><i>parentItem</i></dt> |
3122 <dt><i>parentItem</i> (BrowserClassAttributesItem)</dt> |
2753 <dd> |
3123 <dd> |
2754 reference to the class attributes item to be |
3124 reference to the class attributes item to be |
2755 populated |
3125 populated |
2756 </dd> |
3126 </dd> |
2757 <dt><i>repopulate</i></dt> |
3127 <dt><i>repopulate</i> (bool)</dt> |
2758 <dd> |
3128 <dd> |
2759 flag indicating a repopulation (boolean) |
3129 flag indicating a repopulation |
2760 </dd> |
3130 </dd> |
2761 </dl> |
3131 </dl> |
2762 <a NAME="BrowserModel.populateClassItem" ID="BrowserModel.populateClassItem"></a> |
3132 <a NAME="BrowserModel.populateClassItem" ID="BrowserModel.populateClassItem"></a> |
2763 <h4>BrowserModel.populateClassItem</h4> |
3133 <h4>BrowserModel.populateClassItem</h4> |
2764 <b>populateClassItem</b>(<i>parentItem, repopulate=False</i>) |
3134 <b>populateClassItem</b>(<i>parentItem, repopulate=False</i>) |
2766 <p> |
3136 <p> |
2767 Public method to populate a class item's subtree. |
3137 Public method to populate a class item's subtree. |
2768 </p> |
3138 </p> |
2769 <dl> |
3139 <dl> |
2770 |
3140 |
2771 <dt><i>parentItem</i></dt> |
3141 <dt><i>parentItem</i> (BrowserClassItem)</dt> |
2772 <dd> |
3142 <dd> |
2773 reference to the class item to be populated |
3143 reference to the class item to be populated |
2774 </dd> |
3144 </dd> |
2775 <dt><i>repopulate</i></dt> |
3145 <dt><i>repopulate</i> (bool)</dt> |
2776 <dd> |
3146 <dd> |
2777 flag indicating a repopulation (boolean) |
3147 flag indicating a repopulation |
2778 </dd> |
3148 </dd> |
2779 </dl> |
3149 </dl> |
2780 <a NAME="BrowserModel.populateDirectoryItem" ID="BrowserModel.populateDirectoryItem"></a> |
3150 <a NAME="BrowserModel.populateDirectoryItem" ID="BrowserModel.populateDirectoryItem"></a> |
2781 <h4>BrowserModel.populateDirectoryItem</h4> |
3151 <h4>BrowserModel.populateDirectoryItem</h4> |
2782 <b>populateDirectoryItem</b>(<i>parentItem, repopulate=False</i>) |
3152 <b>populateDirectoryItem</b>(<i>parentItem, repopulate=False</i>) |
2784 <p> |
3154 <p> |
2785 Public method to populate a directory item's subtree. |
3155 Public method to populate a directory item's subtree. |
2786 </p> |
3156 </p> |
2787 <dl> |
3157 <dl> |
2788 |
3158 |
2789 <dt><i>parentItem</i></dt> |
3159 <dt><i>parentItem</i> (BrowserDirectoryItem)</dt> |
2790 <dd> |
3160 <dd> |
2791 reference to the directory item to be populated |
3161 reference to the directory item to be populated |
2792 </dd> |
3162 </dd> |
2793 <dt><i>repopulate</i></dt> |
3163 <dt><i>repopulate</i> (bool)</dt> |
2794 <dd> |
3164 <dd> |
2795 flag indicating a repopulation (boolean) |
3165 flag indicating a repopulation |
2796 </dd> |
3166 </dd> |
2797 </dl> |
3167 </dl> |
2798 <a NAME="BrowserModel.populateFileItem" ID="BrowserModel.populateFileItem"></a> |
3168 <a NAME="BrowserModel.populateFileItem" ID="BrowserModel.populateFileItem"></a> |
2799 <h4>BrowserModel.populateFileItem</h4> |
3169 <h4>BrowserModel.populateFileItem</h4> |
2800 <b>populateFileItem</b>(<i>parentItem, repopulate=False</i>) |
3170 <b>populateFileItem</b>(<i>parentItem, repopulate=False</i>) |
2802 <p> |
3172 <p> |
2803 Public method to populate a file item's subtree. |
3173 Public method to populate a file item's subtree. |
2804 </p> |
3174 </p> |
2805 <dl> |
3175 <dl> |
2806 |
3176 |
2807 <dt><i>parentItem</i></dt> |
3177 <dt><i>parentItem</i> (BrowserFileItem)</dt> |
2808 <dd> |
3178 <dd> |
2809 reference to the file item to be populated |
3179 reference to the file item to be populated |
2810 </dd> |
3180 </dd> |
2811 <dt><i>repopulate</i></dt> |
3181 <dt><i>repopulate</i> (bool)</dt> |
2812 <dd> |
3182 <dd> |
2813 flag indicating a repopulation (boolean) |
3183 flag indicating a repopulation |
2814 </dd> |
3184 </dd> |
2815 </dl> |
3185 </dl> |
2816 <a NAME="BrowserModel.populateItem" ID="BrowserModel.populateItem"></a> |
3186 <a NAME="BrowserModel.populateItem" ID="BrowserModel.populateItem"></a> |
2817 <h4>BrowserModel.populateItem</h4> |
3187 <h4>BrowserModel.populateItem</h4> |
2818 <b>populateItem</b>(<i>parentItem, repopulate=False</i>) |
3188 <b>populateItem</b>(<i>parentItem, repopulate=False</i>) |
2820 <p> |
3190 <p> |
2821 Public method to populate an item's subtree. |
3191 Public method to populate an item's subtree. |
2822 </p> |
3192 </p> |
2823 <dl> |
3193 <dl> |
2824 |
3194 |
2825 <dt><i>parentItem</i></dt> |
3195 <dt><i>parentItem</i> (BrowserItem)</dt> |
2826 <dd> |
3196 <dd> |
2827 reference to the item to be populated |
3197 reference to the item to be populated |
2828 </dd> |
3198 </dd> |
2829 <dt><i>repopulate</i></dt> |
3199 <dt><i>repopulate</i> (bool)</dt> |
2830 <dd> |
3200 <dd> |
2831 flag indicating a repopulation (boolean) |
3201 flag indicating a repopulation |
2832 </dd> |
3202 </dd> |
2833 </dl> |
3203 </dl> |
2834 <a NAME="BrowserModel.populateMethodItem" ID="BrowserModel.populateMethodItem"></a> |
3204 <a NAME="BrowserModel.populateMethodItem" ID="BrowserModel.populateMethodItem"></a> |
2835 <h4>BrowserModel.populateMethodItem</h4> |
3205 <h4>BrowserModel.populateMethodItem</h4> |
2836 <b>populateMethodItem</b>(<i>parentItem, repopulate=False</i>) |
3206 <b>populateMethodItem</b>(<i>parentItem, repopulate=False</i>) |
2838 <p> |
3208 <p> |
2839 Public method to populate a method item's subtree. |
3209 Public method to populate a method item's subtree. |
2840 </p> |
3210 </p> |
2841 <dl> |
3211 <dl> |
2842 |
3212 |
2843 <dt><i>parentItem</i></dt> |
3213 <dt><i>parentItem</i> (BrowserItem)</dt> |
2844 <dd> |
3214 <dd> |
2845 reference to the method item to be populated |
3215 reference to the method item to be populated |
2846 </dd> |
3216 </dd> |
2847 <dt><i>repopulate</i></dt> |
3217 <dt><i>repopulate</i> (bool)</dt> |
2848 <dd> |
3218 <dd> |
2849 flag indicating a repopulation (boolean) |
3219 flag indicating a repopulation |
2850 </dd> |
3220 </dd> |
2851 </dl> |
3221 </dl> |
2852 <a NAME="BrowserModel.populateSysPathItem" ID="BrowserModel.populateSysPathItem"></a> |
3222 <a NAME="BrowserModel.populateSysPathItem" ID="BrowserModel.populateSysPathItem"></a> |
2853 <h4>BrowserModel.populateSysPathItem</h4> |
3223 <h4>BrowserModel.populateSysPathItem</h4> |
2854 <b>populateSysPathItem</b>(<i>parentItem, repopulate=False</i>) |
3224 <b>populateSysPathItem</b>(<i>parentItem, repopulate=False</i>) |
2856 <p> |
3226 <p> |
2857 Public method to populate a sys.path item's subtree. |
3227 Public method to populate a sys.path item's subtree. |
2858 </p> |
3228 </p> |
2859 <dl> |
3229 <dl> |
2860 |
3230 |
2861 <dt><i>parentItem</i></dt> |
3231 <dt><i>parentItem</i> (BrowserSysPathItem)</dt> |
2862 <dd> |
3232 <dd> |
2863 reference to the sys.path item to be populated |
3233 reference to the sys.path item to be populated |
2864 </dd> |
3234 </dd> |
2865 <dt><i>repopulate</i></dt> |
3235 <dt><i>repopulate</i> (bool)</dt> |
2866 <dd> |
3236 <dd> |
2867 flag indicating a repopulation (boolean) |
3237 flag indicating a repopulation |
2868 </dd> |
3238 </dd> |
2869 </dl> |
3239 </dl> |
2870 <a NAME="BrowserModel.programChange" ID="BrowserModel.programChange"></a> |
3240 <a NAME="BrowserModel.programChange" ID="BrowserModel.programChange"></a> |
2871 <h4>BrowserModel.programChange</h4> |
3241 <h4>BrowserModel.programChange</h4> |
2872 <b>programChange</b>(<i>dirname</i>) |
3242 <b>programChange</b>(<i>dirname</i>) |
2875 Public method to change the entry for the directory of file being |
3245 Public method to change the entry for the directory of file being |
2876 debugged. |
3246 debugged. |
2877 </p> |
3247 </p> |
2878 <dl> |
3248 <dl> |
2879 |
3249 |
2880 <dt><i>dirname</i></dt> |
3250 <dt><i>dirname</i> (str)</dt> |
2881 <dd> |
3251 <dd> |
2882 name of the directory containing the file (string) |
3252 name of the directory containing the file |
2883 </dd> |
3253 </dd> |
2884 </dl> |
3254 </dl> |
2885 <a NAME="BrowserModel.removeToplevelDir" ID="BrowserModel.removeToplevelDir"></a> |
3255 <a NAME="BrowserModel.removeToplevelDir" ID="BrowserModel.removeToplevelDir"></a> |
2886 <h4>BrowserModel.removeToplevelDir</h4> |
3256 <h4>BrowserModel.removeToplevelDir</h4> |
2887 <b>removeToplevelDir</b>(<i>index</i>) |
3257 <b>removeToplevelDir</b>(<i>index</i>) |
2889 <p> |
3259 <p> |
2890 Public method to remove a toplevel directory. |
3260 Public method to remove a toplevel directory. |
2891 </p> |
3261 </p> |
2892 <dl> |
3262 <dl> |
2893 |
3263 |
2894 <dt><i>index</i></dt> |
3264 <dt><i>index</i> (QModelIndex)</dt> |
2895 <dd> |
3265 <dd> |
2896 index of the toplevel directory to be removed |
3266 index of the toplevel directory to be removed |
2897 (QModelIndex) |
|
2898 </dd> |
3267 </dd> |
2899 </dl> |
3268 </dl> |
2900 <a NAME="BrowserModel.repopulateFileItem" ID="BrowserModel.repopulateFileItem"></a> |
3269 <a NAME="BrowserModel.repopulateFileItem" ID="BrowserModel.repopulateFileItem"></a> |
2901 <h4>BrowserModel.repopulateFileItem</h4> |
3270 <h4>BrowserModel.repopulateFileItem</h4> |
2902 <b>repopulateFileItem</b>(<i>itm</i>) |
3271 <b>repopulateFileItem</b>(<i>itm</i>) |
2918 <p> |
3287 <p> |
2919 Public method to get the number of rows. |
3288 Public method to get the number of rows. |
2920 </p> |
3289 </p> |
2921 <dl> |
3290 <dl> |
2922 |
3291 |
2923 <dt><i>parent</i></dt> |
3292 <dt><i>parent</i> (QModelIndex)</dt> |
2924 <dd> |
3293 <dd> |
2925 index of parent item (QModelIndex) |
3294 index of parent item |
2926 </dd> |
3295 </dd> |
2927 </dl> |
3296 </dl> |
2928 <dl> |
3297 <dl> |
2929 <dt>Return:</dt> |
3298 <dt>Return:</dt> |
2930 <dd> |
3299 <dd> |
2931 number of rows (integer) |
3300 number of rows |
|
3301 </dd> |
|
3302 </dl> |
|
3303 <dl> |
|
3304 <dt>Return Type:</dt> |
|
3305 <dd> |
|
3306 int |
2932 </dd> |
3307 </dd> |
2933 </dl> |
3308 </dl> |
2934 <a NAME="BrowserModel.saveToplevelDirs" ID="BrowserModel.saveToplevelDirs"></a> |
3309 <a NAME="BrowserModel.saveToplevelDirs" ID="BrowserModel.saveToplevelDirs"></a> |
2935 <h4>BrowserModel.saveToplevelDirs</h4> |
3310 <h4>BrowserModel.saveToplevelDirs</h4> |
2936 <b>saveToplevelDirs</b>(<i></i>) |
3311 <b>saveToplevelDirs</b>(<i></i>) |
2997 <p> |
3372 <p> |
2998 Constructor |
3373 Constructor |
2999 </p> |
3374 </p> |
3000 <dl> |
3375 <dl> |
3001 |
3376 |
3002 <dt><i>parent</i></dt> |
3377 <dt><i>parent</i> (BrowserItem)</dt> |
3003 <dd> |
3378 <dd> |
3004 parent item |
3379 parent item |
3005 </dd> |
3380 </dd> |
3006 <dt><i>text</i></dt> |
3381 <dt><i>text</i> (str)</dt> |
3007 <dd> |
3382 <dd> |
3008 text to be displayed (string) |
3383 text to be displayed |
3009 </dd> |
3384 </dd> |
3010 <dt><i>path</i></dt> |
3385 <dt><i>path</i> (str)</dt> |
3011 <dd> |
3386 <dd> |
3012 path of the directory (string) |
3387 path of the directory |
3013 </dd> |
3388 </dd> |
3014 </dl> |
3389 </dl> |
3015 <a NAME="BrowserSimpleDirectoryItem.dirName" ID="BrowserSimpleDirectoryItem.dirName"></a> |
3390 <a NAME="BrowserSimpleDirectoryItem.dirName" ID="BrowserSimpleDirectoryItem.dirName"></a> |
3016 <h4>BrowserSimpleDirectoryItem.dirName</h4> |
3391 <h4>BrowserSimpleDirectoryItem.dirName</h4> |
3017 <b>dirName</b>(<i></i>) |
3392 <b>dirName</b>(<i></i>) |
3020 Public method returning the directory name. |
3395 Public method returning the directory name. |
3021 </p> |
3396 </p> |
3022 <dl> |
3397 <dl> |
3023 <dt>Return:</dt> |
3398 <dt>Return:</dt> |
3024 <dd> |
3399 <dd> |
3025 directory name (string) |
3400 directory name |
|
3401 </dd> |
|
3402 </dl> |
|
3403 <dl> |
|
3404 <dt>Return Type:</dt> |
|
3405 <dd> |
|
3406 str |
3026 </dd> |
3407 </dd> |
3027 </dl> |
3408 </dl> |
3028 <a NAME="BrowserSimpleDirectoryItem.lessThan" ID="BrowserSimpleDirectoryItem.lessThan"></a> |
3409 <a NAME="BrowserSimpleDirectoryItem.lessThan" ID="BrowserSimpleDirectoryItem.lessThan"></a> |
3029 <h4>BrowserSimpleDirectoryItem.lessThan</h4> |
3410 <h4>BrowserSimpleDirectoryItem.lessThan</h4> |
3030 <b>lessThan</b>(<i>other, column, order</i>) |
3411 <b>lessThan</b>(<i>other, column, order</i>) |
3032 <p> |
3413 <p> |
3033 Public method to check, if the item is less than the other one. |
3414 Public method to check, if the item is less than the other one. |
3034 </p> |
3415 </p> |
3035 <dl> |
3416 <dl> |
3036 |
3417 |
3037 <dt><i>other</i></dt> |
3418 <dt><i>other</i> (BrowserItem)</dt> |
3038 <dd> |
3419 <dd> |
3039 reference to item to compare against (BrowserItem) |
3420 reference to item to compare against |
3040 </dd> |
3421 </dd> |
3041 <dt><i>column</i></dt> |
3422 <dt><i>column</i> (int)</dt> |
3042 <dd> |
3423 <dd> |
3043 column number to use for the comparison (integer) |
3424 column number to use for the comparison |
3044 </dd> |
3425 </dd> |
3045 <dt><i>order</i></dt> |
3426 <dt><i>order</i> (Qt.SortOrder)</dt> |
3046 <dd> |
3427 <dd> |
3047 sort order (Qt.SortOrder) (for special sorting) |
3428 sort order (for special sorting) |
3048 </dd> |
3429 </dd> |
3049 </dl> |
3430 </dl> |
3050 <dl> |
3431 <dl> |
3051 <dt>Return:</dt> |
3432 <dt>Return:</dt> |
3052 <dd> |
3433 <dd> |
3053 true, if this item is less than other (boolean) |
3434 true, if this item is less than other |
|
3435 </dd> |
|
3436 </dl> |
|
3437 <dl> |
|
3438 <dt>Return Type:</dt> |
|
3439 <dd> |
|
3440 bool |
3054 </dd> |
3441 </dd> |
3055 </dl> |
3442 </dl> |
3056 <a NAME="BrowserSimpleDirectoryItem.name" ID="BrowserSimpleDirectoryItem.name"></a> |
3443 <a NAME="BrowserSimpleDirectoryItem.name" ID="BrowserSimpleDirectoryItem.name"></a> |
3057 <h4>BrowserSimpleDirectoryItem.name</h4> |
3444 <h4>BrowserSimpleDirectoryItem.name</h4> |
3058 <b>name</b>(<i></i>) |
3445 <b>name</b>(<i></i>) |
3061 Public method to return the name of the item. |
3448 Public method to return the name of the item. |
3062 </p> |
3449 </p> |
3063 <dl> |
3450 <dl> |
3064 <dt>Return:</dt> |
3451 <dt>Return:</dt> |
3065 <dd> |
3452 <dd> |
3066 name of the item (string) |
3453 name of the item |
|
3454 </dd> |
|
3455 </dl> |
|
3456 <dl> |
|
3457 <dt>Return Type:</dt> |
|
3458 <dd> |
|
3459 str |
3067 </dd> |
3460 </dd> |
3068 </dl> |
3461 </dl> |
3069 <a NAME="BrowserSimpleDirectoryItem.setName" ID="BrowserSimpleDirectoryItem.setName"></a> |
3462 <a NAME="BrowserSimpleDirectoryItem.setName" ID="BrowserSimpleDirectoryItem.setName"></a> |
3070 <h4>BrowserSimpleDirectoryItem.setName</h4> |
3463 <h4>BrowserSimpleDirectoryItem.setName</h4> |
3071 <b>setName</b>(<i>dinfo, full=True</i>) |
3464 <b>setName</b>(<i>dinfo, full=True</i>) |
3073 <p> |
3466 <p> |
3074 Public method to set the directory name. |
3467 Public method to set the directory name. |
3075 </p> |
3468 </p> |
3076 <dl> |
3469 <dl> |
3077 |
3470 |
3078 <dt><i>dinfo</i></dt> |
3471 <dt><i>dinfo</i> (str)</dt> |
3079 <dd> |
3472 <dd> |
3080 dinfo is the string for the directory (string) |
3473 dinfo is the string for the directory |
3081 </dd> |
3474 </dd> |
3082 <dt><i>full</i></dt> |
3475 <dt><i>full</i> (bool)</dt> |
3083 <dd> |
3476 <dd> |
3084 flag indicating full path name should be displayed (boolean) |
3477 flag indicating full path name should be displayed |
3085 </dd> |
3478 </dd> |
3086 </dl> |
3479 </dl> |
3087 <div align="right"><a href="#top">Up</a></div> |
3480 <div align="right"><a href="#top">Up</a></div> |
3088 <hr /> |
3481 <hr /> |
3089 <hr /> |
3482 <hr /> |