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

changeset 6942
2602857055c5
parent 4602
48cc4820e2c2
child 7273
391d6b7b1eff
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog</h1>
23 <p>
24 Module implementing a dialog to enter the data for a copy operation.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#SvnCopyDialog">SvnCopyDialog</a></td>
34 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="SvnCopyDialog" ID="SvnCopyDialog"></a>
43 <h2>SvnCopyDialog</h2>
44 <p>
45 Class implementing a dialog to enter the data for a copy or rename
46 operation.
47 </p>
48 <h3>Derived from</h3>
49 QDialog, Ui_SvnCopyDialog
50 <h3>Class Attributes</h3>
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Class Methods</h3>
55 <table>
56 <tr><td>None</td></tr>
57 </table>
58 <h3>Methods</h3>
59 <table>
60 <tr>
61 <td><a href="#SvnCopyDialog.__init__">SvnCopyDialog</a></td>
62 <td>Constructor</td>
63 </tr><tr>
64 <td><a href="#SvnCopyDialog.getData">getData</a></td>
65 <td>Public method to retrieve the copy data.</td>
66 </tr><tr>
67 <td><a href="#SvnCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td>
68 <td>Private slot to handle changes of the target.</td>
69 </tr>
70 </table>
71 <h3>Static Methods</h3>
72 <table>
73 <tr><td>None</td></tr>
74 </table>
75 <a NAME="SvnCopyDialog.__init__" ID="SvnCopyDialog.__init__"></a>
76 <h4>SvnCopyDialog (Constructor)</h4>
77 <b>SvnCopyDialog</b>(<i>source, parent=None, move=False, force=False</i>)
78 <p>
79 Constructor
80 </p><dl>
81 <dt><i>source</i></dt>
82 <dd>
83 name of the source file/directory (string)
84 </dd><dt><i>parent</i></dt>
85 <dd>
86 parent widget (QWidget)
87 </dd><dt><i>move</i></dt>
88 <dd>
89 flag indicating a move operation (boolean)
90 </dd><dt><i>force</i></dt>
91 <dd>
92 flag indicating a forced operation (boolean)
93 </dd>
94 </dl><a NAME="SvnCopyDialog.getData" ID="SvnCopyDialog.getData"></a>
95 <h4>SvnCopyDialog.getData</h4>
96 <b>getData</b>(<i></i>)
97 <p>
98 Public method to retrieve the copy data.
99 </p><dl>
100 <dt>Returns:</dt>
101 <dd>
102 the target name (string) and a flag indicating
103 the operation should be enforced (boolean)
104 </dd>
105 </dl><a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a>
106 <h4>SvnCopyDialog.on_targetPicker_textChanged</h4>
107 <b>on_targetPicker_textChanged</b>(<i>txt</i>)
108 <p>
109 Private slot to handle changes of the target.
110 </p><dl>
111 <dt><i>txt</i></dt>
112 <dd>
113 contents of the target edit (string)
114 </dd>
115 </dl>
116 <div align="right"><a href="#top">Up</a></div>
117 <hr />
118 </body></html>

eric ide

mercurial