diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog</h1> <p> -Module implementing a dialog to enter the data to relocate the workspace. +Module implementing a dialog to enter the data to relocate the workspace. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#SvnRelocateDialog">SvnRelocateDialog</a></td> -<td>Class implementing a dialog to enter the data to relocate the workspace.</td> +<td>Class implementing a dialog to enter the data to relocate the workspace.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="SvnRelocateDialog" ID="SvnRelocateDialog"></a> <h2>SvnRelocateDialog</h2> <p> - Class implementing a dialog to enter the data to relocate the workspace. + Class implementing a dialog to enter the data to relocate the workspace. </p> <h3>Derived from</h3> QDialog, Ui_SvnRelocateDialog @@ -55,35 +55,35 @@ <table> <tr> <td><a href="#SvnRelocateDialog.__init__">SvnRelocateDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#SvnRelocateDialog.getData">getData</a></td> -<td>Public slot used to retrieve the data entered into the dialog.</td> +<td>Public slot used to retrieve the data entered into the dialog.</td> </tr> </table> <a NAME="SvnRelocateDialog.__init__" ID="SvnRelocateDialog.__init__"></a> <h4>SvnRelocateDialog (Constructor)</h4> <b>SvnRelocateDialog</b>(<i>currUrl, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>currUrl</i></dt> <dd> -current repository URL (string) +current repository URL (string) </dd><dt><i>parent</i></dt> <dd> -parent widget (QWidget) +parent widget (QWidget) </dd> </dl><a NAME="SvnRelocateDialog.getData" ID="SvnRelocateDialog.getData"></a> <h4>SvnRelocateDialog.getData</h4> <b>getData</b>(<i></i>) <p> - Public slot used to retrieve the data entered into the dialog. + Public slot used to retrieve the data entered into the dialog. </p><dl> <dt>Returns:</dt> <dd> -the new repository URL (string) and an indication, if - the relocate is inside the repository (boolean) +the new repository URL (string) and an indication, if + the relocate is inside the repository (boolean) </dd> </dl> <div align="right"><a href="#top">Up</a></div>