65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#HgRebaseDialog.__updateOK">__updateOK</a></td> |
66 <td><a href="#HgRebaseDialog.__updateOK">__updateOK</a></td> |
67 <td>Private slot to update the OK button.</td> |
67 <td>Private slot to update the OK button.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#HgRebaseDialog.getData">getData</a></td> |
69 <td><a href="#HgRebaseDialog.getData">getData</a></td> |
70 <td>Private method to retrieve the data for the rebase session.</td> |
70 <td>Public method to retrieve the data for the rebase session.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#HgRebaseDialog.on_bookmark1Button_toggled">on_bookmark1Button_toggled</a></td> |
72 <td><a href="#HgRebaseDialog.on_bookmark1Button_toggled">on_bookmark1Button_toggled</a></td> |
73 <td>Private slot to handle changes of the Bookmark1 select button.</td> |
73 <td>Private slot to handle changes of the Bookmark1 select button.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#HgRebaseDialog.on_bookmark1Combo_editTextChanged">on_bookmark1Combo_editTextChanged</a></td> |
75 <td><a href="#HgRebaseDialog.on_bookmark1Combo_editTextChanged">on_bookmark1Combo_editTextChanged</a></td> |
163 Private slot to update the OK button. |
163 Private slot to update the OK button. |
164 </p><a NAME="HgRebaseDialog.getData" ID="HgRebaseDialog.getData"></a> |
164 </p><a NAME="HgRebaseDialog.getData" ID="HgRebaseDialog.getData"></a> |
165 <h4>HgRebaseDialog.getData</h4> |
165 <h4>HgRebaseDialog.getData</h4> |
166 <b>getData</b>(<i></i>) |
166 <b>getData</b>(<i></i>) |
167 <p> |
167 <p> |
168 Private method to retrieve the data for the rebase session. |
168 Public method to retrieve the data for the rebase session. |
169 </p><dl> |
169 </p><dl> |
170 <dt>Returns:</dt> |
170 <dt>Returns:</dt> |
171 <dd> |
171 <dd> |
172 tuple with a source indicator of "S" or "B", the source |
172 tuple with a source indicator of "S" or "B", the source |
173 revision, the destination revision, a flag indicating to collapse, |
173 revision, the destination revision, a flag indicating to collapse, |