64 </tr> |
64 </tr> |
65 <tr> |
65 <tr> |
66 <td><a href="#HgBackoutDialog.getParameters">getParameters</a></td> |
66 <td><a href="#HgBackoutDialog.getParameters">getParameters</a></td> |
67 <td>Public method to retrieve the backout data.</td> |
67 <td>Public method to retrieve the backout data.</td> |
68 </tr> |
68 </tr> |
69 <tr> |
|
70 <td><a href="#HgBackoutDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td> |
|
71 <td>Private slot to handle changes of the Bookmark select button.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#HgBackoutDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td> |
|
75 <td>Private slot to handle changes of the Bookmark combo.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#HgBackoutDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
|
79 <td>Private slot to handle changes of the Branch select button.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#HgBackoutDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
|
83 <td>Private slot to handle changes of the Branch combo.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="#HgBackoutDialog.on_idButton_toggled">on_idButton_toggled</a></td> |
|
87 <td>Private slot to handle changes of the ID select button.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="#HgBackoutDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td> |
|
91 <td>Private slot to handle changes of the ID edit.</td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td><a href="#HgBackoutDialog.on_noneButton_toggled">on_noneButton_toggled</a></td> |
|
95 <td>Private slot to handle the toggling of the None revision button.</td> |
|
96 </tr> |
|
97 <tr> |
|
98 <td><a href="#HgBackoutDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
|
99 <td>Private slot to handle changes of the Tag select button.</td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td><a href="#HgBackoutDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
|
103 <td>Private slot to handle changes of the Tag combo.</td> |
|
104 </tr> |
|
105 </table> |
69 </table> |
106 <h3>Static Methods</h3> |
70 <h3>Static Methods</h3> |
107 |
71 |
108 <table> |
72 <table> |
109 <tr><td>None</td></tr> |
73 <tr><td>None</td></tr> |
116 <p> |
80 <p> |
117 Constructor |
81 Constructor |
118 </p> |
82 </p> |
119 <dl> |
83 <dl> |
120 |
84 |
121 <dt><i>tagsList</i></dt> |
85 <dt><i>tagsList</i> (list of str)</dt> |
122 <dd> |
86 <dd> |
123 list of tags (list of strings) |
87 list of tags |
124 </dd> |
88 </dd> |
125 <dt><i>branchesList</i></dt> |
89 <dt><i>branchesList</i> (list of str)</dt> |
126 <dd> |
90 <dd> |
127 list of branches (list of strings) |
91 list of branches |
128 </dd> |
92 </dd> |
129 <dt><i>bookmarksList</i></dt> |
93 <dt><i>bookmarksList</i> (list of str)</dt> |
130 <dd> |
94 <dd> |
131 list of bookmarks (list of strings) |
95 list of bookmarks |
132 </dd> |
96 </dd> |
133 <dt><i>parent</i></dt> |
97 <dt><i>parent</i> (QWidget)</dt> |
134 <dd> |
98 <dd> |
135 parent widget (QWidget) |
99 parent widget |
136 </dd> |
100 </dd> |
137 </dl> |
101 </dl> |
138 <a NAME="HgBackoutDialog.__updateOK" ID="HgBackoutDialog.__updateOK"></a> |
102 <a NAME="HgBackoutDialog.__updateOK" ID="HgBackoutDialog.__updateOK"></a> |
139 <h4>HgBackoutDialog.__updateOK</h4> |
103 <h4>HgBackoutDialog.__updateOK</h4> |
140 <b>__updateOK</b>(<i></i>) |
104 <b>__updateOK</b>(<i></i>) |
152 <dl> |
116 <dl> |
153 <dt>Return:</dt> |
117 <dt>Return:</dt> |
154 <dd> |
118 <dd> |
155 tuple naming the revision, a flag indicating a |
119 tuple naming the revision, a flag indicating a |
156 merge, the commit date, the commit user and a commit message |
120 merge, the commit date, the commit user and a commit message |
157 (string, boolean, string, string, string) |
|
158 </dd> |
121 </dd> |
159 </dl> |
122 </dl> |
160 <a NAME="HgBackoutDialog.on_bookmarkButton_toggled" ID="HgBackoutDialog.on_bookmarkButton_toggled"></a> |
|
161 <h4>HgBackoutDialog.on_bookmarkButton_toggled</h4> |
|
162 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) |
|
163 |
|
164 <p> |
|
165 Private slot to handle changes of the Bookmark select button. |
|
166 </p> |
|
167 <dl> |
123 <dl> |
168 |
124 <dt>Return Type:</dt> |
169 <dt><i>checked</i></dt> |
|
170 <dd> |
125 <dd> |
171 state of the button (boolean) |
126 tuple of (str, bool, str, str, str) |
172 </dd> |
|
173 </dl> |
|
174 <a NAME="HgBackoutDialog.on_bookmarkCombo_editTextChanged" ID="HgBackoutDialog.on_bookmarkCombo_editTextChanged"></a> |
|
175 <h4>HgBackoutDialog.on_bookmarkCombo_editTextChanged</h4> |
|
176 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
|
177 |
|
178 <p> |
|
179 Private slot to handle changes of the Bookmark combo. |
|
180 </p> |
|
181 <dl> |
|
182 |
|
183 <dt><i>txt</i></dt> |
|
184 <dd> |
|
185 text of the combo (string) |
|
186 </dd> |
|
187 </dl> |
|
188 <a NAME="HgBackoutDialog.on_branchButton_toggled" ID="HgBackoutDialog.on_branchButton_toggled"></a> |
|
189 <h4>HgBackoutDialog.on_branchButton_toggled</h4> |
|
190 <b>on_branchButton_toggled</b>(<i>checked</i>) |
|
191 |
|
192 <p> |
|
193 Private slot to handle changes of the Branch select button. |
|
194 </p> |
|
195 <dl> |
|
196 |
|
197 <dt><i>checked</i></dt> |
|
198 <dd> |
|
199 state of the button (boolean) |
|
200 </dd> |
|
201 </dl> |
|
202 <a NAME="HgBackoutDialog.on_branchCombo_editTextChanged" ID="HgBackoutDialog.on_branchCombo_editTextChanged"></a> |
|
203 <h4>HgBackoutDialog.on_branchCombo_editTextChanged</h4> |
|
204 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
|
205 |
|
206 <p> |
|
207 Private slot to handle changes of the Branch combo. |
|
208 </p> |
|
209 <dl> |
|
210 |
|
211 <dt><i>txt</i></dt> |
|
212 <dd> |
|
213 text of the combo (string) |
|
214 </dd> |
|
215 </dl> |
|
216 <a NAME="HgBackoutDialog.on_idButton_toggled" ID="HgBackoutDialog.on_idButton_toggled"></a> |
|
217 <h4>HgBackoutDialog.on_idButton_toggled</h4> |
|
218 <b>on_idButton_toggled</b>(<i>checked</i>) |
|
219 |
|
220 <p> |
|
221 Private slot to handle changes of the ID select button. |
|
222 </p> |
|
223 <dl> |
|
224 |
|
225 <dt><i>checked</i></dt> |
|
226 <dd> |
|
227 state of the button (boolean) |
|
228 </dd> |
|
229 </dl> |
|
230 <a NAME="HgBackoutDialog.on_idEdit_textChanged" ID="HgBackoutDialog.on_idEdit_textChanged"></a> |
|
231 <h4>HgBackoutDialog.on_idEdit_textChanged</h4> |
|
232 <b>on_idEdit_textChanged</b>(<i>txt</i>) |
|
233 |
|
234 <p> |
|
235 Private slot to handle changes of the ID edit. |
|
236 </p> |
|
237 <dl> |
|
238 |
|
239 <dt><i>txt</i></dt> |
|
240 <dd> |
|
241 text of the edit (string) |
|
242 </dd> |
|
243 </dl> |
|
244 <a NAME="HgBackoutDialog.on_noneButton_toggled" ID="HgBackoutDialog.on_noneButton_toggled"></a> |
|
245 <h4>HgBackoutDialog.on_noneButton_toggled</h4> |
|
246 <b>on_noneButton_toggled</b>(<i>checked</i>) |
|
247 |
|
248 <p> |
|
249 Private slot to handle the toggling of the None revision button. |
|
250 </p> |
|
251 <dl> |
|
252 |
|
253 <dt><i>checked</i></dt> |
|
254 <dd> |
|
255 flag indicating the checked state (boolean) |
|
256 </dd> |
|
257 </dl> |
|
258 <a NAME="HgBackoutDialog.on_tagButton_toggled" ID="HgBackoutDialog.on_tagButton_toggled"></a> |
|
259 <h4>HgBackoutDialog.on_tagButton_toggled</h4> |
|
260 <b>on_tagButton_toggled</b>(<i>checked</i>) |
|
261 |
|
262 <p> |
|
263 Private slot to handle changes of the Tag select button. |
|
264 </p> |
|
265 <dl> |
|
266 |
|
267 <dt><i>checked</i></dt> |
|
268 <dd> |
|
269 state of the button (boolean) |
|
270 </dd> |
|
271 </dl> |
|
272 <a NAME="HgBackoutDialog.on_tagCombo_editTextChanged" ID="HgBackoutDialog.on_tagCombo_editTextChanged"></a> |
|
273 <h4>HgBackoutDialog.on_tagCombo_editTextChanged</h4> |
|
274 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
|
275 |
|
276 <p> |
|
277 Private slot to handle changes of the Tag combo. |
|
278 </p> |
|
279 <dl> |
|
280 |
|
281 <dt><i>txt</i></dt> |
|
282 <dd> |
|
283 text of the combo (string) |
|
284 </dd> |
127 </dd> |
285 </dl> |
128 </dl> |
286 <div align="right"><a href="#top">Up</a></div> |
129 <div align="right"><a href="#top">Up</a></div> |
287 <hr /> |
130 <hr /> |
288 </body></html> |
131 </body></html> |