--- a/src/eric7/Documentation/Source/eric7.Project.QuickFindFileDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.QuickFindFileDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,7 +7,6 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Project.QuickFindFileDialog</h1> - <p> Module implementing a quick search for files. </p> @@ -15,30 +14,29 @@ This is basically the FindFileNameDialog modified to support faster interactions. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#QuickFindFileDialog">QuickFindFileDialog</a></td> <td>Class implementing the Quick Find File by Name Dialog.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="QuickFindFileDialog" ID="QuickFindFileDialog"></a> <h2>QuickFindFileDialog</h2> - <p> Class implementing the Quick Find File by Name Dialog. </p> @@ -48,6 +46,7 @@ match any name in the project against (fragmentary) bits of file names. </p> + <h3>Signals</h3> <dl> @@ -67,19 +66,17 @@ <h3>Derived from</h3> QWidget, Ui_QuickFindFile <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="#QuickFindFileDialog.__init__">QuickFindFileDialog</a></td> <td>Constructor</td> @@ -129,19 +126,20 @@ <td>Public method to enable/disable the project checkbox.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="QuickFindFileDialog.__init__" ID="QuickFindFileDialog.__init__"></a> <h4>QuickFindFileDialog (Constructor)</h4> <b>QuickFindFileDialog</b>(<i>project, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -156,10 +154,10 @@ <a NAME="QuickFindFileDialog.__generateLocations" ID="QuickFindFileDialog.__generateLocations"></a> <h4>QuickFindFileDialog.__generateLocations</h4> <b>__generateLocations</b>(<i></i>) - <p> Private method to generate a set of locations that can be searched. </p> + <dl> <dt>Yield:</dt> <dd> @@ -175,7 +173,6 @@ <a NAME="QuickFindFileDialog.__openFile" ID="QuickFindFileDialog.__openFile"></a> <h4>QuickFindFileDialog.__openFile</h4> <b>__openFile</b>(<i>itm=None</i>) - <p> Private slot to open a file. </p> @@ -183,6 +180,7 @@ It emits the signal sourceFile or designerFile depending on the file extension. </p> + <dl> <dt><i>itm</i> (QTreeWidgetItem)</dt> @@ -205,17 +203,17 @@ <a NAME="QuickFindFileDialog.__searchFile" ID="QuickFindFileDialog.__searchFile"></a> <h4>QuickFindFileDialog.__searchFile</h4> <b>__searchFile</b>(<i></i>) - <p> Private slot to handle the search. </p> + <a NAME="QuickFindFileDialog.__sortedMatches" ID="QuickFindFileDialog.__sortedMatches"></a> <h4>QuickFindFileDialog.__sortedMatches</h4> <b>__sortedMatches</b>(<i>items, searchTerm</i>) - <p> Private method to find the subset of items which match a search term. </p> + <dl> <dt><i>items</i> (list of str)</dt> @@ -243,10 +241,10 @@ <a NAME="QuickFindFileDialog.eventFilter" ID="QuickFindFileDialog.eventFilter"></a> <h4>QuickFindFileDialog.eventFilter</h4> <b>eventFilter</b>(<i>source, event</i>) - <p> Public method to handle event for another object. </p> + <dl> <dt><i>source</i> (QObject)</dt> @@ -273,10 +271,10 @@ <a NAME="QuickFindFileDialog.on_buttonBox_clicked" ID="QuickFindFileDialog.on_buttonBox_clicked"></a> <h4>QuickFindFileDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) - <p> Private slot called by a button of the button box clicked. </p> + <dl> <dt><i>button</i> (QAbstractButton)</dt> @@ -287,10 +285,10 @@ <a NAME="QuickFindFileDialog.on_fileList_currentItemChanged" ID="QuickFindFileDialog.on_fileList_currentItemChanged"></a> <h4>QuickFindFileDialog.on_fileList_currentItemChanged</h4> <b>on_fileList_currentItemChanged</b>(<i>current, previous</i>) - <p> Private slot handling a change of the current item. </p> + <dl> <dt><i>current</i> (QTreeWidgetItem)</dt> @@ -305,7 +303,6 @@ <a NAME="QuickFindFileDialog.on_fileList_itemActivated" ID="QuickFindFileDialog.on_fileList_itemActivated"></a> <h4>QuickFindFileDialog.on_fileList_itemActivated</h4> <b>on_fileList_itemActivated</b>(<i>itm, column</i>) - <p> Private slot to handle the double click on a file item. </p> @@ -313,6 +310,7 @@ It emits the signal sourceFile or designerFile depending on the file extension. </p> + <dl> <dt><i>itm</i> (QTreeWidgetItem)</dt> @@ -327,17 +325,17 @@ <a NAME="QuickFindFileDialog.on_fileNameEdit_returnPressed" ID="QuickFindFileDialog.on_fileNameEdit_returnPressed"></a> <h4>QuickFindFileDialog.on_fileNameEdit_returnPressed</h4> <b>on_fileNameEdit_returnPressed</b>(<i></i>) - <p> Private slot to handle enter being pressed on the file name edit box. </p> + <a NAME="QuickFindFileDialog.on_fileNameEdit_textChanged" ID="QuickFindFileDialog.on_fileNameEdit_textChanged"></a> <h4>QuickFindFileDialog.on_fileNameEdit_textChanged</h4> <b>on_fileNameEdit_textChanged</b>(<i>text</i>) - <p> Private slot to handle the textChanged signal of the file name edit. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -348,10 +346,10 @@ <a NAME="QuickFindFileDialog.show" ID="QuickFindFileDialog.show"></a> <h4>QuickFindFileDialog.show</h4> <b>show</b>(<i></i>) - <p> Public method to enable/disable the project checkbox. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>