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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog</h1>
24
25 <p>
26 Module implementing a dialog to enter the data for a copy operation.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#SvnCopyDialog">SvnCopyDialog</a></td>
39 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="SvnCopyDialog" ID="SvnCopyDialog"></a>
50 <h2>SvnCopyDialog</h2>
51
52 <p>
53 Class implementing a dialog to enter the data for a copy or rename
54 operation.
55 </p>
56 <h3>Derived from</h3>
57 QDialog, Ui_SvnCopyDialog
58 <h3>Class Attributes</h3>
59
60 <table>
61 <tr><td>None</td></tr>
62 </table>
63 <h3>Class Methods</h3>
64
65 <table>
66 <tr><td>None</td></tr>
67 </table>
68 <h3>Methods</h3>
69
70 <table>
71
72 <tr>
73 <td><a href="#SvnCopyDialog.__init__">SvnCopyDialog</a></td>
74 <td>Constructor</td>
75 </tr>
76 <tr>
77 <td><a href="#SvnCopyDialog.getData">getData</a></td>
78 <td>Public method to retrieve the copy data.</td>
79 </tr>
80 <tr>
81 <td><a href="#SvnCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td>
82 <td>Private slot to handle changes of the target.</td>
83 </tr>
84 </table>
85 <h3>Static Methods</h3>
86
87 <table>
88 <tr><td>None</td></tr>
89 </table>
90
91 <a NAME="SvnCopyDialog.__init__" ID="SvnCopyDialog.__init__"></a>
92 <h4>SvnCopyDialog (Constructor)</h4>
93 <b>SvnCopyDialog</b>(<i>source, parent=None, move=False, force=False</i>)
94
95 <p>
96 Constructor
97 </p>
98 <dl>
99
100 <dt><i>source</i></dt>
101 <dd>
102 name of the source file/directory (string)
103 </dd>
104 <dt><i>parent</i></dt>
105 <dd>
106 parent widget (QWidget)
107 </dd>
108 <dt><i>move</i></dt>
109 <dd>
110 flag indicating a move operation (boolean)
111 </dd>
112 <dt><i>force</i></dt>
113 <dd>
114 flag indicating a forced operation (boolean)
115 </dd>
116 </dl>
117 <a NAME="SvnCopyDialog.getData" ID="SvnCopyDialog.getData"></a>
118 <h4>SvnCopyDialog.getData</h4>
119 <b>getData</b>(<i></i>)
120
121 <p>
122 Public method to retrieve the copy data.
123 </p>
124 <dl>
125 <dt>Return:</dt>
126 <dd>
127 the target name (string) and a flag indicating
128 the operation should be enforced (boolean)
129 </dd>
130 </dl>
131 <a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a>
132 <h4>SvnCopyDialog.on_targetPicker_textChanged</h4>
133 <b>on_targetPicker_textChanged</b>(<i>txt</i>)
134
135 <p>
136 Private slot to handle changes of the target.
137 </p>
138 <dl>
139
140 <dt><i>txt</i></dt>
141 <dd>
142 contents of the target edit (string)
143 </dd>
144 </dl>
145 <div align="right"><a href="#top">Up</a></div>
146 <hr />
147 </body></html>

eric ide

mercurial