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

branch
eric7
changeset 11052
316be9cd43bc
parent 10692
9becf9ca115c
equal deleted inserted replaced
11051:e8a7be10b76c 11052:316be9cd43bc
282 <tr> 282 <tr>
283 <td><a href="#FindFileWidget.__openFile">__openFile</a></td> 283 <td><a href="#FindFileWidget.__openFile">__openFile</a></td>
284 <td>Private slot to open the currently selected entry.</td> 284 <td>Private slot to open the currently selected entry.</td>
285 </tr> 285 </tr>
286 <tr> 286 <tr>
287 <td><a href="#FindFileWidget.__populateFiltersSelector">__populateFiltersSelector</a></td> 287 <td><a href="#FindFileWidget.__populateFilterSelectors">__populateFilterSelectors</a></td>
288 <td>Private method to (re-)populate the file filters selector.</td> 288 <td>Private method to (re-)populate the file filters selector.</td>
289 </tr> 289 </tr>
290 <tr> 290 <tr>
291 <td><a href="#FindFileWidget.__projectClosed">__projectClosed</a></td> 291 <td><a href="#FindFileWidget.__projectClosed">__projectClosed</a></td>
292 <td>Private slot to react to the closing of a project.</td> 292 <td>Private slot to react to the closing of a project.</td>
332 <td>Private slot to handle the textChanged signal of the directory picker.</td> 332 <td>Private slot to handle the textChanged signal of the directory picker.</td>
333 </tr> 333 </tr>
334 <tr> 334 <tr>
335 <td><a href="#FindFileWidget.on_escapeToolButton_toggled">on_escapeToolButton_toggled</a></td> 335 <td><a href="#FindFileWidget.on_escapeToolButton_toggled">on_escapeToolButton_toggled</a></td>
336 <td>Private slot handling a change of the escape selector.</td> 336 <td>Private slot handling a change of the escape selector.</td>
337 </tr>
338 <tr>
339 <td><a href="#FindFileWidget.on_excludeFilterCheckBox_clicked">on_excludeFilterCheckBox_clicked</a></td>
340 <td>Private slot to handle the selection of the exclude file filter check box.</td>
341 </tr>
342 <tr>
343 <td><a href="#FindFileWidget.on_excludeFilterComboBox_currentIndexChanged">on_excludeFilterComboBox_currentIndexChanged</a></td>
344 <td>Private slot to handle the selection of an exclude file filter.</td>
345 </tr>
346 <tr>
347 <td><a href="#FindFileWidget.on_excludeFiltersConfigButton_clicked">on_excludeFiltersConfigButton_clicked</a></td>
348 <td>Private slot to edit the list of defined exclude file filter entries.</td>
337 </tr> 349 </tr>
338 <tr> 350 <tr>
339 <td><a href="#FindFileWidget.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td> 351 <td><a href="#FindFileWidget.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td>
340 <td>Private slot to handle the selection of the file filter check box.</td> 352 <td>Private slot to handle the selection of the file filter check box.</td>
341 </tr> 353 </tr>
563 <b>__openFile</b>(<i></i>) 575 <b>__openFile</b>(<i></i>)
564 <p> 576 <p>
565 Private slot to open the currently selected entry. 577 Private slot to open the currently selected entry.
566 </p> 578 </p>
567 579
568 <a NAME="FindFileWidget.__populateFiltersSelector" ID="FindFileWidget.__populateFiltersSelector"></a> 580 <a NAME="FindFileWidget.__populateFilterSelectors" ID="FindFileWidget.__populateFilterSelectors"></a>
569 <h4>FindFileWidget.__populateFiltersSelector</h4> 581 <h4>FindFileWidget.__populateFilterSelectors</h4>
570 <b>__populateFiltersSelector</b>(<i></i>) 582 <b>__populateFilterSelectors</b>(<i></i>)
571 <p> 583 <p>
572 Private method to (re-)populate the file filters selector. 584 Private method to (re-)populate the file filters selector.
573 </p> 585 </p>
574 586
575 <a NAME="FindFileWidget.__projectClosed" ID="FindFileWidget.__projectClosed"></a> 587 <a NAME="FindFileWidget.__projectClosed" ID="FindFileWidget.__projectClosed"></a>
723 <dt><i>checked</i> (bool)</dt> 735 <dt><i>checked</i> (bool)</dt>
724 <dd> 736 <dd>
725 state of the escape selector 737 state of the escape selector
726 </dd> 738 </dd>
727 </dl> 739 </dl>
740 <a NAME="FindFileWidget.on_excludeFilterCheckBox_clicked" ID="FindFileWidget.on_excludeFilterCheckBox_clicked"></a>
741 <h4>FindFileWidget.on_excludeFilterCheckBox_clicked</h4>
742 <b>on_excludeFilterCheckBox_clicked</b>(<i></i>)
743 <p>
744 Private slot to handle the selection of the exclude file filter check box.
745 </p>
746
747 <a NAME="FindFileWidget.on_excludeFilterComboBox_currentIndexChanged" ID="FindFileWidget.on_excludeFilterComboBox_currentIndexChanged"></a>
748 <h4>FindFileWidget.on_excludeFilterComboBox_currentIndexChanged</h4>
749 <b>on_excludeFilterComboBox_currentIndexChanged</b>(<i>index</i>)
750 <p>
751 Private slot to handle the selection of an exclude file filter.
752 </p>
753
754 <dl>
755
756 <dt><i>index</i> (int)</dt>
757 <dd>
758 index of the selected entry
759 </dd>
760 </dl>
761 <a NAME="FindFileWidget.on_excludeFiltersConfigButton_clicked" ID="FindFileWidget.on_excludeFiltersConfigButton_clicked"></a>
762 <h4>FindFileWidget.on_excludeFiltersConfigButton_clicked</h4>
763 <b>on_excludeFiltersConfigButton_clicked</b>(<i></i>)
764 <p>
765 Private slot to edit the list of defined exclude file filter entries.
766 </p>
767
728 <a NAME="FindFileWidget.on_filterCheckBox_clicked" ID="FindFileWidget.on_filterCheckBox_clicked"></a> 768 <a NAME="FindFileWidget.on_filterCheckBox_clicked" ID="FindFileWidget.on_filterCheckBox_clicked"></a>
729 <h4>FindFileWidget.on_filterCheckBox_clicked</h4> 769 <h4>FindFileWidget.on_filterCheckBox_clicked</h4>
730 <b>on_filterCheckBox_clicked</b>(<i></i>) 770 <b>on_filterCheckBox_clicked</b>(<i></i>)
731 <p> 771 <p>
732 Private slot to handle the selection of the file filter check box. 772 Private slot to handle the selection of the file filter check box.

eric ide

mercurial