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

branch
eric7
changeset 9574
aeed6b4313ad
parent 9559
34fc53e6159d
child 9587
6486d40c26f0
diff -r 9960d19d66b5 -r aeed6b4313ad src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html
--- a/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html	Tue Dec 06 16:04:58 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html	Tue Dec 06 16:46:20 2022 +0100
@@ -260,6 +260,10 @@
 <td>Private method to create an entry in the file list.</td>
 </tr>
 <tr>
+<td><a href="#FindFileWidget.__deselectAll">__deselectAll</a></td>
+<td>Private slot to deselect all entries.</td>
+</tr>
+<tr>
 <td><a href="#FindFileWidget.__doSearch">__doSearch</a></td>
 <td>Private slot to handle the find button being pressed.</td>
 </tr>
@@ -284,6 +288,10 @@
 <td>Private slot to react to the opening of a project.</td>
 </tr>
 <tr>
+<td><a href="#FindFileWidget.__selectAll">__selectAll</a></td>
+<td>Private slot to select all entries.</td>
+</tr>
+<tr>
 <td><a href="#FindFileWidget.__setOpenFiles">__setOpenFiles</a></td>
 <td>Private slot to set the mode to search in open files.</td>
 </tr>
@@ -442,6 +450,13 @@
 MD5 hash of the file (defaults to "")
 </dd>
 </dl>
+<a NAME="FindFileWidget.__deselectAll" ID="FindFileWidget.__deselectAll"></a>
+<h4>FindFileWidget.__deselectAll</h4>
+<b>__deselectAll</b>(<i></i>)
+
+<p>
+        Private slot to deselect all entries.
+</p>
 <a NAME="FindFileWidget.__doSearch" ID="FindFileWidget.__doSearch"></a>
 <h4>FindFileWidget.__doSearch</h4>
 <b>__doSearch</b>(<i></i>)
@@ -516,6 +531,13 @@
 <p>
         Private slot to react to the opening of a project.
 </p>
+<a NAME="FindFileWidget.__selectAll" ID="FindFileWidget.__selectAll"></a>
+<h4>FindFileWidget.__selectAll</h4>
+<b>__selectAll</b>(<i>check=True</i>)
+
+<p>
+        Private slot to select all entries.
+</p>
 <a NAME="FindFileWidget.__setOpenFiles" ID="FindFileWidget.__setOpenFiles"></a>
 <h4>FindFileWidget.__setOpenFiles</h4>
 <b>__setOpenFiles</b>(<i></i>)

eric ide

mercurial