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

changeset 1885
e51a12f1f404
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
1884:0a7ef7f4d09e 1885:e51a12f1f404
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#SvnCopyDialog">SvnCopyDialog</a></td> 34 <td><a href="#SvnCopyDialog">SvnCopyDialog</a></td>
35 <td>Class implementing a dialog to enter the data for a copy operation.</td> 35 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td>
36 </tr> 36 </tr>
37 </table> 37 </table>
38 <h3>Functions</h3> 38 <h3>Functions</h3>
39 <table> 39 <table>
40 <tr><td>None</td></tr> 40 <tr><td>None</td></tr>
41 </table> 41 </table>
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="SvnCopyDialog" ID="SvnCopyDialog"></a> 43 <a NAME="SvnCopyDialog" ID="SvnCopyDialog"></a>
44 <h2>SvnCopyDialog</h2> 44 <h2>SvnCopyDialog</h2>
45 <p> 45 <p>
46 Class implementing a dialog to enter the data for a copy operation. 46 Class implementing a dialog to enter the data for a copy or rename operation.
47 </p> 47 </p>
48 <h3>Derived from</h3> 48 <h3>Derived from</h3>
49 QDialog, Ui_SvnCopyDialog 49 QDialog, Ui_SvnCopyDialog
50 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
51 <table> 51 <table>
64 <td><a href="#SvnCopyDialog.getData">getData</a></td> 64 <td><a href="#SvnCopyDialog.getData">getData</a></td>
65 <td>Public method to retrieve the copy data.</td> 65 <td>Public method to retrieve the copy data.</td>
66 </tr><tr> 66 </tr><tr>
67 <td><a href="#SvnCopyDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> 67 <td><a href="#SvnCopyDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
68 <td>Private slot to handle the button press for selecting the target via a selection dialog.</td> 68 <td>Private slot to handle the button press for selecting the target via a selection dialog.</td>
69 </tr><tr>
70 <td><a href="#SvnCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td>
71 <td>Private slot to handle changes of the target.</td>
69 </tr> 72 </tr>
70 </table> 73 </table>
71 <h3>Static Methods</h3> 74 <h3>Static Methods</h3>
72 <table> 75 <table>
73 <tr><td>None</td></tr> 76 <tr><td>None</td></tr>
84 </dd><dt><i>parent</i></dt> 87 </dd><dt><i>parent</i></dt>
85 <dd> 88 <dd>
86 parent widget (QWidget) 89 parent widget (QWidget)
87 </dd><dt><i>move</i></dt> 90 </dd><dt><i>move</i></dt>
88 <dd> 91 <dd>
89 flag indicating a move operation 92 flag indicating a move operation (boolean)
90 </dd><dt><i>force</i></dt> 93 </dd><dt><i>force</i></dt>
91 <dd> 94 <dd>
92 flag indicating a forced operation (boolean) 95 flag indicating a forced operation (boolean)
93 </dd> 96 </dd>
94 </dl><a NAME="SvnCopyDialog.getData" ID="SvnCopyDialog.getData"></a> 97 </dl><a NAME="SvnCopyDialog.getData" ID="SvnCopyDialog.getData"></a>
106 <h4>SvnCopyDialog.on_dirButton_clicked</h4> 109 <h4>SvnCopyDialog.on_dirButton_clicked</h4>
107 <b>on_dirButton_clicked</b>(<i></i>) 110 <b>on_dirButton_clicked</b>(<i></i>)
108 <p> 111 <p>
109 Private slot to handle the button press for selecting the target via a 112 Private slot to handle the button press for selecting the target via a
110 selection dialog. 113 selection dialog.
111 </p> 114 </p><a NAME="SvnCopyDialog.on_targetEdit_textChanged" ID="SvnCopyDialog.on_targetEdit_textChanged"></a>
115 <h4>SvnCopyDialog.on_targetEdit_textChanged</h4>
116 <b>on_targetEdit_textChanged</b>(<i>txt</i>)
117 <p>
118 Private slot to handle changes of the target.
119 </p><dl>
120 <dt><i>txt</i></dt>
121 <dd>
122 contents of the target edit (string)
123 </dd>
124 </dl>
112 <div align="right"><a href="#top">Up</a></div> 125 <div align="right"><a href="#top">Up</a></div>
113 <hr /> 126 <hr />
114 </body></html> 127 </body></html>

eric ide

mercurial