63 <tr> |
63 <tr> |
64 <td><a href="#ProfileTreeWidgetItem.__getNC">__getNC</a></td> |
64 <td><a href="#ProfileTreeWidgetItem.__getNC">__getNC</a></td> |
65 <td>Private method to get the value to compare on for the first column.</td> |
65 <td>Private method to get the value to compare on for the first column.</td> |
66 </tr><tr> |
66 </tr><tr> |
67 <td><a href="#ProfileTreeWidgetItem.__lt__">__lt__</a></td> |
67 <td><a href="#ProfileTreeWidgetItem.__lt__">__lt__</a></td> |
68 <td>Public method to check, if the item is less than the other one.</td> |
68 <td>Special method to check, if the item is less than the other one.</td> |
69 </tr> |
69 </tr> |
70 </table> |
70 </table> |
71 <h3>Static Methods</h3> |
71 <h3>Static Methods</h3> |
72 <table> |
72 <table> |
73 <tr><td>None</td></tr> |
73 <tr><td>None</td></tr> |
89 </dd> |
89 </dd> |
90 </dl><a NAME="ProfileTreeWidgetItem.__lt__" ID="ProfileTreeWidgetItem.__lt__"></a> |
90 </dl><a NAME="ProfileTreeWidgetItem.__lt__" ID="ProfileTreeWidgetItem.__lt__"></a> |
91 <h4>ProfileTreeWidgetItem.__lt__</h4> |
91 <h4>ProfileTreeWidgetItem.__lt__</h4> |
92 <b>__lt__</b>(<i>other</i>) |
92 <b>__lt__</b>(<i>other</i>) |
93 <p> |
93 <p> |
94 Public method to check, if the item is less than the other one. |
94 Special method to check, if the item is less than the other one. |
95 </p><dl> |
95 </p><dl> |
96 <dt><i>other</i></dt> |
96 <dt><i>other</i></dt> |
97 <dd> |
97 <dd> |
98 reference to item to compare against |
98 reference to item to compare against |
99 (ProfileTreeWidgetItem) |
99 (ProfileTreeWidgetItem) |