68 </tr> |
68 </tr> |
69 <tr> |
69 <tr> |
70 <td><a href="#HgRevisionsSelectionDialog.getRevisions">getRevisions</a></td> |
70 <td><a href="#HgRevisionsSelectionDialog.getRevisions">getRevisions</a></td> |
71 <td>Public method to get the revisions.</td> |
71 <td>Public method to get the revisions.</td> |
72 </tr> |
72 </tr> |
73 <tr> |
|
74 <td><a href="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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="#HgRevisionsSelectionDialog.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> |
202 Public method to get the revisions. |
144 Public method to get the revisions. |
203 </p> |
145 </p> |
204 <dl> |
146 <dl> |
205 <dt>Return:</dt> |
147 <dt>Return:</dt> |
206 <dd> |
148 <dd> |
207 list two strings |
149 list of two revisions |
208 </dd> |
150 </dd> |
209 </dl> |
151 </dl> |
210 <a NAME="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark1Button_toggled"></a> |
|
211 <h4>HgRevisionsSelectionDialog.on_bookmark1Button_toggled</h4> |
|
212 <b>on_bookmark1Button_toggled</b>(<i>checked</i>) |
|
213 |
|
214 <p> |
|
215 Private slot to handle changes of the Bookmark1 select button. |
|
216 </p> |
|
217 <dl> |
152 <dl> |
218 |
153 <dt>Return Type:</dt> |
219 <dt><i>checked</i></dt> |
|
220 <dd> |
154 <dd> |
221 state of the button (boolean) |
155 list of [str, str] |
222 </dd> |
|
223 </dl> |
|
224 <a NAME="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged"></a> |
|
225 <h4>HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged</h4> |
|
226 <b>on_bookmark1Combo_editTextChanged</b>(<i>txt</i>) |
|
227 |
|
228 <p> |
|
229 Private slot to handle changes of the Bookmark1 combo. |
|
230 </p> |
|
231 <dl> |
|
232 |
|
233 <dt><i>txt</i></dt> |
|
234 <dd> |
|
235 text of the combo (string) |
|
236 </dd> |
|
237 </dl> |
|
238 <a NAME="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark2Button_toggled"></a> |
|
239 <h4>HgRevisionsSelectionDialog.on_bookmark2Button_toggled</h4> |
|
240 <b>on_bookmark2Button_toggled</b>(<i>checked</i>) |
|
241 |
|
242 <p> |
|
243 Private slot to handle changes of the Bookmark2 select button. |
|
244 </p> |
|
245 <dl> |
|
246 |
|
247 <dt><i>checked</i></dt> |
|
248 <dd> |
|
249 state of the button (boolean) |
|
250 </dd> |
|
251 </dl> |
|
252 <a NAME="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged"></a> |
|
253 <h4>HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged</h4> |
|
254 <b>on_bookmark2Combo_editTextChanged</b>(<i>txt</i>) |
|
255 |
|
256 <p> |
|
257 Private slot to handle changes of the Bookmark2 combo. |
|
258 </p> |
|
259 <dl> |
|
260 |
|
261 <dt><i>txt</i></dt> |
|
262 <dd> |
|
263 text of the combo (string) |
|
264 </dd> |
|
265 </dl> |
|
266 <a NAME="HgRevisionsSelectionDialog.on_branch1Button_toggled" ID="HgRevisionsSelectionDialog.on_branch1Button_toggled"></a> |
|
267 <h4>HgRevisionsSelectionDialog.on_branch1Button_toggled</h4> |
|
268 <b>on_branch1Button_toggled</b>(<i>checked</i>) |
|
269 |
|
270 <p> |
|
271 Private slot to handle changes of the Branch1 select button. |
|
272 </p> |
|
273 <dl> |
|
274 |
|
275 <dt><i>checked</i></dt> |
|
276 <dd> |
|
277 state of the button (boolean) |
|
278 </dd> |
|
279 </dl> |
|
280 <a NAME="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a> |
|
281 <h4>HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4> |
|
282 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) |
|
283 |
|
284 <p> |
|
285 Private slot to handle changes of the Branch1 combo. |
|
286 </p> |
|
287 <dl> |
|
288 |
|
289 <dt><i>txt</i></dt> |
|
290 <dd> |
|
291 text of the combo (string) |
|
292 </dd> |
|
293 </dl> |
|
294 <a NAME="HgRevisionsSelectionDialog.on_branch2Button_toggled" ID="HgRevisionsSelectionDialog.on_branch2Button_toggled"></a> |
|
295 <h4>HgRevisionsSelectionDialog.on_branch2Button_toggled</h4> |
|
296 <b>on_branch2Button_toggled</b>(<i>checked</i>) |
|
297 |
|
298 <p> |
|
299 Private slot to handle changes of the Branch2 select button. |
|
300 </p> |
|
301 <dl> |
|
302 |
|
303 <dt><i>checked</i></dt> |
|
304 <dd> |
|
305 state of the button (boolean) |
|
306 </dd> |
|
307 </dl> |
|
308 <a NAME="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a> |
|
309 <h4>HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4> |
|
310 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) |
|
311 |
|
312 <p> |
|
313 Private slot to handle changes of the Branch2 combo. |
|
314 </p> |
|
315 <dl> |
|
316 |
|
317 <dt><i>txt</i></dt> |
|
318 <dd> |
|
319 text of the combo (string) |
|
320 </dd> |
|
321 </dl> |
|
322 <a NAME="HgRevisionsSelectionDialog.on_id1Button_toggled" ID="HgRevisionsSelectionDialog.on_id1Button_toggled"></a> |
|
323 <h4>HgRevisionsSelectionDialog.on_id1Button_toggled</h4> |
|
324 <b>on_id1Button_toggled</b>(<i>checked</i>) |
|
325 |
|
326 <p> |
|
327 Private slot to handle changes of the ID1 select button. |
|
328 </p> |
|
329 <dl> |
|
330 |
|
331 <dt><i>checked</i></dt> |
|
332 <dd> |
|
333 state of the button (boolean) |
|
334 </dd> |
|
335 </dl> |
|
336 <a NAME="HgRevisionsSelectionDialog.on_id1Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id1Edit_textChanged"></a> |
|
337 <h4>HgRevisionsSelectionDialog.on_id1Edit_textChanged</h4> |
|
338 <b>on_id1Edit_textChanged</b>(<i>txt</i>) |
|
339 |
|
340 <p> |
|
341 Private slot to handle changes of the ID1 edit. |
|
342 </p> |
|
343 <dl> |
|
344 |
|
345 <dt><i>txt</i></dt> |
|
346 <dd> |
|
347 text of the edit (string) |
|
348 </dd> |
|
349 </dl> |
|
350 <a NAME="HgRevisionsSelectionDialog.on_id2Button_toggled" ID="HgRevisionsSelectionDialog.on_id2Button_toggled"></a> |
|
351 <h4>HgRevisionsSelectionDialog.on_id2Button_toggled</h4> |
|
352 <b>on_id2Button_toggled</b>(<i>checked</i>) |
|
353 |
|
354 <p> |
|
355 Private slot to handle changes of the ID2 select button. |
|
356 </p> |
|
357 <dl> |
|
358 |
|
359 <dt><i>checked</i></dt> |
|
360 <dd> |
|
361 state of the button (boolean) |
|
362 </dd> |
|
363 </dl> |
|
364 <a NAME="HgRevisionsSelectionDialog.on_id2Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id2Edit_textChanged"></a> |
|
365 <h4>HgRevisionsSelectionDialog.on_id2Edit_textChanged</h4> |
|
366 <b>on_id2Edit_textChanged</b>(<i>txt</i>) |
|
367 |
|
368 <p> |
|
369 Private slot to handle changes of the ID2 edit. |
|
370 </p> |
|
371 <dl> |
|
372 |
|
373 <dt><i>txt</i></dt> |
|
374 <dd> |
|
375 text of the edit (string) |
|
376 </dd> |
|
377 </dl> |
|
378 <a NAME="HgRevisionsSelectionDialog.on_tag1Button_toggled" ID="HgRevisionsSelectionDialog.on_tag1Button_toggled"></a> |
|
379 <h4>HgRevisionsSelectionDialog.on_tag1Button_toggled</h4> |
|
380 <b>on_tag1Button_toggled</b>(<i>checked</i>) |
|
381 |
|
382 <p> |
|
383 Private slot to handle changes of the Tag1 select button. |
|
384 </p> |
|
385 <dl> |
|
386 |
|
387 <dt><i>checked</i></dt> |
|
388 <dd> |
|
389 state of the button (boolean) |
|
390 </dd> |
|
391 </dl> |
|
392 <a NAME="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a> |
|
393 <h4>HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4> |
|
394 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) |
|
395 |
|
396 <p> |
|
397 Private slot to handle changes of the Tag1 combo. |
|
398 </p> |
|
399 <dl> |
|
400 |
|
401 <dt><i>txt</i></dt> |
|
402 <dd> |
|
403 text of the combo (string) |
|
404 </dd> |
|
405 </dl> |
|
406 <a NAME="HgRevisionsSelectionDialog.on_tag2Button_toggled" ID="HgRevisionsSelectionDialog.on_tag2Button_toggled"></a> |
|
407 <h4>HgRevisionsSelectionDialog.on_tag2Button_toggled</h4> |
|
408 <b>on_tag2Button_toggled</b>(<i>checked</i>) |
|
409 |
|
410 <p> |
|
411 Private slot to handle changes of the Tag2 select button. |
|
412 </p> |
|
413 <dl> |
|
414 |
|
415 <dt><i>checked</i></dt> |
|
416 <dd> |
|
417 state of the button (boolean) |
|
418 </dd> |
|
419 </dl> |
|
420 <a NAME="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a> |
|
421 <h4>HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4> |
|
422 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) |
|
423 |
|
424 <p> |
|
425 Private slot to handle changes of the Tag2 combo. |
|
426 </p> |
|
427 <dl> |
|
428 |
|
429 <dt><i>txt</i></dt> |
|
430 <dd> |
|
431 text of the combo (string) |
|
432 </dd> |
156 </dd> |
433 </dl> |
157 </dl> |
434 <div align="right"><a href="#top">Up</a></div> |
158 <div align="right"><a href="#top">Up</a></div> |
435 <hr /> |
159 <hr /> |
436 </body></html> |
160 </body></html> |