src/eric7/Documentation/Source/eric7.WebBrowser.Tools.DelayedFileWatcher.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 10679
4d3e0ce54322
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.DelayedFileWatcher.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.DelayedFileWatcher.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.Tools.DelayedFileWatcher</h1>
-
 <p>
 Module implementing a file system watcher with a delay.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#DelayedFileWatcher">DelayedFileWatcher</a></td>
 <td>Class implementing a file system watcher with a delay.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="DelayedFileWatcher" ID="DelayedFileWatcher"></a>
 <h2>DelayedFileWatcher</h2>
-
 <p>
     Class implementing a file system watcher with a delay.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -54,19 +53,17 @@
 <h3>Derived from</h3>
 QFileSystemWatcher
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#DelayedFileWatcher.__init__">DelayedFileWatcher</a></td>
 <td>Constructor</td>
@@ -88,19 +85,20 @@
 <td>Private slot handling a changed file.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="DelayedFileWatcher.__init__" ID="DelayedFileWatcher.__init__"></a>
 <h4>DelayedFileWatcher (Constructor)</h4>
 <b>DelayedFileWatcher</b>(<i>paths=None, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>paths</i> (list of str)</dt>
@@ -115,24 +113,24 @@
 <a NAME="DelayedFileWatcher.__dequeueDirectory" ID="DelayedFileWatcher.__dequeueDirectory"></a>
 <h4>DelayedFileWatcher.__dequeueDirectory</h4>
 <b>__dequeueDirectory</b>(<i></i>)
-
 <p>
         Private slot to signal a directory change.
 </p>
+
 <a NAME="DelayedFileWatcher.__dequeueFile" ID="DelayedFileWatcher.__dequeueFile"></a>
 <h4>DelayedFileWatcher.__dequeueFile</h4>
 <b>__dequeueFile</b>(<i></i>)
-
 <p>
         Private slot to signal a file change.
 </p>
+
 <a NAME="DelayedFileWatcher.__directoryChanged" ID="DelayedFileWatcher.__directoryChanged"></a>
 <h4>DelayedFileWatcher.__directoryChanged</h4>
 <b>__directoryChanged</b>(<i>path</i>)
-
 <p>
         Private slot handling a changed directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -143,10 +141,10 @@
 <a NAME="DelayedFileWatcher.__fileChanged" ID="DelayedFileWatcher.__fileChanged"></a>
 <h4>DelayedFileWatcher.__fileChanged</h4>
 <b>__fileChanged</b>(<i>path</i>)
-
 <p>
         Private slot handling a changed file.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -156,4 +154,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial