68 </tr> |
68 </tr> |
69 <tr> |
69 <tr> |
70 <td><a href="#HgRebaseDialog.getData">getData</a></td> |
70 <td><a href="#HgRebaseDialog.getData">getData</a></td> |
71 <td>Public method to retrieve the data for the rebase session.</td> |
71 <td>Public method to retrieve the data for the rebase session.</td> |
72 </tr> |
72 </tr> |
73 <tr> |
|
74 <td><a href="#HgRebaseDialog.on_bookmark1Button_toggled">on_bookmark1Button_toggled</a></td> |
|
75 <td>Private slot to handle changes of the Bookmark1 select button.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#HgRebaseDialog.on_bookmark1Combo_editTextChanged">on_bookmark1Combo_editTextChanged</a></td> |
|
79 <td>Private slot to handle changes of the Bookmark1 combo.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#HgRebaseDialog.on_bookmark2Button_toggled">on_bookmark2Button_toggled</a></td> |
|
83 <td>Private slot to handle changes of the Bookmark2 select button.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="#HgRebaseDialog.on_bookmark2Combo_editTextChanged">on_bookmark2Combo_editTextChanged</a></td> |
|
87 <td>Private slot to handle changes of the Bookmark2 combo.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="#HgRebaseDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td> |
|
91 <td>Private slot to handle changes of the Branch1 select button.</td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td><a href="#HgRebaseDialog.on_branch1Combo_editTextChanged">on_branch1Combo_editTextChanged</a></td> |
|
95 <td>Private slot to handle changes of the Branch1 combo.</td> |
|
96 </tr> |
|
97 <tr> |
|
98 <td><a href="#HgRebaseDialog.on_branch2Button_toggled">on_branch2Button_toggled</a></td> |
|
99 <td>Private slot to handle changes of the Branch2 select button.</td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td><a href="#HgRebaseDialog.on_branch2Combo_editTextChanged">on_branch2Combo_editTextChanged</a></td> |
|
103 <td>Private slot to handle changes of the Branch2 combo.</td> |
|
104 </tr> |
|
105 <tr> |
|
106 <td><a href="#HgRebaseDialog.on_id1Button_toggled">on_id1Button_toggled</a></td> |
|
107 <td>Private slot to handle changes of the ID1 select button.</td> |
|
108 </tr> |
|
109 <tr> |
|
110 <td><a href="#HgRebaseDialog.on_id1Edit_textChanged">on_id1Edit_textChanged</a></td> |
|
111 <td>Private slot to handle changes of the ID1 edit.</td> |
|
112 </tr> |
|
113 <tr> |
|
114 <td><a href="#HgRebaseDialog.on_id2Button_toggled">on_id2Button_toggled</a></td> |
|
115 <td>Private slot to handle changes of the ID2 select button.</td> |
|
116 </tr> |
|
117 <tr> |
|
118 <td><a href="#HgRebaseDialog.on_id2Edit_textChanged">on_id2Edit_textChanged</a></td> |
|
119 <td>Private slot to handle changes of the ID2 edit.</td> |
|
120 </tr> |
|
121 <tr> |
|
122 <td><a href="#HgRebaseDialog.on_tag1Button_toggled">on_tag1Button_toggled</a></td> |
|
123 <td>Private slot to handle changes of the Tag1 select button.</td> |
|
124 </tr> |
|
125 <tr> |
|
126 <td><a href="#HgRebaseDialog.on_tag1Combo_editTextChanged">on_tag1Combo_editTextChanged</a></td> |
|
127 <td>Private slot to handle changes of the Tag1 combo.</td> |
|
128 </tr> |
|
129 <tr> |
|
130 <td><a href="#HgRebaseDialog.on_tag2Button_toggled">on_tag2Button_toggled</a></td> |
|
131 <td>Private slot to handle changes of the Tag2 select button.</td> |
|
132 </tr> |
|
133 <tr> |
|
134 <td><a href="#HgRebaseDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td> |
|
135 <td>Private slot to handle changes of the Tag2 combo.</td> |
|
136 </tr> |
|
137 </table> |
73 </table> |
138 <h3>Static Methods</h3> |
74 <h3>Static Methods</h3> |
139 |
75 |
140 <table> |
76 <table> |
141 <tr><td>None</td></tr> |
77 <tr><td>None</td></tr> |
221 <dt>Return Type:</dt> |
163 <dt>Return Type:</dt> |
222 <dd> |
164 <dd> |
223 tuple of (str, str, str, bool, bool, bool, bool, bool, bool) |
165 tuple of (str, str, str, bool, bool, bool, bool, bool, bool) |
224 </dd> |
166 </dd> |
225 </dl> |
167 </dl> |
226 <a NAME="HgRebaseDialog.on_bookmark1Button_toggled" ID="HgRebaseDialog.on_bookmark1Button_toggled"></a> |
|
227 <h4>HgRebaseDialog.on_bookmark1Button_toggled</h4> |
|
228 <b>on_bookmark1Button_toggled</b>(<i>checked</i>) |
|
229 |
|
230 <p> |
|
231 Private slot to handle changes of the Bookmark1 select button. |
|
232 </p> |
|
233 <dl> |
|
234 |
|
235 <dt><i>checked</i></dt> |
|
236 <dd> |
|
237 state of the button (boolean) |
|
238 </dd> |
|
239 </dl> |
|
240 <a NAME="HgRebaseDialog.on_bookmark1Combo_editTextChanged" ID="HgRebaseDialog.on_bookmark1Combo_editTextChanged"></a> |
|
241 <h4>HgRebaseDialog.on_bookmark1Combo_editTextChanged</h4> |
|
242 <b>on_bookmark1Combo_editTextChanged</b>(<i>txt</i>) |
|
243 |
|
244 <p> |
|
245 Private slot to handle changes of the Bookmark1 combo. |
|
246 </p> |
|
247 <dl> |
|
248 |
|
249 <dt><i>txt</i></dt> |
|
250 <dd> |
|
251 text of the combo (string) |
|
252 </dd> |
|
253 </dl> |
|
254 <a NAME="HgRebaseDialog.on_bookmark2Button_toggled" ID="HgRebaseDialog.on_bookmark2Button_toggled"></a> |
|
255 <h4>HgRebaseDialog.on_bookmark2Button_toggled</h4> |
|
256 <b>on_bookmark2Button_toggled</b>(<i>checked</i>) |
|
257 |
|
258 <p> |
|
259 Private slot to handle changes of the Bookmark2 select button. |
|
260 </p> |
|
261 <dl> |
|
262 |
|
263 <dt><i>checked</i></dt> |
|
264 <dd> |
|
265 state of the button (boolean) |
|
266 </dd> |
|
267 </dl> |
|
268 <a NAME="HgRebaseDialog.on_bookmark2Combo_editTextChanged" ID="HgRebaseDialog.on_bookmark2Combo_editTextChanged"></a> |
|
269 <h4>HgRebaseDialog.on_bookmark2Combo_editTextChanged</h4> |
|
270 <b>on_bookmark2Combo_editTextChanged</b>(<i>txt</i>) |
|
271 |
|
272 <p> |
|
273 Private slot to handle changes of the Bookmark2 combo. |
|
274 </p> |
|
275 <dl> |
|
276 |
|
277 <dt><i>txt</i></dt> |
|
278 <dd> |
|
279 text of the combo (string) |
|
280 </dd> |
|
281 </dl> |
|
282 <a NAME="HgRebaseDialog.on_branch1Button_toggled" ID="HgRebaseDialog.on_branch1Button_toggled"></a> |
|
283 <h4>HgRebaseDialog.on_branch1Button_toggled</h4> |
|
284 <b>on_branch1Button_toggled</b>(<i>checked</i>) |
|
285 |
|
286 <p> |
|
287 Private slot to handle changes of the Branch1 select button. |
|
288 </p> |
|
289 <dl> |
|
290 |
|
291 <dt><i>checked</i></dt> |
|
292 <dd> |
|
293 state of the button (boolean) |
|
294 </dd> |
|
295 </dl> |
|
296 <a NAME="HgRebaseDialog.on_branch1Combo_editTextChanged" ID="HgRebaseDialog.on_branch1Combo_editTextChanged"></a> |
|
297 <h4>HgRebaseDialog.on_branch1Combo_editTextChanged</h4> |
|
298 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) |
|
299 |
|
300 <p> |
|
301 Private slot to handle changes of the Branch1 combo. |
|
302 </p> |
|
303 <dl> |
|
304 |
|
305 <dt><i>txt</i></dt> |
|
306 <dd> |
|
307 text of the combo (string) |
|
308 </dd> |
|
309 </dl> |
|
310 <a NAME="HgRebaseDialog.on_branch2Button_toggled" ID="HgRebaseDialog.on_branch2Button_toggled"></a> |
|
311 <h4>HgRebaseDialog.on_branch2Button_toggled</h4> |
|
312 <b>on_branch2Button_toggled</b>(<i>checked</i>) |
|
313 |
|
314 <p> |
|
315 Private slot to handle changes of the Branch2 select button. |
|
316 </p> |
|
317 <dl> |
|
318 |
|
319 <dt><i>checked</i></dt> |
|
320 <dd> |
|
321 state of the button (boolean) |
|
322 </dd> |
|
323 </dl> |
|
324 <a NAME="HgRebaseDialog.on_branch2Combo_editTextChanged" ID="HgRebaseDialog.on_branch2Combo_editTextChanged"></a> |
|
325 <h4>HgRebaseDialog.on_branch2Combo_editTextChanged</h4> |
|
326 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) |
|
327 |
|
328 <p> |
|
329 Private slot to handle changes of the Branch2 combo. |
|
330 </p> |
|
331 <dl> |
|
332 |
|
333 <dt><i>txt</i></dt> |
|
334 <dd> |
|
335 text of the combo (string) |
|
336 </dd> |
|
337 </dl> |
|
338 <a NAME="HgRebaseDialog.on_id1Button_toggled" ID="HgRebaseDialog.on_id1Button_toggled"></a> |
|
339 <h4>HgRebaseDialog.on_id1Button_toggled</h4> |
|
340 <b>on_id1Button_toggled</b>(<i>checked</i>) |
|
341 |
|
342 <p> |
|
343 Private slot to handle changes of the ID1 select button. |
|
344 </p> |
|
345 <dl> |
|
346 |
|
347 <dt><i>checked</i></dt> |
|
348 <dd> |
|
349 state of the button (boolean) |
|
350 </dd> |
|
351 </dl> |
|
352 <a NAME="HgRebaseDialog.on_id1Edit_textChanged" ID="HgRebaseDialog.on_id1Edit_textChanged"></a> |
|
353 <h4>HgRebaseDialog.on_id1Edit_textChanged</h4> |
|
354 <b>on_id1Edit_textChanged</b>(<i>txt</i>) |
|
355 |
|
356 <p> |
|
357 Private slot to handle changes of the ID1 edit. |
|
358 </p> |
|
359 <dl> |
|
360 |
|
361 <dt><i>txt</i></dt> |
|
362 <dd> |
|
363 text of the edit (string) |
|
364 </dd> |
|
365 </dl> |
|
366 <a NAME="HgRebaseDialog.on_id2Button_toggled" ID="HgRebaseDialog.on_id2Button_toggled"></a> |
|
367 <h4>HgRebaseDialog.on_id2Button_toggled</h4> |
|
368 <b>on_id2Button_toggled</b>(<i>checked</i>) |
|
369 |
|
370 <p> |
|
371 Private slot to handle changes of the ID2 select button. |
|
372 </p> |
|
373 <dl> |
|
374 |
|
375 <dt><i>checked</i></dt> |
|
376 <dd> |
|
377 state of the button (boolean) |
|
378 </dd> |
|
379 </dl> |
|
380 <a NAME="HgRebaseDialog.on_id2Edit_textChanged" ID="HgRebaseDialog.on_id2Edit_textChanged"></a> |
|
381 <h4>HgRebaseDialog.on_id2Edit_textChanged</h4> |
|
382 <b>on_id2Edit_textChanged</b>(<i>txt</i>) |
|
383 |
|
384 <p> |
|
385 Private slot to handle changes of the ID2 edit. |
|
386 </p> |
|
387 <dl> |
|
388 |
|
389 <dt><i>txt</i></dt> |
|
390 <dd> |
|
391 text of the edit (string) |
|
392 </dd> |
|
393 </dl> |
|
394 <a NAME="HgRebaseDialog.on_tag1Button_toggled" ID="HgRebaseDialog.on_tag1Button_toggled"></a> |
|
395 <h4>HgRebaseDialog.on_tag1Button_toggled</h4> |
|
396 <b>on_tag1Button_toggled</b>(<i>checked</i>) |
|
397 |
|
398 <p> |
|
399 Private slot to handle changes of the Tag1 select button. |
|
400 </p> |
|
401 <dl> |
|
402 |
|
403 <dt><i>checked</i></dt> |
|
404 <dd> |
|
405 state of the button (boolean) |
|
406 </dd> |
|
407 </dl> |
|
408 <a NAME="HgRebaseDialog.on_tag1Combo_editTextChanged" ID="HgRebaseDialog.on_tag1Combo_editTextChanged"></a> |
|
409 <h4>HgRebaseDialog.on_tag1Combo_editTextChanged</h4> |
|
410 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) |
|
411 |
|
412 <p> |
|
413 Private slot to handle changes of the Tag1 combo. |
|
414 </p> |
|
415 <dl> |
|
416 |
|
417 <dt><i>txt</i></dt> |
|
418 <dd> |
|
419 text of the combo (string) |
|
420 </dd> |
|
421 </dl> |
|
422 <a NAME="HgRebaseDialog.on_tag2Button_toggled" ID="HgRebaseDialog.on_tag2Button_toggled"></a> |
|
423 <h4>HgRebaseDialog.on_tag2Button_toggled</h4> |
|
424 <b>on_tag2Button_toggled</b>(<i>checked</i>) |
|
425 |
|
426 <p> |
|
427 Private slot to handle changes of the Tag2 select button. |
|
428 </p> |
|
429 <dl> |
|
430 |
|
431 <dt><i>checked</i></dt> |
|
432 <dd> |
|
433 state of the button (boolean) |
|
434 </dd> |
|
435 </dl> |
|
436 <a NAME="HgRebaseDialog.on_tag2Combo_editTextChanged" ID="HgRebaseDialog.on_tag2Combo_editTextChanged"></a> |
|
437 <h4>HgRebaseDialog.on_tag2Combo_editTextChanged</h4> |
|
438 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) |
|
439 |
|
440 <p> |
|
441 Private slot to handle changes of the Tag2 combo. |
|
442 </p> |
|
443 <dl> |
|
444 |
|
445 <dt><i>txt</i></dt> |
|
446 <dd> |
|
447 text of the combo (string) |
|
448 </dd> |
|
449 </dl> |
|
450 <div align="right"><a href="#top">Up</a></div> |
168 <div align="right"><a href="#top">Up</a></div> |
451 <hr /> |
169 <hr /> |
452 </body></html> |
170 </body></html> |