eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditConfigDialog.html

branch
eric7
changeset 9029
14efd8fa5d8f
parent 8596
d64760b2da50
equal deleted inserted replaced
9028:b3a7f0368163 9029:14efd8fa5d8f
67 <td>Private slot to update the OK button.</td> 67 <td>Private slot to update the OK button.</td>
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#HgHisteditConfigDialog.getData">getData</a></td> 70 <td><a href="#HgHisteditConfigDialog.getData">getData</a></td>
71 <td>Public method to retrieve the data for the strip action.</td> 71 <td>Public method to retrieve the data for the strip action.</td>
72 </tr>
73 <tr>
74 <td><a href="#HgHisteditConfigDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td>
75 <td>Private slot to handle changes of the Bookmark select button.</td>
76 </tr>
77 <tr>
78 <td><a href="#HgHisteditConfigDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td>
79 <td>Private slot to handle changes of the Bookmark combo.</td>
80 </tr>
81 <tr>
82 <td><a href="#HgHisteditConfigDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td>
83 <td>Private slot to handle changes of the Branch select button.</td>
84 </tr>
85 <tr>
86 <td><a href="#HgHisteditConfigDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td>
87 <td>Private slot to handle changes of the Branch combo.</td>
88 </tr>
89 <tr>
90 <td><a href="#HgHisteditConfigDialog.on_defaultButton_toggled">on_defaultButton_toggled</a></td>
91 <td>Private slot to handle changes of the Default select button.</td>
92 </tr>
93 <tr>
94 <td><a href="#HgHisteditConfigDialog.on_idButton_toggled">on_idButton_toggled</a></td>
95 <td>Private slot to handle changes of the ID select button.</td>
96 </tr>
97 <tr>
98 <td><a href="#HgHisteditConfigDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td>
99 <td>Private slot to handle changes of the ID edit.</td>
100 </tr>
101 <tr>
102 <td><a href="#HgHisteditConfigDialog.on_numberSpinBox_valueChanged">on_numberSpinBox_valueChanged</a></td>
103 <td>Private slot to handle changes of the Number spin box.</td>
104 </tr>
105 <tr>
106 <td><a href="#HgHisteditConfigDialog.on_outgoingButton_toggled">on_outgoingButton_toggled</a></td>
107 <td>Private slot to handle changes of the Outgoing select button.</td>
108 </tr>
109 <tr>
110 <td><a href="#HgHisteditConfigDialog.on_revisionButton_toggled">on_revisionButton_toggled</a></td>
111 <td>Private slot to handle changes of the Revision select button.</td>
112 </tr>
113 <tr>
114 <td><a href="#HgHisteditConfigDialog.on_tagButton_toggled">on_tagButton_toggled</a></td>
115 <td>Private slot to handle changes of the Tag select button.</td>
116 </tr>
117 <tr>
118 <td><a href="#HgHisteditConfigDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td>
119 <td>Private slot to handle changes of the Tag combo.</td>
120 </tr> 72 </tr>
121 </table> 73 </table>
122 <h3>Static Methods</h3> 74 <h3>Static Methods</h3>
123 75
124 <table> 76 <table>
199 <dt>Return Type:</dt> 151 <dt>Return Type:</dt>
200 <dd> 152 <dd>
201 tuple (str, bool, bool) 153 tuple (str, bool, bool)
202 </dd> 154 </dd>
203 </dl> 155 </dl>
204 <a NAME="HgHisteditConfigDialog.on_bookmarkButton_toggled" ID="HgHisteditConfigDialog.on_bookmarkButton_toggled"></a>
205 <h4>HgHisteditConfigDialog.on_bookmarkButton_toggled</h4>
206 <b>on_bookmarkButton_toggled</b>(<i>checked</i>)
207
208 <p>
209 Private slot to handle changes of the Bookmark select button.
210 </p>
211 <dl>
212
213 <dt><i>checked</i></dt>
214 <dd>
215 state of the button (boolean)
216 </dd>
217 </dl>
218 <a NAME="HgHisteditConfigDialog.on_bookmarkCombo_editTextChanged" ID="HgHisteditConfigDialog.on_bookmarkCombo_editTextChanged"></a>
219 <h4>HgHisteditConfigDialog.on_bookmarkCombo_editTextChanged</h4>
220 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>)
221
222 <p>
223 Private slot to handle changes of the Bookmark combo.
224 </p>
225 <dl>
226
227 <dt><i>txt</i> (str)</dt>
228 <dd>
229 text of the combo
230 </dd>
231 </dl>
232 <a NAME="HgHisteditConfigDialog.on_branch1Button_toggled" ID="HgHisteditConfigDialog.on_branch1Button_toggled"></a>
233 <h4>HgHisteditConfigDialog.on_branch1Button_toggled</h4>
234 <b>on_branch1Button_toggled</b>(<i>checked</i>)
235
236 <p>
237 Private slot to handle changes of the Branch select button.
238 </p>
239 <dl>
240
241 <dt><i>checked</i></dt>
242 <dd>
243 state of the button (boolean)
244 </dd>
245 </dl>
246 <a NAME="HgHisteditConfigDialog.on_branchCombo_editTextChanged" ID="HgHisteditConfigDialog.on_branchCombo_editTextChanged"></a>
247 <h4>HgHisteditConfigDialog.on_branchCombo_editTextChanged</h4>
248 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
249
250 <p>
251 Private slot to handle changes of the Branch combo.
252 </p>
253 <dl>
254
255 <dt><i>txt</i> (str)</dt>
256 <dd>
257 text of the combo
258 </dd>
259 </dl>
260 <a NAME="HgHisteditConfigDialog.on_defaultButton_toggled" ID="HgHisteditConfigDialog.on_defaultButton_toggled"></a>
261 <h4>HgHisteditConfigDialog.on_defaultButton_toggled</h4>
262 <b>on_defaultButton_toggled</b>(<i>checked</i>)
263
264 <p>
265 Private slot to handle changes of the Default select button.
266 </p>
267 <dl>
268
269 <dt><i>checked</i> (bool)</dt>
270 <dd>
271 state of the button
272 </dd>
273 </dl>
274 <a NAME="HgHisteditConfigDialog.on_idButton_toggled" ID="HgHisteditConfigDialog.on_idButton_toggled"></a>
275 <h4>HgHisteditConfigDialog.on_idButton_toggled</h4>
276 <b>on_idButton_toggled</b>(<i>checked</i>)
277
278 <p>
279 Private slot to handle changes of the ID select button.
280 </p>
281 <dl>
282
283 <dt><i>checked</i></dt>
284 <dd>
285 state of the button (boolean)
286 </dd>
287 </dl>
288 <a NAME="HgHisteditConfigDialog.on_idEdit_textChanged" ID="HgHisteditConfigDialog.on_idEdit_textChanged"></a>
289 <h4>HgHisteditConfigDialog.on_idEdit_textChanged</h4>
290 <b>on_idEdit_textChanged</b>(<i>txt</i>)
291
292 <p>
293 Private slot to handle changes of the ID edit.
294 </p>
295 <dl>
296
297 <dt><i>txt</i> (str)</dt>
298 <dd>
299 text of the edit
300 </dd>
301 </dl>
302 <a NAME="HgHisteditConfigDialog.on_numberSpinBox_valueChanged" ID="HgHisteditConfigDialog.on_numberSpinBox_valueChanged"></a>
303 <h4>HgHisteditConfigDialog.on_numberSpinBox_valueChanged</h4>
304 <b>on_numberSpinBox_valueChanged</b>(<i>val</i>)
305
306 <p>
307 Private slot to handle changes of the Number spin box.
308 </p>
309 <dl>
310
311 <dt><i>val</i> (int)</dt>
312 <dd>
313 value of the spin box
314 </dd>
315 </dl>
316 <a NAME="HgHisteditConfigDialog.on_outgoingButton_toggled" ID="HgHisteditConfigDialog.on_outgoingButton_toggled"></a>
317 <h4>HgHisteditConfigDialog.on_outgoingButton_toggled</h4>
318 <b>on_outgoingButton_toggled</b>(<i>checked</i>)
319
320 <p>
321 Private slot to handle changes of the Outgoing select button.
322 </p>
323 <dl>
324
325 <dt><i>checked</i> (bool)</dt>
326 <dd>
327 state of the button
328 </dd>
329 </dl>
330 <a NAME="HgHisteditConfigDialog.on_revisionButton_toggled" ID="HgHisteditConfigDialog.on_revisionButton_toggled"></a>
331 <h4>HgHisteditConfigDialog.on_revisionButton_toggled</h4>
332 <b>on_revisionButton_toggled</b>(<i>checked</i>)
333
334 <p>
335 Private slot to handle changes of the Revision select button.
336 </p>
337 <dl>
338
339 <dt><i>checked</i> (bool)</dt>
340 <dd>
341 state of the button
342 </dd>
343 </dl>
344 <a NAME="HgHisteditConfigDialog.on_tagButton_toggled" ID="HgHisteditConfigDialog.on_tagButton_toggled"></a>
345 <h4>HgHisteditConfigDialog.on_tagButton_toggled</h4>
346 <b>on_tagButton_toggled</b>(<i>checked</i>)
347
348 <p>
349 Private slot to handle changes of the Tag select button.
350 </p>
351 <dl>
352
353 <dt><i>checked</i></dt>
354 <dd>
355 state of the button (boolean)
356 </dd>
357 </dl>
358 <a NAME="HgHisteditConfigDialog.on_tagCombo_editTextChanged" ID="HgHisteditConfigDialog.on_tagCombo_editTextChanged"></a>
359 <h4>HgHisteditConfigDialog.on_tagCombo_editTextChanged</h4>
360 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
361
362 <p>
363 Private slot to handle changes of the Tag combo.
364 </p>
365 <dl>
366
367 <dt><i>txt</i> (str)</dt>
368 <dd>
369 text of the combo
370 </dd>
371 </dl>
372 <div align="right"><a href="#top">Up</a></div> 156 <div align="right"><a href="#top">Up</a></div>
373 <hr /> 157 <hr />
374 </body></html> 158 </body></html>

eric ide

mercurial