Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html

changeset 1885
e51a12f1f404
parent 1229
a8207dc73672
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html	Sat Jun 02 15:27:03 2012 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html	Sat Jun 02 16:36:16 2012 +0200
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#SvnCopyDialog">SvnCopyDialog</a></td>
-<td>Class implementing a dialog to enter the data for a copy operation.</td>
+<td>Class implementing a dialog to enter the data for a copy or rename operation.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,7 +43,7 @@
 <a NAME="SvnCopyDialog" ID="SvnCopyDialog"></a>
 <h2>SvnCopyDialog</h2>
 <p>
-    Class implementing a dialog to enter the data for a copy operation.
+    Class implementing a dialog to enter the data for a copy or rename operation.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_SvnCopyDialog
@@ -66,6 +66,9 @@
 </tr><tr>
 <td><a href="#SvnCopyDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
 <td>Private slot to handle the button press for selecting the target via a selection dialog.</td>
+</tr><tr>
+<td><a href="#SvnCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td>
+<td>Private slot to handle changes of the target.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -86,7 +89,7 @@
 parent widget (QWidget)
 </dd><dt><i>move</i></dt>
 <dd>
-flag indicating a move operation
+flag indicating a move operation (boolean)
 </dd><dt><i>force</i></dt>
 <dd>
 flag indicating a forced operation (boolean)
@@ -108,7 +111,17 @@
 <p>
         Private slot to handle the button press for selecting the target via a
         selection dialog.
-</p>
+</p><a NAME="SvnCopyDialog.on_targetEdit_textChanged" ID="SvnCopyDialog.on_targetEdit_textChanged"></a>
+<h4>SvnCopyDialog.on_targetEdit_textChanged</h4>
+<b>on_targetEdit_textChanged</b>(<i>txt</i>)
+<p>
+        Private slot to handle changes of the target.
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+contents of the target edit (string)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial