--- a/src/eric7/Documentation/Source/eric7.Project.AddDirectoryDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.AddDirectoryDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Project.AddDirectoryDialog</h1> - <p> Module implementing a dialog to add files of a directory to the project. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#AddDirectoryDialog">AddDirectoryDialog</a></td> <td>Class implementing a dialog to add files of a directory to the project.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="AddDirectoryDialog" ID="AddDirectoryDialog"></a> <h2>AddDirectoryDialog</h2> - <p> Class implementing a dialog to add files of a directory to the project. </p> + <h3>Derived from</h3> QDialog, Ui_AddDirectoryDialog <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="#AddDirectoryDialog.__init__">AddDirectoryDialog</a></td> <td>Constructor</td> @@ -71,19 +68,20 @@ <td>Private slot to handle the source directory text changed.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="AddDirectoryDialog.__init__" ID="AddDirectoryDialog.__init__"></a> <h4>AddDirectoryDialog (Constructor)</h4> <b>AddDirectoryDialog</b>(<i>pro, fileTypeFilter="SOURCES", parent=None, name=None, startdir=None</i>) - <p> Constructor </p> + <dl> <dt><i>pro</i> (Project)</dt> @@ -110,10 +108,10 @@ <a NAME="AddDirectoryDialog.getData" ID="AddDirectoryDialog.getData"></a> <h4>AddDirectoryDialog.getData</h4> <b>getData</b>(<i></i>) - <p> Public slot to retrieve the dialogs data. </p> + <dl> <dt>Return:</dt> <dd> @@ -130,10 +128,10 @@ <a NAME="AddDirectoryDialog.on_filterComboBox_currentIndexChanged" ID="AddDirectoryDialog.on_filterComboBox_currentIndexChanged"></a> <h4>AddDirectoryDialog.on_filterComboBox_currentIndexChanged</h4> <b>on_filterComboBox_currentIndexChanged</b>(<i>index</i>) - <p> Private slot to handle the selection of a file type. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -144,7 +142,6 @@ <a NAME="AddDirectoryDialog.on_sourceDirPicker_textChanged" ID="AddDirectoryDialog.on_sourceDirPicker_textChanged"></a> <h4>AddDirectoryDialog.on_sourceDirPicker_textChanged</h4> <b>on_sourceDirPicker_textChanged</b>(<i>directory</i>) - <p> Private slot to handle the source directory text changed. </p> @@ -154,6 +151,7 @@ It is assumed, that the user wants to add a bunch of files to the project in place. </p> + <dl> <dt><i>directory</i> (str)</dt> @@ -163,4 +161,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>