634 </tr> |
634 </tr> |
635 <tr> |
635 <tr> |
636 <td><a href="#BrowserCodingItem.lessThan">lessThan</a></td> |
636 <td><a href="#BrowserCodingItem.lessThan">lessThan</a></td> |
637 <td>Public method to check, if the item is less than the other one.</td> |
637 <td>Public method to check, if the item is less than the other one.</td> |
638 </tr> |
638 </tr> |
|
639 <tr> |
|
640 <td><a href="#BrowserCodingItem.lineno">lineno</a></td> |
|
641 <td>Public method returning the line number of the coding line.</td> |
|
642 </tr> |
639 </table> |
643 </table> |
640 <h3>Static Methods</h3> |
644 <h3>Static Methods</h3> |
641 |
645 |
642 <table> |
646 <table> |
643 <tr><td>None</td></tr> |
647 <tr><td>None</td></tr> |
644 </table> |
648 </table> |
645 |
649 |
646 <a NAME="BrowserCodingItem.__init__" ID="BrowserCodingItem.__init__"></a> |
650 <a NAME="BrowserCodingItem.__init__" ID="BrowserCodingItem.__init__"></a> |
647 <h4>BrowserCodingItem (Constructor)</h4> |
651 <h4>BrowserCodingItem (Constructor)</h4> |
648 <b>BrowserCodingItem</b>(<i>parent, text</i>) |
652 <b>BrowserCodingItem</b>(<i>parent, text, linenumber</i>) |
649 |
653 |
650 <p> |
654 <p> |
651 Constructor |
655 Constructor |
652 </p> |
656 </p> |
653 <dl> |
657 <dl> |
654 |
658 |
655 <dt><i>parent</i></dt> |
659 <dt><i>parent</i> (BrowserItem)</dt> |
656 <dd> |
660 <dd> |
657 parent item |
661 parent item |
658 </dd> |
662 </dd> |
659 <dt><i>text</i></dt> |
663 <dt><i>text</i> (str)</dt> |
660 <dd> |
664 <dd> |
661 text to be shown by this item (string) |
665 text to be shown by this item |
|
666 </dd> |
|
667 <dt><i>linenumber</i> (int)</dt> |
|
668 <dd> |
|
669 line number of the coding line |
662 </dd> |
670 </dd> |
663 </dl> |
671 </dl> |
664 <a NAME="BrowserCodingItem.lessThan" ID="BrowserCodingItem.lessThan"></a> |
672 <a NAME="BrowserCodingItem.lessThan" ID="BrowserCodingItem.lessThan"></a> |
665 <h4>BrowserCodingItem.lessThan</h4> |
673 <h4>BrowserCodingItem.lessThan</h4> |
666 <b>lessThan</b>(<i>other, column, order</i>) |
674 <b>lessThan</b>(<i>other, column, order</i>) |
685 </dl> |
693 </dl> |
686 <dl> |
694 <dl> |
687 <dt>Returns:</dt> |
695 <dt>Returns:</dt> |
688 <dd> |
696 <dd> |
689 true, if this item is less than other (boolean) |
697 true, if this item is less than other (boolean) |
|
698 </dd> |
|
699 </dl> |
|
700 <a NAME="BrowserCodingItem.lineno" ID="BrowserCodingItem.lineno"></a> |
|
701 <h4>BrowserCodingItem.lineno</h4> |
|
702 <b>lineno</b>(<i></i>) |
|
703 |
|
704 <p> |
|
705 Public method returning the line number of the coding line. |
|
706 </p> |
|
707 <dl> |
|
708 <dt>Returns:</dt> |
|
709 <dd> |
|
710 line number defining the coding line |
|
711 </dd> |
|
712 </dl> |
|
713 <dl> |
|
714 <dt>Return Type:</dt> |
|
715 <dd> |
|
716 int |
690 </dd> |
717 </dd> |
691 </dl> |
718 </dl> |
692 <div align="right"><a href="#top">Up</a></div> |
719 <div align="right"><a href="#top">Up</a></div> |
693 <hr /> |
720 <hr /> |
694 <hr /> |
721 <hr /> |