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.GitArchiveDataDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the data for the creation of an archive. |
11 Module implementing a dialog to enter the data for the creation of an archive. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#GitArchiveDataDialog">GitArchiveDataDialog</a></td> |
22 <td><a href="#GitArchiveDataDialog">GitArchiveDataDialog</a></td> |
25 <td>Class implementing a dialog to enter the data for the creation of an archive.</td> |
23 <td>Class implementing a dialog to enter the data for the creation of an archive.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
29 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
30 </table> |
32 </table> |
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="GitArchiveDataDialog" ID="GitArchiveDataDialog"></a> |
34 <a NAME="GitArchiveDataDialog" ID="GitArchiveDataDialog"></a> |
36 <h2>GitArchiveDataDialog</h2> |
35 <h2>GitArchiveDataDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to enter the data for the creation of an |
37 Class implementing a dialog to enter the data for the creation of an |
40 archive. |
38 archive. |
41 </p> |
39 </p> |
|
40 |
42 <h3>Derived from</h3> |
41 <h3>Derived from</h3> |
43 QDialog, Ui_GitArchiveDataDialog |
42 QDialog, Ui_GitArchiveDataDialog |
44 <h3>Class Attributes</h3> |
43 <h3>Class Attributes</h3> |
45 |
44 <table> |
46 <table> |
45 <tr><td>None</td></tr> |
47 <tr><td>None</td></tr> |
46 </table> |
48 </table> |
47 |
49 <h3>Class Methods</h3> |
48 <h3>Class Methods</h3> |
50 |
49 <table> |
51 <table> |
50 <tr><td>None</td></tr> |
52 <tr><td>None</td></tr> |
51 </table> |
53 </table> |
52 |
54 <h3>Methods</h3> |
53 <h3>Methods</h3> |
55 |
54 <table> |
56 <table> |
|
57 |
|
58 <tr> |
55 <tr> |
59 <td><a href="#GitArchiveDataDialog.__init__">GitArchiveDataDialog</a></td> |
56 <td><a href="#GitArchiveDataDialog.__init__">GitArchiveDataDialog</a></td> |
60 <td>Constructor</td> |
57 <td>Constructor</td> |
61 </tr> |
58 </tr> |
62 <tr> |
59 <tr> |
98 <tr> |
95 <tr> |
99 <td><a href="#GitArchiveDataDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
96 <td><a href="#GitArchiveDataDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
100 <td>Private slot to handle changes of the Tag combo.</td> |
97 <td>Private slot to handle changes of the Tag combo.</td> |
101 </tr> |
98 </tr> |
102 </table> |
99 </table> |
|
100 |
103 <h3>Static Methods</h3> |
101 <h3>Static Methods</h3> |
104 |
102 <table> |
105 <table> |
103 <tr><td>None</td></tr> |
106 <tr><td>None</td></tr> |
104 </table> |
107 </table> |
105 |
108 |
106 |
109 <a NAME="GitArchiveDataDialog.__init__" ID="GitArchiveDataDialog.__init__"></a> |
107 <a NAME="GitArchiveDataDialog.__init__" ID="GitArchiveDataDialog.__init__"></a> |
110 <h4>GitArchiveDataDialog (Constructor)</h4> |
108 <h4>GitArchiveDataDialog (Constructor)</h4> |
111 <b>GitArchiveDataDialog</b>(<i>tagsList, branchesList, formatsList, parent=None</i>) |
109 <b>GitArchiveDataDialog</b>(<i>tagsList, branchesList, formatsList, parent=None</i>) |
112 |
|
113 <p> |
110 <p> |
114 Constructor |
111 Constructor |
115 </p> |
112 </p> |
|
113 |
116 <dl> |
114 <dl> |
117 |
115 |
118 <dt><i>tagsList</i> (list of str)</dt> |
116 <dt><i>tagsList</i> (list of str)</dt> |
119 <dd> |
117 <dd> |
120 list of tags |
118 list of tags |
133 </dd> |
131 </dd> |
134 </dl> |
132 </dl> |
135 <a NAME="GitArchiveDataDialog.__updateOK" ID="GitArchiveDataDialog.__updateOK"></a> |
133 <a NAME="GitArchiveDataDialog.__updateOK" ID="GitArchiveDataDialog.__updateOK"></a> |
136 <h4>GitArchiveDataDialog.__updateOK</h4> |
134 <h4>GitArchiveDataDialog.__updateOK</h4> |
137 <b>__updateOK</b>(<i></i>) |
135 <b>__updateOK</b>(<i></i>) |
138 |
|
139 <p> |
136 <p> |
140 Private slot to update the OK button. |
137 Private slot to update the OK button. |
141 </p> |
138 </p> |
|
139 |
142 <a NAME="GitArchiveDataDialog.getData" ID="GitArchiveDataDialog.getData"></a> |
140 <a NAME="GitArchiveDataDialog.getData" ID="GitArchiveDataDialog.getData"></a> |
143 <h4>GitArchiveDataDialog.getData</h4> |
141 <h4>GitArchiveDataDialog.getData</h4> |
144 <b>getData</b>(<i></i>) |
142 <b>getData</b>(<i></i>) |
145 |
|
146 <p> |
143 <p> |
147 Public method to retrieve the entered data. |
144 Public method to retrieve the entered data. |
148 </p> |
145 </p> |
|
146 |
149 <dl> |
147 <dl> |
150 <dt>Return:</dt> |
148 <dt>Return:</dt> |
151 <dd> |
149 <dd> |
152 tuple of selected revision, archive format, archive file and prefix |
150 tuple of selected revision, archive format, archive file and prefix |
153 </dd> |
151 </dd> |
159 </dd> |
157 </dd> |
160 </dl> |
158 </dl> |
161 <a NAME="GitArchiveDataDialog.on_branchButton_toggled" ID="GitArchiveDataDialog.on_branchButton_toggled"></a> |
159 <a NAME="GitArchiveDataDialog.on_branchButton_toggled" ID="GitArchiveDataDialog.on_branchButton_toggled"></a> |
162 <h4>GitArchiveDataDialog.on_branchButton_toggled</h4> |
160 <h4>GitArchiveDataDialog.on_branchButton_toggled</h4> |
163 <b>on_branchButton_toggled</b>(<i>checked</i>) |
161 <b>on_branchButton_toggled</b>(<i>checked</i>) |
164 |
|
165 <p> |
162 <p> |
166 Private slot to handle changes of the Branch select button. |
163 Private slot to handle changes of the Branch select button. |
167 </p> |
164 </p> |
|
165 |
168 <dl> |
166 <dl> |
169 |
167 |
170 <dt><i>checked</i> (bool)</dt> |
168 <dt><i>checked</i> (bool)</dt> |
171 <dd> |
169 <dd> |
172 state of the button |
170 state of the button |
173 </dd> |
171 </dd> |
174 </dl> |
172 </dl> |
175 <a NAME="GitArchiveDataDialog.on_branchCombo_editTextChanged" ID="GitArchiveDataDialog.on_branchCombo_editTextChanged"></a> |
173 <a NAME="GitArchiveDataDialog.on_branchCombo_editTextChanged" ID="GitArchiveDataDialog.on_branchCombo_editTextChanged"></a> |
176 <h4>GitArchiveDataDialog.on_branchCombo_editTextChanged</h4> |
174 <h4>GitArchiveDataDialog.on_branchCombo_editTextChanged</h4> |
177 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
175 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
178 |
|
179 <p> |
176 <p> |
180 Private slot to handle changes of the Branch combo. |
177 Private slot to handle changes of the Branch combo. |
181 </p> |
178 </p> |
|
179 |
182 <dl> |
180 <dl> |
183 |
181 |
184 <dt><i>txt</i> (str)</dt> |
182 <dt><i>txt</i> (str)</dt> |
185 <dd> |
183 <dd> |
186 text of the combo |
184 text of the combo |
187 </dd> |
185 </dd> |
188 </dl> |
186 </dl> |
189 <a NAME="GitArchiveDataDialog.on_fileButton_clicked" ID="GitArchiveDataDialog.on_fileButton_clicked"></a> |
187 <a NAME="GitArchiveDataDialog.on_fileButton_clicked" ID="GitArchiveDataDialog.on_fileButton_clicked"></a> |
190 <h4>GitArchiveDataDialog.on_fileButton_clicked</h4> |
188 <h4>GitArchiveDataDialog.on_fileButton_clicked</h4> |
191 <b>on_fileButton_clicked</b>(<i></i>) |
189 <b>on_fileButton_clicked</b>(<i></i>) |
192 |
|
193 <p> |
190 <p> |
194 Private slot to select a file via a file selection dialog. |
191 Private slot to select a file via a file selection dialog. |
195 </p> |
192 </p> |
|
193 |
196 <a NAME="GitArchiveDataDialog.on_fileEdit_textChanged" ID="GitArchiveDataDialog.on_fileEdit_textChanged"></a> |
194 <a NAME="GitArchiveDataDialog.on_fileEdit_textChanged" ID="GitArchiveDataDialog.on_fileEdit_textChanged"></a> |
197 <h4>GitArchiveDataDialog.on_fileEdit_textChanged</h4> |
195 <h4>GitArchiveDataDialog.on_fileEdit_textChanged</h4> |
198 <b>on_fileEdit_textChanged</b>(<i>txt</i>) |
196 <b>on_fileEdit_textChanged</b>(<i>txt</i>) |
199 |
|
200 <p> |
197 <p> |
201 Private slot to handle changes of the file edit. |
198 Private slot to handle changes of the file edit. |
202 </p> |
199 </p> |
|
200 |
203 <dl> |
201 <dl> |
204 |
202 |
205 <dt><i>txt</i> (str)</dt> |
203 <dt><i>txt</i> (str)</dt> |
206 <dd> |
204 <dd> |
207 text of the edit |
205 text of the edit |
208 </dd> |
206 </dd> |
209 </dl> |
207 </dl> |
210 <a NAME="GitArchiveDataDialog.on_revButton_toggled" ID="GitArchiveDataDialog.on_revButton_toggled"></a> |
208 <a NAME="GitArchiveDataDialog.on_revButton_toggled" ID="GitArchiveDataDialog.on_revButton_toggled"></a> |
211 <h4>GitArchiveDataDialog.on_revButton_toggled</h4> |
209 <h4>GitArchiveDataDialog.on_revButton_toggled</h4> |
212 <b>on_revButton_toggled</b>(<i>checked</i>) |
210 <b>on_revButton_toggled</b>(<i>checked</i>) |
213 |
|
214 <p> |
211 <p> |
215 Private slot to handle changes of the rev select button. |
212 Private slot to handle changes of the rev select button. |
216 </p> |
213 </p> |
|
214 |
217 <dl> |
215 <dl> |
218 |
216 |
219 <dt><i>checked</i> (bool)</dt> |
217 <dt><i>checked</i> (bool)</dt> |
220 <dd> |
218 <dd> |
221 state of the button |
219 state of the button |
222 </dd> |
220 </dd> |
223 </dl> |
221 </dl> |
224 <a NAME="GitArchiveDataDialog.on_revEdit_textChanged" ID="GitArchiveDataDialog.on_revEdit_textChanged"></a> |
222 <a NAME="GitArchiveDataDialog.on_revEdit_textChanged" ID="GitArchiveDataDialog.on_revEdit_textChanged"></a> |
225 <h4>GitArchiveDataDialog.on_revEdit_textChanged</h4> |
223 <h4>GitArchiveDataDialog.on_revEdit_textChanged</h4> |
226 <b>on_revEdit_textChanged</b>(<i>txt</i>) |
224 <b>on_revEdit_textChanged</b>(<i>txt</i>) |
227 |
|
228 <p> |
225 <p> |
229 Private slot to handle changes of the rev edit. |
226 Private slot to handle changes of the rev edit. |
230 </p> |
227 </p> |
|
228 |
231 <dl> |
229 <dl> |
232 |
230 |
233 <dt><i>txt</i> (str)</dt> |
231 <dt><i>txt</i> (str)</dt> |
234 <dd> |
232 <dd> |
235 text of the edit |
233 text of the edit |
236 </dd> |
234 </dd> |
237 </dl> |
235 </dl> |
238 <a NAME="GitArchiveDataDialog.on_tagButton_toggled" ID="GitArchiveDataDialog.on_tagButton_toggled"></a> |
236 <a NAME="GitArchiveDataDialog.on_tagButton_toggled" ID="GitArchiveDataDialog.on_tagButton_toggled"></a> |
239 <h4>GitArchiveDataDialog.on_tagButton_toggled</h4> |
237 <h4>GitArchiveDataDialog.on_tagButton_toggled</h4> |
240 <b>on_tagButton_toggled</b>(<i>checked</i>) |
238 <b>on_tagButton_toggled</b>(<i>checked</i>) |
241 |
|
242 <p> |
239 <p> |
243 Private slot to handle changes of the Tag select button. |
240 Private slot to handle changes of the Tag select button. |
244 </p> |
241 </p> |
|
242 |
245 <dl> |
243 <dl> |
246 |
244 |
247 <dt><i>checked</i> (bool)</dt> |
245 <dt><i>checked</i> (bool)</dt> |
248 <dd> |
246 <dd> |
249 state of the button |
247 state of the button |
250 </dd> |
248 </dd> |
251 </dl> |
249 </dl> |
252 <a NAME="GitArchiveDataDialog.on_tagCombo_editTextChanged" ID="GitArchiveDataDialog.on_tagCombo_editTextChanged"></a> |
250 <a NAME="GitArchiveDataDialog.on_tagCombo_editTextChanged" ID="GitArchiveDataDialog.on_tagCombo_editTextChanged"></a> |
253 <h4>GitArchiveDataDialog.on_tagCombo_editTextChanged</h4> |
251 <h4>GitArchiveDataDialog.on_tagCombo_editTextChanged</h4> |
254 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
252 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
255 |
|
256 <p> |
253 <p> |
257 Private slot to handle changes of the Tag combo. |
254 Private slot to handle changes of the Tag combo. |
258 </p> |
255 </p> |
|
256 |
259 <dl> |
257 <dl> |
260 |
258 |
261 <dt><i>txt</i> (str)</dt> |
259 <dt><i>txt</i> (str)</dt> |
262 <dd> |
260 <dd> |
263 text of the combo |
261 text of the combo |