src/eric7/Documentation/Source/eric7.UI.BrowserModel.html

branch
eric7
changeset 10679
4d3e0ce54322
parent 10677
6ee2e475490c
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Wed Apr 10 10:45:31 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Wed Apr 10 16:45:06 2024 +0200
@@ -2787,8 +2787,12 @@
 <td>Public method to get data of an item.</td>
 </tr>
 <tr>
-<td><a href="#BrowserModel.directoryChanged">directoryChanged</a></td>
-<td>Public slot to handle the directoryChanged signal of the watcher.</td>
+<td><a href="#BrowserModel.entryCreated">entryCreated</a></td>
+<td>Public method to handle the creation of a file or directory.</td>
+</tr>
+<tr>
+<td><a href="#BrowserModel.entryDeleted">entryDeleted</a></td>
+<td>Public method to handle the deletion of a file or directory.</td>
 </tr>
 <tr>
 <td><a href="#BrowserModel.fileChanged">fileChanged</a></td>
@@ -3044,18 +3048,40 @@
 Any
 </dd>
 </dl>
-<a NAME="BrowserModel.directoryChanged" ID="BrowserModel.directoryChanged"></a>
-<h4>BrowserModel.directoryChanged</h4>
-<b>directoryChanged</b>(<i>path</i>)
+<a NAME="BrowserModel.entryCreated" ID="BrowserModel.entryCreated"></a>
+<h4>BrowserModel.entryCreated</h4>
+<b>entryCreated</b>(<i>path, isDir=False</i>)
 <p>
-        Public slot to handle the directoryChanged signal of the watcher.
+        Public method to handle the creation of a file or directory.
 </p>
 
 <dl>
 
 <dt><i>path</i> (str)</dt>
 <dd>
-path of the directory
+path of the created file or directory
+</dd>
+<dt><i>isDir</i> (bool (optional))</dt>
+<dd>
+flag indicating a created directory (defaults to False)
+</dd>
+</dl>
+<a NAME="BrowserModel.entryDeleted" ID="BrowserModel.entryDeleted"></a>
+<h4>BrowserModel.entryDeleted</h4>
+<b>entryDeleted</b>(<i>path, isDir=False</i>)
+<p>
+        Public method to handle the deletion of a file or directory.
+</p>
+
+<dl>
+
+<dt><i>path</i> (str)</dt>
+<dd>
+path of the deleted file or directory
+</dd>
+<dt><i>isDir</i> (bool (optional))</dt>
+<dd>
+flag indicating a deleted directory (defaults to False)
 </dd>
 </dl>
 <a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a>

eric ide

mercurial