eric6/Documentation/Source/eric6.UI.BrowserModel.html

changeset 7693
a51f82458a1b
parent 7677
d4d33990b355
child 7900
72b88fb20261
--- a/eric6/Documentation/Source/eric6.UI.BrowserModel.html	Sun Sep 06 12:19:56 2020 +0200
+++ b/eric6/Documentation/Source/eric6.UI.BrowserModel.html	Sun Sep 06 12:33:50 2020 +0200
@@ -636,6 +636,10 @@
 <td><a href="#BrowserCodingItem.lessThan">lessThan</a></td>
 <td>Public method to check, if the item is less than the other one.</td>
 </tr>
+<tr>
+<td><a href="#BrowserCodingItem.lineno">lineno</a></td>
+<td>Public method returning the line number of the coding line.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -645,20 +649,24 @@
 
 <a NAME="BrowserCodingItem.__init__" ID="BrowserCodingItem.__init__"></a>
 <h4>BrowserCodingItem (Constructor)</h4>
-<b>BrowserCodingItem</b>(<i>parent, text</i>)
+<b>BrowserCodingItem</b>(<i>parent, text, linenumber</i>)
 
 <p>
         Constructor
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BrowserItem)</dt>
 <dd>
 parent item
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by this item (string)
+text to be shown by this item
+</dd>
+<dt><i>linenumber</i> (int)</dt>
+<dd>
+line number of the coding line
 </dd>
 </dl>
 <a NAME="BrowserCodingItem.lessThan" ID="BrowserCodingItem.lessThan"></a>
@@ -689,6 +697,25 @@
 true, if this item is less than other (boolean)
 </dd>
 </dl>
+<a NAME="BrowserCodingItem.lineno" ID="BrowserCodingItem.lineno"></a>
+<h4>BrowserCodingItem.lineno</h4>
+<b>lineno</b>(<i></i>)
+
+<p>
+        Public method returning the line number of the coding line.
+</p>
+<dl>
+<dt>Returns:</dt>
+<dd>
+line number defining the coding line
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial