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

branch
eric7
changeset 11052
316be9cd43bc
parent 10692
9becf9ca115c
--- a/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html	Tue Nov 19 16:08:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html	Thu Nov 21 17:12:21 2024 +0100
@@ -284,7 +284,7 @@
 <td>Private slot to open the currently selected entry.</td>
 </tr>
 <tr>
-<td><a href="#FindFileWidget.__populateFiltersSelector">__populateFiltersSelector</a></td>
+<td><a href="#FindFileWidget.__populateFilterSelectors">__populateFilterSelectors</a></td>
 <td>Private method to (re-)populate the file filters selector.</td>
 </tr>
 <tr>
@@ -336,6 +336,18 @@
 <td>Private slot handling a change of the escape selector.</td>
 </tr>
 <tr>
+<td><a href="#FindFileWidget.on_excludeFilterCheckBox_clicked">on_excludeFilterCheckBox_clicked</a></td>
+<td>Private slot to handle the selection of the exclude file filter check box.</td>
+</tr>
+<tr>
+<td><a href="#FindFileWidget.on_excludeFilterComboBox_currentIndexChanged">on_excludeFilterComboBox_currentIndexChanged</a></td>
+<td>Private slot to handle the selection of an exclude file filter.</td>
+</tr>
+<tr>
+<td><a href="#FindFileWidget.on_excludeFiltersConfigButton_clicked">on_excludeFiltersConfigButton_clicked</a></td>
+<td>Private slot to edit the list of defined exclude file filter entries.</td>
+</tr>
+<tr>
 <td><a href="#FindFileWidget.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td>
 <td>Private slot to handle the selection of the file filter check box.</td>
 </tr>
@@ -565,9 +577,9 @@
         Private slot to open the currently selected entry.
 </p>
 
-<a NAME="FindFileWidget.__populateFiltersSelector" ID="FindFileWidget.__populateFiltersSelector"></a>
-<h4>FindFileWidget.__populateFiltersSelector</h4>
-<b>__populateFiltersSelector</b>(<i></i>)
+<a NAME="FindFileWidget.__populateFilterSelectors" ID="FindFileWidget.__populateFilterSelectors"></a>
+<h4>FindFileWidget.__populateFilterSelectors</h4>
+<b>__populateFilterSelectors</b>(<i></i>)
 <p>
         Private method to (re-)populate the file filters selector.
 </p>
@@ -725,6 +737,34 @@
 state of the escape selector
 </dd>
 </dl>
+<a NAME="FindFileWidget.on_excludeFilterCheckBox_clicked" ID="FindFileWidget.on_excludeFilterCheckBox_clicked"></a>
+<h4>FindFileWidget.on_excludeFilterCheckBox_clicked</h4>
+<b>on_excludeFilterCheckBox_clicked</b>(<i></i>)
+<p>
+        Private slot to handle the selection of the exclude file filter check box.
+</p>
+
+<a NAME="FindFileWidget.on_excludeFilterComboBox_currentIndexChanged" ID="FindFileWidget.on_excludeFilterComboBox_currentIndexChanged"></a>
+<h4>FindFileWidget.on_excludeFilterComboBox_currentIndexChanged</h4>
+<b>on_excludeFilterComboBox_currentIndexChanged</b>(<i>index</i>)
+<p>
+        Private slot to handle the selection of an exclude file filter.
+</p>
+
+<dl>
+
+<dt><i>index</i> (int)</dt>
+<dd>
+index of the selected entry
+</dd>
+</dl>
+<a NAME="FindFileWidget.on_excludeFiltersConfigButton_clicked" ID="FindFileWidget.on_excludeFiltersConfigButton_clicked"></a>
+<h4>FindFileWidget.on_excludeFiltersConfigButton_clicked</h4>
+<b>on_excludeFiltersConfigButton_clicked</b>(<i></i>)
+<p>
+        Private slot to edit the list of defined exclude file filter entries.
+</p>
+
 <a NAME="FindFileWidget.on_filterCheckBox_clicked" ID="FindFileWidget.on_filterCheckBox_clicked"></a>
 <h4>FindFileWidget.on_filterCheckBox_clicked</h4>
 <b>on_filterCheckBox_clicked</b>(<i></i>)

eric ide

mercurial