diff -r 0f67b4562d98 -r d4d33990b355 eric6/Documentation/Source/eric6.UI.BrowserModel.html --- a/eric6/Documentation/Source/eric6.UI.BrowserModel.html Tue Aug 25 14:53:43 2020 +0200 +++ b/eric6/Documentation/Source/eric6.UI.BrowserModel.html Tue Aug 25 16:26:11 2020 +0200 @@ -2188,6 +2188,10 @@ <td>Public slot to handle the directoryChanged signal of the watcher.</td> </tr> <tr> +<td><a href="#BrowserModel.fileChanged">fileChanged</a></td> +<td>Public method to react upon file changes.</td> +</tr> +<tr> <td><a href="#BrowserModel.flags">flags</a></td> <td>Public method to get the item flags.</td> </tr> @@ -2252,6 +2256,10 @@ <td>Public method to remove a toplevel directory.</td> </tr> <tr> +<td><a href="#BrowserModel.repopulateFileItem">repopulateFileItem</a></td> +<td>Public method to repopulate a file item.</td> +</tr> +<tr> <td><a href="#BrowserModel.rowCount">rowCount</a></td> <td>Public method to get the number of rows.</td> </tr> @@ -2435,6 +2443,20 @@ path of the directory (string) </dd> </dl> +<a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a> +<h4>BrowserModel.fileChanged</h4> +<b>fileChanged</b>(<i>fileName</i>) + +<p> + Public method to react upon file changes. +</p> +<dl> + +<dt><i>fileName</i> (str)</dt> +<dd> +path of the changed file +</dd> +</dl> <a NAME="BrowserModel.flags" ID="BrowserModel.flags"></a> <h4>BrowserModel.flags</h4> <b>flags</b>(<i>index</i>) @@ -2746,6 +2768,20 @@ (QModelIndex) </dd> </dl> +<a NAME="BrowserModel.repopulateFileItem" ID="BrowserModel.repopulateFileItem"></a> +<h4>BrowserModel.repopulateFileItem</h4> +<b>repopulateFileItem</b>(<i>itm</i>) + +<p> + Public method to repopulate a file item. +</p> +<dl> + +<dt><i>itm</i> (BrowserFileItem)</dt> +<dd> +reference to the item to be repopulated +</dd> +</dl> <a NAME="BrowserModel.rowCount" ID="BrowserModel.rowCount"></a> <h4>BrowserModel.rowCount</h4> <b>rowCount</b>(<i>parent=None</i>)