src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html

branch
eric7
changeset 10399
48014775ad31
parent 10259
b51dfacef37f
child 10430
e440aaf179ce
--- a/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html	Mon Dec 11 10:30:24 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html	Mon Dec 11 10:31:27 2023 +0100
@@ -939,7 +939,7 @@
     items.
 </p>
 <h3>Derived from</h3>
-BrowserItem, ProjectBrowserItemMixin
+BrowserSimpleDirectoryItem, ProjectBrowserItemMixin
 <h3>Class Attributes</h3>
 
 <table>
@@ -958,22 +958,6 @@
 <td><a href="#ProjectBrowserSimpleDirectoryItem.__init__">ProjectBrowserSimpleDirectoryItem</a></td>
 <td>Constructor</td>
 </tr>
-<tr>
-<td><a href="#ProjectBrowserSimpleDirectoryItem.dirName">dirName</a></td>
-<td>Public method returning the directory name.</td>
-</tr>
-<tr>
-<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>
 </table>
 <h3>Static Methods</h3>
 
@@ -1007,78 +991,6 @@
 path of the directory (string)
 </dd>
 </dl>
-<a NAME="ProjectBrowserSimpleDirectoryItem.dirName" ID="ProjectBrowserSimpleDirectoryItem.dirName"></a>
-<h4>ProjectBrowserSimpleDirectoryItem.dirName</h4>
-<b>dirName</b>(<i></i>)
-
-<p>
-        Public method returning the directory name.
-</p>
-<dl>
-<dt>Return:</dt>
-<dd>
-directory name (string)
-</dd>
-</dl>
-<a NAME="ProjectBrowserSimpleDirectoryItem.lessThan" ID="ProjectBrowserSimpleDirectoryItem.lessThan"></a>
-<h4>ProjectBrowserSimpleDirectoryItem.lessThan</h4>
-<b>lessThan</b>(<i>other, column, order</i>)
-
-<p>
-        Public method to check, if the item is less than the other one.
-</p>
-<dl>
-
-<dt><i>other</i></dt>
-<dd>
-reference to item to compare against (BrowserItem)
-</dd>
-<dt><i>column</i></dt>
-<dd>
-column number to use for the comparison (integer)
-</dd>
-<dt><i>order</i></dt>
-<dd>
-sort order (Qt.SortOrder) (for special sorting)
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<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>Return:</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>)
-
-<p>
-        Public method to set the directory name.
-</p>
-<dl>
-
-<dt><i>dinfo</i></dt>
-<dd>
-dinfo is the string for the directory (string)
-</dd>
-<dt><i>full</i></dt>
-<dd>
-flag indicating full path name should be displayed (boolean)
-</dd>
-</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial