--- a/Documentation/Source/eric5.Project.AddFileDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Project.AddFileDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Project.AddFileDialog</h1> <p> -Module implementing a dialog to add a file to the project. +Module implementing a dialog to add a file to the project. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#AddFileDialog">AddFileDialog</a></td> -<td>Class implementing a dialog to add a file to the project.</td> +<td>Class implementing a dialog to add a file to the project.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="AddFileDialog" ID="AddFileDialog"></a> <h2>AddFileDialog</h2> <p> - Class implementing a dialog to add a file to the project. + Class implementing a dialog to add a file to the project. </p> <h3>Derived from</h3> QDialog, Ui_AddFileDialog @@ -55,80 +55,80 @@ <table> <tr> <td><a href="#AddFileDialog.__init__">AddFileDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#AddFileDialog.getData">getData</a></td> -<td>Public slot to retrieve the dialogs data.</td> +<td>Public slot to retrieve the dialogs data.</td> </tr><tr> <td><a href="#AddFileDialog.on_sourceFileButton_clicked">on_sourceFileButton_clicked</a></td> -<td>Private slot to display a file selection dialog.</td> +<td>Private slot to display a file selection dialog.</td> </tr><tr> <td><a href="#AddFileDialog.on_sourceFileEdit_textChanged">on_sourceFileEdit_textChanged</a></td> -<td>Private slot to handle the source file text changed.</td> +<td>Private slot to handle the source file text changed.</td> </tr><tr> <td><a href="#AddFileDialog.on_targetDirButton_clicked">on_targetDirButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> +<td>Private slot to display a directory selection dialog.</td> </tr> </table> <a NAME="AddFileDialog.__init__" ID="AddFileDialog.__init__"></a> <h4>AddFileDialog (Constructor)</h4> <b>AddFileDialog</b>(<i>pro, parent = None, filter = None, name = None, startdir = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>pro</i></dt> <dd> -reference to the project object +reference to the project object </dd><dt><i>parent</i></dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog (QWidget) </dd><dt><i>filter</i></dt> <dd> -filter specification for the file to add (string) +filter specification for the file to add (string) </dd><dt><i>name</i></dt> <dd> -name of this dialog (string) +name of this dialog (string) </dd><dt><i>startdir</i></dt> <dd> -start directory for the selection dialog +start directory for the selection dialog </dd> </dl><a NAME="AddFileDialog.getData" ID="AddFileDialog.getData"></a> <h4>AddFileDialog.getData</h4> <b>getData</b>(<i></i>) <p> - Public slot to retrieve the dialogs data. + Public slot to retrieve the dialogs data. </p><dl> <dt>Returns:</dt> <dd> -tuple of three values (list of string, string, boolean) giving the - source files, the target directory and a flag telling, whether - the files shall be added as source code +tuple of three values (list of string, string, boolean) giving the + source files, the target directory and a flag telling, whether + the files shall be added as source code </dd> </dl><a NAME="AddFileDialog.on_sourceFileButton_clicked" ID="AddFileDialog.on_sourceFileButton_clicked"></a> <h4>AddFileDialog.on_sourceFileButton_clicked</h4> <b>on_sourceFileButton_clicked</b>(<i></i>) <p> - Private slot to display a file selection dialog. + Private slot to display a file selection dialog. </p><a NAME="AddFileDialog.on_sourceFileEdit_textChanged" ID="AddFileDialog.on_sourceFileEdit_textChanged"></a> <h4>AddFileDialog.on_sourceFileEdit_textChanged</h4> <b>on_sourceFileEdit_textChanged</b>(<i>sfile</i>) <p> - Private slot to handle the source file text changed. + Private slot to handle the source file text changed. </p><p> - If the entered source directory is a subdirectory of the current - projects main directory, the target directory path is synchronized. - It is assumed, that the user wants to add a bunch of files to - the project in place. + If the entered source directory is a subdirectory of the current + projects main directory, the target directory path is synchronized. + It is assumed, that the user wants to add a bunch of files to + the project in place. </p><dl> <dt><i>sfile</i></dt> <dd> -the text of the source file line edit (string) +the text of the source file line edit (string) </dd> </dl><a NAME="AddFileDialog.on_targetDirButton_clicked" ID="AddFileDialog.on_targetDirButton_clicked"></a> <h4>AddFileDialog.on_targetDirButton_clicked</h4> <b>on_targetDirButton_clicked</b>(<i></i>) <p> - Private slot to display a directory selection dialog. + Private slot to display a directory selection dialog. </p> <div align="right"><a href="#top">Up</a></div> <hr />