5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the data for a copy or rename operation. |
11 Module implementing a dialog to enter the data for a copy or rename operation. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#GitCopyDialog">GitCopyDialog</a></td> |
22 <td><a href="#GitCopyDialog">GitCopyDialog</a></td> |
25 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td> |
23 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="GitCopyDialog" ID="GitCopyDialog"></a> |
34 <a NAME="GitCopyDialog" ID="GitCopyDialog"></a> |
36 <h2>GitCopyDialog</h2> |
35 <h2>GitCopyDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to enter the data for a copy or rename |
37 Class implementing a dialog to enter the data for a copy or rename |
40 operation. |
38 operation. |
41 </p> |
39 </p> |
|
40 |
42 <h3>Derived from</h3> |
41 <h3>Derived from</h3> |
43 QDialog, Ui_GitCopyDialog |
42 QDialog, Ui_GitCopyDialog |
44 <h3>Class Attributes</h3> |
43 <h3>Class Attributes</h3> |
45 |
|
46 <table> |
44 <table> |
47 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
48 </table> |
46 </table> |
|
47 |
49 <h3>Class Methods</h3> |
48 <h3>Class Methods</h3> |
50 |
|
51 <table> |
49 <table> |
52 <tr><td>None</td></tr> |
50 <tr><td>None</td></tr> |
53 </table> |
51 </table> |
|
52 |
54 <h3>Methods</h3> |
53 <h3>Methods</h3> |
55 |
|
56 <table> |
54 <table> |
57 |
|
58 <tr> |
55 <tr> |
59 <td><a href="#GitCopyDialog.__init__">GitCopyDialog</a></td> |
56 <td><a href="#GitCopyDialog.__init__">GitCopyDialog</a></td> |
60 <td>Constructor</td> |
57 <td>Constructor</td> |
61 </tr> |
58 </tr> |
62 <tr> |
59 <tr> |
70 <tr> |
67 <tr> |
71 <td><a href="#GitCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td> |
68 <td><a href="#GitCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td> |
72 <td>Private slot to handle changes of the target.</td> |
69 <td>Private slot to handle changes of the target.</td> |
73 </tr> |
70 </tr> |
74 </table> |
71 </table> |
|
72 |
75 <h3>Static Methods</h3> |
73 <h3>Static Methods</h3> |
76 |
|
77 <table> |
74 <table> |
78 <tr><td>None</td></tr> |
75 <tr><td>None</td></tr> |
79 </table> |
76 </table> |
80 |
77 |
|
78 |
81 <a NAME="GitCopyDialog.__init__" ID="GitCopyDialog.__init__"></a> |
79 <a NAME="GitCopyDialog.__init__" ID="GitCopyDialog.__init__"></a> |
82 <h4>GitCopyDialog (Constructor)</h4> |
80 <h4>GitCopyDialog (Constructor)</h4> |
83 <b>GitCopyDialog</b>(<i>source, parent=None, move=False</i>) |
81 <b>GitCopyDialog</b>(<i>source, parent=None, move=False</i>) |
84 |
|
85 <p> |
82 <p> |
86 Constructor |
83 Constructor |
87 </p> |
84 </p> |
|
85 |
88 <dl> |
86 <dl> |
89 |
87 |
90 <dt><i>source</i> (str)</dt> |
88 <dt><i>source</i> (str)</dt> |
91 <dd> |
89 <dd> |
92 name of the source file/directory |
90 name of the source file/directory |
101 </dd> |
99 </dd> |
102 </dl> |
100 </dl> |
103 <a NAME="GitCopyDialog.getData" ID="GitCopyDialog.getData"></a> |
101 <a NAME="GitCopyDialog.getData" ID="GitCopyDialog.getData"></a> |
104 <h4>GitCopyDialog.getData</h4> |
102 <h4>GitCopyDialog.getData</h4> |
105 <b>getData</b>(<i></i>) |
103 <b>getData</b>(<i></i>) |
106 |
|
107 <p> |
104 <p> |
108 Public method to retrieve the copy data. |
105 Public method to retrieve the copy data. |
109 </p> |
106 </p> |
|
107 |
110 <dl> |
108 <dl> |
111 <dt>Return:</dt> |
109 <dt>Return:</dt> |
112 <dd> |
110 <dd> |
113 the target name and a flag indicating the operation should be enforced |
111 the target name and a flag indicating the operation should be enforced |
114 </dd> |
112 </dd> |
120 </dd> |
118 </dd> |
121 </dl> |
119 </dl> |
122 <a NAME="GitCopyDialog.on_dirButton_clicked" ID="GitCopyDialog.on_dirButton_clicked"></a> |
120 <a NAME="GitCopyDialog.on_dirButton_clicked" ID="GitCopyDialog.on_dirButton_clicked"></a> |
123 <h4>GitCopyDialog.on_dirButton_clicked</h4> |
121 <h4>GitCopyDialog.on_dirButton_clicked</h4> |
124 <b>on_dirButton_clicked</b>(<i></i>) |
122 <b>on_dirButton_clicked</b>(<i></i>) |
125 |
|
126 <p> |
123 <p> |
127 Private slot to handle the button press for selecting the target via a |
124 Private slot to handle the button press for selecting the target via a |
128 selection dialog. |
125 selection dialog. |
129 </p> |
126 </p> |
|
127 |
130 <a NAME="GitCopyDialog.on_targetEdit_textChanged" ID="GitCopyDialog.on_targetEdit_textChanged"></a> |
128 <a NAME="GitCopyDialog.on_targetEdit_textChanged" ID="GitCopyDialog.on_targetEdit_textChanged"></a> |
131 <h4>GitCopyDialog.on_targetEdit_textChanged</h4> |
129 <h4>GitCopyDialog.on_targetEdit_textChanged</h4> |
132 <b>on_targetEdit_textChanged</b>(<i>txt</i>) |
130 <b>on_targetEdit_textChanged</b>(<i>txt</i>) |
133 |
|
134 <p> |
131 <p> |
135 Private slot to handle changes of the target. |
132 Private slot to handle changes of the target. |
136 </p> |
133 </p> |
|
134 |
137 <dl> |
135 <dl> |
138 |
136 |
139 <dt><i>txt</i> (str)</dt> |
137 <dt><i>txt</i> (str)</dt> |
140 <dd> |
138 <dd> |
141 contents of the target edit |
139 contents of the target edit |