--- a/Documentation/Source/eric5.Project.ProjectBrowserModel.html Thu May 22 18:23:29 2014 +0200 +++ b/Documentation/Source/eric5.Project.ProjectBrowserModel.html Thu May 22 18:24:25 2014 +0200 @@ -712,6 +712,9 @@ <td><a href="#ProjectBrowserSimpleDirectoryItem.lessThan">lessThan</a></td> <td>Public method to check, if the item is less than the other one.</td> </tr><tr> +<td><a href="#ProjectBrowserSimpleDirectoryItem.name">name</a></td> +<td>Public method to return the name of the item.</td> +</tr><tr> <td><a href="#ProjectBrowserSimpleDirectoryItem.setName">setName</a></td> <td>Public method to set the directory name.</td> </tr> @@ -770,6 +773,16 @@ <dd> true, if this item is less than other (boolean) </dd> +</dl><a NAME="ProjectBrowserSimpleDirectoryItem.name" ID="ProjectBrowserSimpleDirectoryItem.name"></a> +<h4>ProjectBrowserSimpleDirectoryItem.name</h4> +<b>name</b>(<i></i>) +<p> + Public method to return the name of the item. +</p><dl> +<dt>Returns:</dt> +<dd> +name of the item (string) +</dd> </dl><a NAME="ProjectBrowserSimpleDirectoryItem.setName" ID="ProjectBrowserSimpleDirectoryItem.setName"></a> <h4>ProjectBrowserSimpleDirectoryItem.setName</h4> <b>setName</b>(<i>dinfo, full=True</i>)