src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
113 <p> 113 <p>
114 Constructor 114 Constructor
115 </p> 115 </p>
116 <dl> 116 <dl>
117 117
118 <dt><i>tagsList</i></dt> 118 <dt><i>tagsList</i> (list of str)</dt>
119 <dd> 119 <dd>
120 list of tags (list of strings) 120 list of tags
121 </dd> 121 </dd>
122 <dt><i>branchesList</i></dt> 122 <dt><i>branchesList</i> (list of str)</dt>
123 <dd> 123 <dd>
124 list of branches (list of strings) 124 list of branches
125 </dd> 125 </dd>
126 <dt><i>formatsList</i></dt> 126 <dt><i>formatsList</i> (list of str)</dt>
127 <dd> 127 <dd>
128 list of archive formats (list of strings) 128 list of archive formats
129 </dd> 129 </dd>
130 <dt><i>parent</i></dt> 130 <dt><i>parent</i> (QWidget)</dt>
131 <dd> 131 <dd>
132 reference to the parent widget (QWidget) 132 reference to the parent widget
133 </dd> 133 </dd>
134 </dl> 134 </dl>
135 <a NAME="GitArchiveDataDialog.__updateOK" ID="GitArchiveDataDialog.__updateOK"></a> 135 <a NAME="GitArchiveDataDialog.__updateOK" ID="GitArchiveDataDialog.__updateOK"></a>
136 <h4>GitArchiveDataDialog.__updateOK</h4> 136 <h4>GitArchiveDataDialog.__updateOK</h4>
137 <b>__updateOK</b>(<i></i>) 137 <b>__updateOK</b>(<i></i>)
147 Public method to retrieve the entered data. 147 Public method to retrieve the entered data.
148 </p> 148 </p>
149 <dl> 149 <dl>
150 <dt>Return:</dt> 150 <dt>Return:</dt>
151 <dd> 151 <dd>
152 tuple of selected revision (string), archive format (string), 152 tuple of selected revision, archive format, archive file and prefix
153 archive file (string) and prefix (string) 153 </dd>
154 </dl>
155 <dl>
156 <dt>Return Type:</dt>
157 <dd>
158 tuple of (str, str, str, str)
154 </dd> 159 </dd>
155 </dl> 160 </dl>
156 <a NAME="GitArchiveDataDialog.on_branchButton_toggled" ID="GitArchiveDataDialog.on_branchButton_toggled"></a> 161 <a NAME="GitArchiveDataDialog.on_branchButton_toggled" ID="GitArchiveDataDialog.on_branchButton_toggled"></a>
157 <h4>GitArchiveDataDialog.on_branchButton_toggled</h4> 162 <h4>GitArchiveDataDialog.on_branchButton_toggled</h4>
158 <b>on_branchButton_toggled</b>(<i>checked</i>) 163 <b>on_branchButton_toggled</b>(<i>checked</i>)
160 <p> 165 <p>
161 Private slot to handle changes of the Branch select button. 166 Private slot to handle changes of the Branch select button.
162 </p> 167 </p>
163 <dl> 168 <dl>
164 169
165 <dt><i>checked</i></dt> 170 <dt><i>checked</i> (bool)</dt>
166 <dd> 171 <dd>
167 state of the button (boolean) 172 state of the button
168 </dd> 173 </dd>
169 </dl> 174 </dl>
170 <a NAME="GitArchiveDataDialog.on_branchCombo_editTextChanged" ID="GitArchiveDataDialog.on_branchCombo_editTextChanged"></a> 175 <a NAME="GitArchiveDataDialog.on_branchCombo_editTextChanged" ID="GitArchiveDataDialog.on_branchCombo_editTextChanged"></a>
171 <h4>GitArchiveDataDialog.on_branchCombo_editTextChanged</h4> 176 <h4>GitArchiveDataDialog.on_branchCombo_editTextChanged</h4>
172 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 177 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
174 <p> 179 <p>
175 Private slot to handle changes of the Branch combo. 180 Private slot to handle changes of the Branch combo.
176 </p> 181 </p>
177 <dl> 182 <dl>
178 183
179 <dt><i>txt</i></dt> 184 <dt><i>txt</i> (str)</dt>
180 <dd> 185 <dd>
181 text of the combo (string) 186 text of the combo
182 </dd> 187 </dd>
183 </dl> 188 </dl>
184 <a NAME="GitArchiveDataDialog.on_fileButton_clicked" ID="GitArchiveDataDialog.on_fileButton_clicked"></a> 189 <a NAME="GitArchiveDataDialog.on_fileButton_clicked" ID="GitArchiveDataDialog.on_fileButton_clicked"></a>
185 <h4>GitArchiveDataDialog.on_fileButton_clicked</h4> 190 <h4>GitArchiveDataDialog.on_fileButton_clicked</h4>
186 <b>on_fileButton_clicked</b>(<i></i>) 191 <b>on_fileButton_clicked</b>(<i></i>)
195 <p> 200 <p>
196 Private slot to handle changes of the file edit. 201 Private slot to handle changes of the file edit.
197 </p> 202 </p>
198 <dl> 203 <dl>
199 204
200 <dt><i>txt</i></dt> 205 <dt><i>txt</i> (str)</dt>
201 <dd> 206 <dd>
202 text of the edit (string) 207 text of the edit
203 </dd> 208 </dd>
204 </dl> 209 </dl>
205 <a NAME="GitArchiveDataDialog.on_revButton_toggled" ID="GitArchiveDataDialog.on_revButton_toggled"></a> 210 <a NAME="GitArchiveDataDialog.on_revButton_toggled" ID="GitArchiveDataDialog.on_revButton_toggled"></a>
206 <h4>GitArchiveDataDialog.on_revButton_toggled</h4> 211 <h4>GitArchiveDataDialog.on_revButton_toggled</h4>
207 <b>on_revButton_toggled</b>(<i>checked</i>) 212 <b>on_revButton_toggled</b>(<i>checked</i>)
209 <p> 214 <p>
210 Private slot to handle changes of the rev select button. 215 Private slot to handle changes of the rev select button.
211 </p> 216 </p>
212 <dl> 217 <dl>
213 218
214 <dt><i>checked</i></dt> 219 <dt><i>checked</i> (bool)</dt>
215 <dd> 220 <dd>
216 state of the button (boolean) 221 state of the button
217 </dd> 222 </dd>
218 </dl> 223 </dl>
219 <a NAME="GitArchiveDataDialog.on_revEdit_textChanged" ID="GitArchiveDataDialog.on_revEdit_textChanged"></a> 224 <a NAME="GitArchiveDataDialog.on_revEdit_textChanged" ID="GitArchiveDataDialog.on_revEdit_textChanged"></a>
220 <h4>GitArchiveDataDialog.on_revEdit_textChanged</h4> 225 <h4>GitArchiveDataDialog.on_revEdit_textChanged</h4>
221 <b>on_revEdit_textChanged</b>(<i>txt</i>) 226 <b>on_revEdit_textChanged</b>(<i>txt</i>)
223 <p> 228 <p>
224 Private slot to handle changes of the rev edit. 229 Private slot to handle changes of the rev edit.
225 </p> 230 </p>
226 <dl> 231 <dl>
227 232
228 <dt><i>txt</i></dt> 233 <dt><i>txt</i> (str)</dt>
229 <dd> 234 <dd>
230 text of the edit (string) 235 text of the edit
231 </dd> 236 </dd>
232 </dl> 237 </dl>
233 <a NAME="GitArchiveDataDialog.on_tagButton_toggled" ID="GitArchiveDataDialog.on_tagButton_toggled"></a> 238 <a NAME="GitArchiveDataDialog.on_tagButton_toggled" ID="GitArchiveDataDialog.on_tagButton_toggled"></a>
234 <h4>GitArchiveDataDialog.on_tagButton_toggled</h4> 239 <h4>GitArchiveDataDialog.on_tagButton_toggled</h4>
235 <b>on_tagButton_toggled</b>(<i>checked</i>) 240 <b>on_tagButton_toggled</b>(<i>checked</i>)
237 <p> 242 <p>
238 Private slot to handle changes of the Tag select button. 243 Private slot to handle changes of the Tag select button.
239 </p> 244 </p>
240 <dl> 245 <dl>
241 246
242 <dt><i>checked</i></dt> 247 <dt><i>checked</i> (bool)</dt>
243 <dd> 248 <dd>
244 state of the button (boolean) 249 state of the button
245 </dd> 250 </dd>
246 </dl> 251 </dl>
247 <a NAME="GitArchiveDataDialog.on_tagCombo_editTextChanged" ID="GitArchiveDataDialog.on_tagCombo_editTextChanged"></a> 252 <a NAME="GitArchiveDataDialog.on_tagCombo_editTextChanged" ID="GitArchiveDataDialog.on_tagCombo_editTextChanged"></a>
248 <h4>GitArchiveDataDialog.on_tagCombo_editTextChanged</h4> 253 <h4>GitArchiveDataDialog.on_tagCombo_editTextChanged</h4>
249 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 254 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
251 <p> 256 <p>
252 Private slot to handle changes of the Tag combo. 257 Private slot to handle changes of the Tag combo.
253 </p> 258 </p>
254 <dl> 259 <dl>
255 260
256 <dt><i>txt</i></dt> 261 <dt><i>txt</i> (str)</dt>
257 <dd> 262 <dd>
258 text of the combo (string) 263 text of the combo
259 </dd> 264 </dd>
260 </dl> 265 </dl>
261 <div align="right"><a href="#top">Up</a></div> 266 <div align="right"><a href="#top">Up</a></div>
262 <hr /> 267 <hr />
263 </body></html> 268 </body></html>

eric ide

mercurial