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

branch
eric7
changeset 10845
bbcad422aea7
parent 10784
521fd465b048
--- a/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html	Sun Jul 14 17:24:03 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html	Sun Jul 14 17:38:30 2024 +0200
@@ -430,6 +430,10 @@
 <td>Public method to handle the deletion of a file or directory.</td>
 </tr>
 <tr>
+<td><a href="#ProjectBrowserModel.entryMoved">entryMoved</a></td>
+<td>Public slot handling the renaming of a non-managed file.</td>
+</tr>
+<tr>
 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td>
 <td>Public method to find a child item given some text.</td>
 </tr>
@@ -589,7 +593,7 @@
 </dl>
 <a NAME="ProjectBrowserModel.addNewItem" ID="ProjectBrowserModel.addNewItem"></a>
 <h4>ProjectBrowserModel.addNewItem</h4>
-<b>addNewItem</b>(<i>typeString, name, additionalTypeStrings=None</i>)
+<b>addNewItem</b>(<i>typeString, name, additionalTypeStrings=None, simple=False</i>)
 <p>
         Public method to add a new item to the model.
 </p>
@@ -604,9 +608,14 @@
 <dd>
 name of the new item
 </dd>
-<dt><i>additionalTypeStrings</i> (list of str)</dt>
+<dt><i>additionalTypeStrings</i> (list of str (optional))</dt>
 <dd>
-names of additional types
+names of additional types (defaults to None)
+</dd>
+<dt><i>simple</i> (bool (optional))</dt>
+<dd>
+flag indicating to create a simple directory item and/or not
+            highlight the entry (defaults to False)
 </dd>
 </dl>
 <a NAME="ProjectBrowserModel.changeVCSStates" ID="ProjectBrowserModel.changeVCSStates"></a>
@@ -700,6 +709,36 @@
 flag indicating a deleted directory (defaults to False)
 </dd>
 </dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a deletion
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<a NAME="ProjectBrowserModel.entryMoved" ID="ProjectBrowserModel.entryMoved"></a>
+<h4>ProjectBrowserModel.entryMoved</h4>
+<b>entryMoved</b>(<i>srcPath, tgtPath</i>)
+<p>
+        Public slot handling the renaming of a non-managed file.
+</p>
+
+<dl>
+
+<dt><i>srcPath</i> (str)</dt>
+<dd>
+original name
+</dd>
+<dt><i>tgtPath</i> (str)</dt>
+<dd>
+new name
+</dd>
+</dl>
 <a NAME="ProjectBrowserModel.findChildItem" ID="ProjectBrowserModel.findChildItem"></a>
 <h4>ProjectBrowserModel.findChildItem</h4>
 <b>findChildItem</b>(<i>text, column, parentItem=None</i>)

eric ide

mercurial