--- a/Documentation/Source/eric5.Project.ProjectBrowserModel.html Wed Jul 03 19:34:42 2013 +0200 +++ b/Documentation/Source/eric5.Project.ProjectBrowserModel.html Fri Jul 05 19:17:29 2013 +0200 @@ -338,6 +338,9 @@ <td><a href="#ProjectBrowserModel.itemIndexByName">itemIndexByName</a></td> <td>Public method to find an item's index given its name.</td> </tr><tr> +<td><a href="#ProjectBrowserModel.itemIndexByNameAndLine">itemIndexByNameAndLine</a></td> +<td>Public method to find an item's index given its name.</td> +</tr><tr> <td><a href="#ProjectBrowserModel.populateItem">populateItem</a></td> <td>Public method to populate an item's subtree.</td> </tr><tr> @@ -567,6 +570,24 @@ <dd> index of the item found (QModelIndex) </dd> +</dl><a NAME="ProjectBrowserModel.itemIndexByNameAndLine" ID="ProjectBrowserModel.itemIndexByNameAndLine"></a> +<h4>ProjectBrowserModel.itemIndexByNameAndLine</h4> +<b>itemIndexByNameAndLine</b>(<i>name, lineno</i>) +<p> + Public method to find an item's index given its name. +</p><dl> +<dt><i>name</i></dt> +<dd> +name of the item (string) +</dd><dt><i>lineno</i></dt> +<dd> +one based line number of the item (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +index of the item found (QModelIndex) +</dd> </dl><a NAME="ProjectBrowserModel.populateItem" ID="ProjectBrowserModel.populateItem"></a> <h4>ProjectBrowserModel.populateItem</h4> <b>populateItem</b>(<i>parentItem, repopulate=False</i>)