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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
133 <p> 133 <p>
134 Constructor 134 Constructor
135 </p> 135 </p>
136 <dl> 136 <dl>
137 137
138 <dt><i>tagsList</i></dt> 138 <dt><i>tagsList</i> (list of str)</dt>
139 <dd> 139 <dd>
140 list of tags (list of strings) 140 list of tags
141 </dd> 141 </dd>
142 <dt><i>branchesList</i></dt> 142 <dt><i>branchesList</i> (list of str)</dt>
143 <dd> 143 <dd>
144 list of branches (list of strings) 144 list of branches
145 </dd> 145 </dd>
146 <dt><i>parent</i></dt> 146 <dt><i>parent</i> (QWidget)</dt>
147 <dd> 147 <dd>
148 parent widget of the dialog (QWidget) 148 parent widget of the dialog
149 </dd> 149 </dd>
150 </dl> 150 </dl>
151 <a NAME="GitRevisionsSelectionDialog.__getRevision" ID="GitRevisionsSelectionDialog.__getRevision"></a> 151 <a NAME="GitRevisionsSelectionDialog.__getRevision" ID="GitRevisionsSelectionDialog.__getRevision"></a>
152 <h4>GitRevisionsSelectionDialog.__getRevision</h4> 152 <h4>GitRevisionsSelectionDialog.__getRevision</h4>
153 <b>__getRevision</b>(<i>no</i>) 153 <b>__getRevision</b>(<i>no</i>)
155 <p> 155 <p>
156 Private method to generate the revision. 156 Private method to generate the revision.
157 </p> 157 </p>
158 <dl> 158 <dl>
159 159
160 <dt><i>no</i></dt> 160 <dt><i>no</i> (int)</dt>
161 <dd> 161 <dd>
162 revision number to generate (1 or 2) 162 revision number to generate (1 or 2)
163 </dd> 163 </dd>
164 </dl> 164 </dl>
165 <dl> 165 <dl>
166 <dt>Return:</dt> 166 <dt>Return:</dt>
167 <dd> 167 <dd>
168 revision (string) 168 revision
169 </dd>
170 </dl>
171 <dl>
172 <dt>Return Type:</dt>
173 <dd>
174 str
169 </dd> 175 </dd>
170 </dl> 176 </dl>
171 <a NAME="GitRevisionsSelectionDialog.__updateOK" ID="GitRevisionsSelectionDialog.__updateOK"></a> 177 <a NAME="GitRevisionsSelectionDialog.__updateOK" ID="GitRevisionsSelectionDialog.__updateOK"></a>
172 <h4>GitRevisionsSelectionDialog.__updateOK</h4> 178 <h4>GitRevisionsSelectionDialog.__updateOK</h4>
173 <b>__updateOK</b>(<i></i>) 179 <b>__updateOK</b>(<i></i>)
183 Public method to get the revisions. 189 Public method to get the revisions.
184 </p> 190 </p>
185 <dl> 191 <dl>
186 <dt>Return:</dt> 192 <dt>Return:</dt>
187 <dd> 193 <dd>
188 list of two revisions (list of strings) 194 list of two revisions
195 </dd>
196 </dl>
197 <dl>
198 <dt>Return Type:</dt>
199 <dd>
200 list of str
189 </dd> 201 </dd>
190 </dl> 202 </dl>
191 <a NAME="GitRevisionsSelectionDialog.on_branch1Button_toggled" ID="GitRevisionsSelectionDialog.on_branch1Button_toggled"></a> 203 <a NAME="GitRevisionsSelectionDialog.on_branch1Button_toggled" ID="GitRevisionsSelectionDialog.on_branch1Button_toggled"></a>
192 <h4>GitRevisionsSelectionDialog.on_branch1Button_toggled</h4> 204 <h4>GitRevisionsSelectionDialog.on_branch1Button_toggled</h4>
193 <b>on_branch1Button_toggled</b>(<i>checked</i>) 205 <b>on_branch1Button_toggled</b>(<i>checked</i>)
195 <p> 207 <p>
196 Private slot to handle changes of the Branch1 select button. 208 Private slot to handle changes of the Branch1 select button.
197 </p> 209 </p>
198 <dl> 210 <dl>
199 211
200 <dt><i>checked</i></dt> 212 <dt><i>checked</i> (bool)</dt>
201 <dd> 213 <dd>
202 state of the button (boolean) 214 state of the button
203 </dd> 215 </dd>
204 </dl> 216 </dl>
205 <a NAME="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a> 217 <a NAME="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a>
206 <h4>GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4> 218 <h4>GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4>
207 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) 219 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>)
209 <p> 221 <p>
210 Private slot to handle changes of the Branch1 combo. 222 Private slot to handle changes of the Branch1 combo.
211 </p> 223 </p>
212 <dl> 224 <dl>
213 225
214 <dt><i>txt</i></dt> 226 <dt><i>txt</i> (str)</dt>
215 <dd> 227 <dd>
216 text of the combo (string) 228 text of the combo
217 </dd> 229 </dd>
218 </dl> 230 </dl>
219 <a NAME="GitRevisionsSelectionDialog.on_branch2Button_toggled" ID="GitRevisionsSelectionDialog.on_branch2Button_toggled"></a> 231 <a NAME="GitRevisionsSelectionDialog.on_branch2Button_toggled" ID="GitRevisionsSelectionDialog.on_branch2Button_toggled"></a>
220 <h4>GitRevisionsSelectionDialog.on_branch2Button_toggled</h4> 232 <h4>GitRevisionsSelectionDialog.on_branch2Button_toggled</h4>
221 <b>on_branch2Button_toggled</b>(<i>checked</i>) 233 <b>on_branch2Button_toggled</b>(<i>checked</i>)
223 <p> 235 <p>
224 Private slot to handle changes of the Branch2 select button. 236 Private slot to handle changes of the Branch2 select button.
225 </p> 237 </p>
226 <dl> 238 <dl>
227 239
228 <dt><i>checked</i></dt> 240 <dt><i>checked</i> (bool)</dt>
229 <dd> 241 <dd>
230 state of the button (boolean) 242 state of the button
231 </dd> 243 </dd>
232 </dl> 244 </dl>
233 <a NAME="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a> 245 <a NAME="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a>
234 <h4>GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4> 246 <h4>GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4>
235 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) 247 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>)
237 <p> 249 <p>
238 Private slot to handle changes of the Branch2 combo. 250 Private slot to handle changes of the Branch2 combo.
239 </p> 251 </p>
240 <dl> 252 <dl>
241 253
242 <dt><i>txt</i></dt> 254 <dt><i>txt</i> (str)</dt>
243 <dd> 255 <dd>
244 text of the combo (string) 256 text of the combo
245 </dd> 257 </dd>
246 </dl> 258 </dl>
247 <a NAME="GitRevisionsSelectionDialog.on_rev1Button_toggled" ID="GitRevisionsSelectionDialog.on_rev1Button_toggled"></a> 259 <a NAME="GitRevisionsSelectionDialog.on_rev1Button_toggled" ID="GitRevisionsSelectionDialog.on_rev1Button_toggled"></a>
248 <h4>GitRevisionsSelectionDialog.on_rev1Button_toggled</h4> 260 <h4>GitRevisionsSelectionDialog.on_rev1Button_toggled</h4>
249 <b>on_rev1Button_toggled</b>(<i>checked</i>) 261 <b>on_rev1Button_toggled</b>(<i>checked</i>)
251 <p> 263 <p>
252 Private slot to handle changes of the rev1 select button. 264 Private slot to handle changes of the rev1 select button.
253 </p> 265 </p>
254 <dl> 266 <dl>
255 267
256 <dt><i>checked</i></dt> 268 <dt><i>checked</i> (bool)</dt>
257 <dd> 269 <dd>
258 state of the button (boolean) 270 state of the button
259 </dd> 271 </dd>
260 </dl> 272 </dl>
261 <a NAME="GitRevisionsSelectionDialog.on_rev1Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev1Edit_textChanged"></a> 273 <a NAME="GitRevisionsSelectionDialog.on_rev1Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev1Edit_textChanged"></a>
262 <h4>GitRevisionsSelectionDialog.on_rev1Edit_textChanged</h4> 274 <h4>GitRevisionsSelectionDialog.on_rev1Edit_textChanged</h4>
263 <b>on_rev1Edit_textChanged</b>(<i>txt</i>) 275 <b>on_rev1Edit_textChanged</b>(<i>txt</i>)
265 <p> 277 <p>
266 Private slot to handle changes of the rev1 edit. 278 Private slot to handle changes of the rev1 edit.
267 </p> 279 </p>
268 <dl> 280 <dl>
269 281
270 <dt><i>txt</i></dt> 282 <dt><i>txt</i> (str)</dt>
271 <dd> 283 <dd>
272 text of the edit (string) 284 text of the edit
273 </dd> 285 </dd>
274 </dl> 286 </dl>
275 <a NAME="GitRevisionsSelectionDialog.on_rev2Button_toggled" ID="GitRevisionsSelectionDialog.on_rev2Button_toggled"></a> 287 <a NAME="GitRevisionsSelectionDialog.on_rev2Button_toggled" ID="GitRevisionsSelectionDialog.on_rev2Button_toggled"></a>
276 <h4>GitRevisionsSelectionDialog.on_rev2Button_toggled</h4> 288 <h4>GitRevisionsSelectionDialog.on_rev2Button_toggled</h4>
277 <b>on_rev2Button_toggled</b>(<i>checked</i>) 289 <b>on_rev2Button_toggled</b>(<i>checked</i>)
279 <p> 291 <p>
280 Private slot to handle changes of the rev2 select button. 292 Private slot to handle changes of the rev2 select button.
281 </p> 293 </p>
282 <dl> 294 <dl>
283 295
284 <dt><i>checked</i></dt> 296 <dt><i>checked</i> (bool)</dt>
285 <dd> 297 <dd>
286 state of the button (boolean) 298 state of the button
287 </dd> 299 </dd>
288 </dl> 300 </dl>
289 <a NAME="GitRevisionsSelectionDialog.on_rev2Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev2Edit_textChanged"></a> 301 <a NAME="GitRevisionsSelectionDialog.on_rev2Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev2Edit_textChanged"></a>
290 <h4>GitRevisionsSelectionDialog.on_rev2Edit_textChanged</h4> 302 <h4>GitRevisionsSelectionDialog.on_rev2Edit_textChanged</h4>
291 <b>on_rev2Edit_textChanged</b>(<i>txt</i>) 303 <b>on_rev2Edit_textChanged</b>(<i>txt</i>)
293 <p> 305 <p>
294 Private slot to handle changes of the rev2 edit. 306 Private slot to handle changes of the rev2 edit.
295 </p> 307 </p>
296 <dl> 308 <dl>
297 309
298 <dt><i>txt</i></dt> 310 <dt><i>txt</i> (str)</dt>
299 <dd> 311 <dd>
300 text of the edit (string) 312 text of the edit
301 </dd> 313 </dd>
302 </dl> 314 </dl>
303 <a NAME="GitRevisionsSelectionDialog.on_tag1Button_toggled" ID="GitRevisionsSelectionDialog.on_tag1Button_toggled"></a> 315 <a NAME="GitRevisionsSelectionDialog.on_tag1Button_toggled" ID="GitRevisionsSelectionDialog.on_tag1Button_toggled"></a>
304 <h4>GitRevisionsSelectionDialog.on_tag1Button_toggled</h4> 316 <h4>GitRevisionsSelectionDialog.on_tag1Button_toggled</h4>
305 <b>on_tag1Button_toggled</b>(<i>checked</i>) 317 <b>on_tag1Button_toggled</b>(<i>checked</i>)
307 <p> 319 <p>
308 Private slot to handle changes of the Tag1 select button. 320 Private slot to handle changes of the Tag1 select button.
309 </p> 321 </p>
310 <dl> 322 <dl>
311 323
312 <dt><i>checked</i></dt> 324 <dt><i>checked</i> (bool)</dt>
313 <dd> 325 <dd>
314 state of the button (boolean) 326 state of the button
315 </dd> 327 </dd>
316 </dl> 328 </dl>
317 <a NAME="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a> 329 <a NAME="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a>
318 <h4>GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4> 330 <h4>GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4>
319 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) 331 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>)
321 <p> 333 <p>
322 Private slot to handle changes of the Tag1 combo. 334 Private slot to handle changes of the Tag1 combo.
323 </p> 335 </p>
324 <dl> 336 <dl>
325 337
326 <dt><i>txt</i></dt> 338 <dt><i>txt</i> (str)</dt>
327 <dd> 339 <dd>
328 text of the combo (string) 340 text of the combo
329 </dd> 341 </dd>
330 </dl> 342 </dl>
331 <a NAME="GitRevisionsSelectionDialog.on_tag2Button_toggled" ID="GitRevisionsSelectionDialog.on_tag2Button_toggled"></a> 343 <a NAME="GitRevisionsSelectionDialog.on_tag2Button_toggled" ID="GitRevisionsSelectionDialog.on_tag2Button_toggled"></a>
332 <h4>GitRevisionsSelectionDialog.on_tag2Button_toggled</h4> 344 <h4>GitRevisionsSelectionDialog.on_tag2Button_toggled</h4>
333 <b>on_tag2Button_toggled</b>(<i>checked</i>) 345 <b>on_tag2Button_toggled</b>(<i>checked</i>)
335 <p> 347 <p>
336 Private slot to handle changes of the Tag2 select button. 348 Private slot to handle changes of the Tag2 select button.
337 </p> 349 </p>
338 <dl> 350 <dl>
339 351
340 <dt><i>checked</i></dt> 352 <dt><i>checked</i> (bool)</dt>
341 <dd> 353 <dd>
342 state of the button (boolean) 354 state of the button
343 </dd> 355 </dd>
344 </dl> 356 </dl>
345 <a NAME="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a> 357 <a NAME="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a>
346 <h4>GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4> 358 <h4>GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4>
347 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) 359 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>)
349 <p> 361 <p>
350 Private slot to handle changes of the Tag2 combo. 362 Private slot to handle changes of the Tag2 combo.
351 </p> 363 </p>
352 <dl> 364 <dl>
353 365
354 <dt><i>txt</i></dt> 366 <dt><i>txt</i> (str)</dt>
355 <dd> 367 <dd>
356 text of the combo (string) 368 text of the combo
357 </dd> 369 </dd>
358 </dl> 370 </dl>
359 <div align="right"><a href="#top">Up</a></div> 371 <div align="right"><a href="#top">Up</a></div>
360 <hr /> 372 <hr />
361 </body></html> 373 </body></html>

eric ide

mercurial