eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog.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.vcsGit.GitCopyDialog</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.vcsGit.GitCopyDialog</h1>
24
25 <p>
26 Module implementing a dialog to enter the data for a copy or rename 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="#GitCopyDialog">GitCopyDialog</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="GitCopyDialog" ID="GitCopyDialog"></a>
50 <h2>GitCopyDialog</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_GitCopyDialog
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="#GitCopyDialog.__init__">GitCopyDialog</a></td>
74 <td>Constructor</td>
75 </tr>
76 <tr>
77 <td><a href="#GitCopyDialog.getData">getData</a></td>
78 <td>Public method to retrieve the copy data.</td>
79 </tr>
80 <tr>
81 <td><a href="#GitCopyDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
82 <td>Private slot to handle the button press for selecting the target via a selection dialog.</td>
83 </tr>
84 <tr>
85 <td><a href="#GitCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td>
86 <td>Private slot to handle changes of the target.</td>
87 </tr>
88 </table>
89 <h3>Static Methods</h3>
90
91 <table>
92 <tr><td>None</td></tr>
93 </table>
94
95 <a NAME="GitCopyDialog.__init__" ID="GitCopyDialog.__init__"></a>
96 <h4>GitCopyDialog (Constructor)</h4>
97 <b>GitCopyDialog</b>(<i>source, parent=None, move=False</i>)
98
99 <p>
100 Constructor
101 </p>
102 <dl>
103
104 <dt><i>source</i></dt>
105 <dd>
106 name of the source file/directory (string)
107 </dd>
108 <dt><i>parent</i></dt>
109 <dd>
110 parent widget (QWidget)
111 </dd>
112 <dt><i>move</i></dt>
113 <dd>
114 flag indicating a move operation (boolean)
115 </dd>
116 </dl>
117 <a NAME="GitCopyDialog.getData" ID="GitCopyDialog.getData"></a>
118 <h4>GitCopyDialog.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="GitCopyDialog.on_dirButton_clicked" ID="GitCopyDialog.on_dirButton_clicked"></a>
132 <h4>GitCopyDialog.on_dirButton_clicked</h4>
133 <b>on_dirButton_clicked</b>(<i></i>)
134
135 <p>
136 Private slot to handle the button press for selecting the target via a
137 selection dialog.
138 </p>
139 <a NAME="GitCopyDialog.on_targetEdit_textChanged" ID="GitCopyDialog.on_targetEdit_textChanged"></a>
140 <h4>GitCopyDialog.on_targetEdit_textChanged</h4>
141 <b>on_targetEdit_textChanged</b>(<i>txt</i>)
142
143 <p>
144 Private slot to handle changes of the target.
145 </p>
146 <dl>
147
148 <dt><i>txt</i></dt>
149 <dd>
150 contents of the target edit (string)
151 </dd>
152 </dl>
153 <div align="right"><a href="#top">Up</a></div>
154 <hr />
155 </body></html>

eric ide

mercurial