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

branch
eric7
changeset 10679
4d3e0ce54322
parent 10479
856476537696
child 10784
521fd465b048
--- a/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html	Wed Apr 10 10:45:31 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html	Wed Apr 10 16:45:06 2024 +0200
@@ -412,8 +412,12 @@
 <td>Public method to get data of an item.</td>
 </tr>
 <tr>
-<td><a href="#ProjectBrowserModel.directoryChanged">directoryChanged</a></td>
-<td>Public slot to handle the directoryChanged signal of the watcher.</td>
+<td><a href="#ProjectBrowserModel.entryCreated">entryCreated</a></td>
+<td>Public method to handle the creation of a file or directory.</td>
+</tr>
+<tr>
+<td><a href="#ProjectBrowserModel.entryDeleted">entryDeleted</a></td>
+<td>Public method to handle the deletion of a file or directory.</td>
 </tr>
 <tr>
 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td>
@@ -645,18 +649,40 @@
 Any
 </dd>
 </dl>
-<a NAME="ProjectBrowserModel.directoryChanged" ID="ProjectBrowserModel.directoryChanged"></a>
-<h4>ProjectBrowserModel.directoryChanged</h4>
-<b>directoryChanged</b>(<i>path</i>)
+<a NAME="ProjectBrowserModel.entryCreated" ID="ProjectBrowserModel.entryCreated"></a>
+<h4>ProjectBrowserModel.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="ProjectBrowserModel.entryDeleted" ID="ProjectBrowserModel.entryDeleted"></a>
+<h4>ProjectBrowserModel.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="ProjectBrowserModel.findChildItem" ID="ProjectBrowserModel.findChildItem"></a>

eric ide

mercurial