Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html

changeset 1020
adf7e95f05e7
parent 945
8cd4d08fa9f6
child 1228
7afaf2fca55b
equal deleted inserted replaced
1019:d8a9697f78d1 1020:adf7e95f05e7
58 <td>Constructor</td> 58 <td>Constructor</td>
59 </tr><tr> 59 </tr><tr>
60 <td><a href="#HgRevisionsSelectionDialog.__getRevision">__getRevision</a></td> 60 <td><a href="#HgRevisionsSelectionDialog.__getRevision">__getRevision</a></td>
61 <td>Private method to generate the revision.</td> 61 <td>Private method to generate the revision.</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#HgRevisionsSelectionDialog.__updateOK">__updateOK</a></td>
64 <td>Private slot to update the OK button.</td>
65 </tr><tr>
63 <td><a href="#HgRevisionsSelectionDialog.getRevisions">getRevisions</a></td> 66 <td><a href="#HgRevisionsSelectionDialog.getRevisions">getRevisions</a></td>
64 <td>Public method to get the revisions.</td> 67 <td>Public method to get the revisions.</td>
68 </tr><tr>
69 <td><a href="#HgRevisionsSelectionDialog.on_bookmark1Button_toggled">on_bookmark1Button_toggled</a></td>
70 <td>Private slot to handle changes of the Bookmark1 select button.</td>
71 </tr><tr>
72 <td><a href="#HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged">on_bookmark1Combo_editTextChanged</a></td>
73 <td>Private slot to handle changes of the Bookmark1 combo.</td>
74 </tr><tr>
75 <td><a href="#HgRevisionsSelectionDialog.on_bookmark2Button_toggled">on_bookmark2Button_toggled</a></td>
76 <td>Private slot to handle changes of the Bookmark2 select button.</td>
77 </tr><tr>
78 <td><a href="#HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged">on_bookmark2Combo_editTextChanged</a></td>
79 <td>Private slot to handle changes of the Bookmark2 combo.</td>
80 </tr><tr>
81 <td><a href="#HgRevisionsSelectionDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td>
82 <td>Private slot to handle changes of the Branch1 select button.</td>
83 </tr><tr>
84 <td><a href="#HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged">on_branch1Combo_editTextChanged</a></td>
85 <td>Private slot to handle changes of the Branch1 combo.</td>
86 </tr><tr>
87 <td><a href="#HgRevisionsSelectionDialog.on_branch2Button_toggled">on_branch2Button_toggled</a></td>
88 <td>Private slot to handle changes of the Branch2 select button.</td>
89 </tr><tr>
90 <td><a href="#HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged">on_branch2Combo_editTextChanged</a></td>
91 <td>Private slot to handle changes of the Branch2 combo.</td>
92 </tr><tr>
93 <td><a href="#HgRevisionsSelectionDialog.on_id1Button_toggled">on_id1Button_toggled</a></td>
94 <td>Private slot to handle changes of the ID1 select button.</td>
95 </tr><tr>
96 <td><a href="#HgRevisionsSelectionDialog.on_id1Edit_textChanged">on_id1Edit_textChanged</a></td>
97 <td>Private slot to handle changes of the ID1 edit.</td>
98 </tr><tr>
99 <td><a href="#HgRevisionsSelectionDialog.on_id2Button_toggled">on_id2Button_toggled</a></td>
100 <td>Private slot to handle changes of the ID2 select button.</td>
101 </tr><tr>
102 <td><a href="#HgRevisionsSelectionDialog.on_id2Edit_textChanged">on_id2Edit_textChanged</a></td>
103 <td>Private slot to handle changes of the ID2 edit.</td>
104 </tr><tr>
105 <td><a href="#HgRevisionsSelectionDialog.on_tag1Button_toggled">on_tag1Button_toggled</a></td>
106 <td>Private slot to handle changes of the Tag1 select button.</td>
107 </tr><tr>
108 <td><a href="#HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged">on_tag1Combo_editTextChanged</a></td>
109 <td>Private slot to handle changes of the Tag1 combo.</td>
110 </tr><tr>
111 <td><a href="#HgRevisionsSelectionDialog.on_tag2Button_toggled">on_tag2Button_toggled</a></td>
112 <td>Private slot to handle changes of the Tag2 select button.</td>
113 </tr><tr>
114 <td><a href="#HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td>
115 <td>Private slot to handle changes of the Tag2 combo.</td>
65 </tr> 116 </tr>
66 </table> 117 </table>
67 <a NAME="HgRevisionsSelectionDialog.__init__" ID="HgRevisionsSelectionDialog.__init__"></a> 118 <a NAME="HgRevisionsSelectionDialog.__init__" ID="HgRevisionsSelectionDialog.__init__"></a>
68 <h4>HgRevisionsSelectionDialog (Constructor)</h4> 119 <h4>HgRevisionsSelectionDialog (Constructor)</h4>
69 <b>HgRevisionsSelectionDialog</b>(<i>tagsList, branchesList, parent=None</i>) 120 <b>HgRevisionsSelectionDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>)
70 <p> 121 <p>
71 Constructor 122 Constructor
72 </p><dl> 123 </p><dl>
73 <dt><i>tagsList</i></dt> 124 <dt><i>tagsList</i></dt>
74 <dd> 125 <dd>
75 list of tags (list of strings) 126 list of tags (list of strings)
76 </dd><dt><i>branchesList</i></dt> 127 </dd><dt><i>branchesList</i></dt>
77 <dd> 128 <dd>
78 list of branches (list of strings) 129 list of branches (list of strings)
130 </dd><dt><i>bookmarksList</i></dt>
131 <dd>
132 list of bookmarks (list of strings)
79 </dd><dt><i>parent</i></dt> 133 </dd><dt><i>parent</i></dt>
80 <dd> 134 <dd>
81 parent widget of the dialog (QWidget) 135 parent widget of the dialog (QWidget)
82 </dd> 136 </dd>
83 </dl><a NAME="HgRevisionsSelectionDialog.__getRevision" ID="HgRevisionsSelectionDialog.__getRevision"></a> 137 </dl><a NAME="HgRevisionsSelectionDialog.__getRevision" ID="HgRevisionsSelectionDialog.__getRevision"></a>
93 </dl><dl> 147 </dl><dl>
94 <dt>Returns:</dt> 148 <dt>Returns:</dt>
95 <dd> 149 <dd>
96 revision (string) 150 revision (string)
97 </dd> 151 </dd>
98 </dl><a NAME="HgRevisionsSelectionDialog.getRevisions" ID="HgRevisionsSelectionDialog.getRevisions"></a> 152 </dl><a NAME="HgRevisionsSelectionDialog.__updateOK" ID="HgRevisionsSelectionDialog.__updateOK"></a>
153 <h4>HgRevisionsSelectionDialog.__updateOK</h4>
154 <b>__updateOK</b>(<i></i>)
155 <p>
156 Private slot to update the OK button.
157 </p><a NAME="HgRevisionsSelectionDialog.getRevisions" ID="HgRevisionsSelectionDialog.getRevisions"></a>
99 <h4>HgRevisionsSelectionDialog.getRevisions</h4> 158 <h4>HgRevisionsSelectionDialog.getRevisions</h4>
100 <b>getRevisions</b>(<i></i>) 159 <b>getRevisions</b>(<i></i>)
101 <p> 160 <p>
102 Public method to get the revisions. 161 Public method to get the revisions.
103 </p><dl> 162 </p><dl>
104 <dt>Returns:</dt> 163 <dt>Returns:</dt>
105 <dd> 164 <dd>
106 list two strings 165 list two strings
166 </dd>
167 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark1Button_toggled"></a>
168 <h4>HgRevisionsSelectionDialog.on_bookmark1Button_toggled</h4>
169 <b>on_bookmark1Button_toggled</b>(<i>checked</i>)
170 <p>
171 Private slot to handle changes of the Bookmark1 select button.
172 </p><dl>
173 <dt><i>checked</i></dt>
174 <dd>
175 state of the button (boolean)
176 </dd>
177 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged"></a>
178 <h4>HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged</h4>
179 <b>on_bookmark1Combo_editTextChanged</b>(<i>txt</i>)
180 <p>
181 Private slot to handle changes of the Bookmark1 combo.
182 </p><dl>
183 <dt><i>txt</i></dt>
184 <dd>
185 text of the combo (string)
186 </dd>
187 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark2Button_toggled"></a>
188 <h4>HgRevisionsSelectionDialog.on_bookmark2Button_toggled</h4>
189 <b>on_bookmark2Button_toggled</b>(<i>checked</i>)
190 <p>
191 Private slot to handle changes of the Bookmark2 select button.
192 </p><dl>
193 <dt><i>checked</i></dt>
194 <dd>
195 state of the button (boolean)
196 </dd>
197 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged"></a>
198 <h4>HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged</h4>
199 <b>on_bookmark2Combo_editTextChanged</b>(<i>txt</i>)
200 <p>
201 Private slot to handle changes of the Bookmark2 combo.
202 </p><dl>
203 <dt><i>txt</i></dt>
204 <dd>
205 text of the combo (string)
206 </dd>
207 </dl><a NAME="HgRevisionsSelectionDialog.on_branch1Button_toggled" ID="HgRevisionsSelectionDialog.on_branch1Button_toggled"></a>
208 <h4>HgRevisionsSelectionDialog.on_branch1Button_toggled</h4>
209 <b>on_branch1Button_toggled</b>(<i>checked</i>)
210 <p>
211 Private slot to handle changes of the Branch1 select button.
212 </p><dl>
213 <dt><i>checked</i></dt>
214 <dd>
215 state of the button (boolean)
216 </dd>
217 </dl><a NAME="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a>
218 <h4>HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4>
219 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>)
220 <p>
221 Private slot to handle changes of the Branch1 combo.
222 </p><dl>
223 <dt><i>txt</i></dt>
224 <dd>
225 text of the combo (string)
226 </dd>
227 </dl><a NAME="HgRevisionsSelectionDialog.on_branch2Button_toggled" ID="HgRevisionsSelectionDialog.on_branch2Button_toggled"></a>
228 <h4>HgRevisionsSelectionDialog.on_branch2Button_toggled</h4>
229 <b>on_branch2Button_toggled</b>(<i>checked</i>)
230 <p>
231 Private slot to handle changes of the Branch2 select button.
232 </p><dl>
233 <dt><i>checked</i></dt>
234 <dd>
235 state of the button (boolean)
236 </dd>
237 </dl><a NAME="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a>
238 <h4>HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4>
239 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>)
240 <p>
241 Private slot to handle changes of the Branch2 combo.
242 </p><dl>
243 <dt><i>txt</i></dt>
244 <dd>
245 text of the combo (string)
246 </dd>
247 </dl><a NAME="HgRevisionsSelectionDialog.on_id1Button_toggled" ID="HgRevisionsSelectionDialog.on_id1Button_toggled"></a>
248 <h4>HgRevisionsSelectionDialog.on_id1Button_toggled</h4>
249 <b>on_id1Button_toggled</b>(<i>checked</i>)
250 <p>
251 Private slot to handle changes of the ID1 select button.
252 </p><dl>
253 <dt><i>checked</i></dt>
254 <dd>
255 state of the button (boolean)
256 </dd>
257 </dl><a NAME="HgRevisionsSelectionDialog.on_id1Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id1Edit_textChanged"></a>
258 <h4>HgRevisionsSelectionDialog.on_id1Edit_textChanged</h4>
259 <b>on_id1Edit_textChanged</b>(<i>txt</i>)
260 <p>
261 Private slot to handle changes of the ID1 edit.
262 </p><dl>
263 <dt><i>txt</i></dt>
264 <dd>
265 text of the edit (string)
266 </dd>
267 </dl><a NAME="HgRevisionsSelectionDialog.on_id2Button_toggled" ID="HgRevisionsSelectionDialog.on_id2Button_toggled"></a>
268 <h4>HgRevisionsSelectionDialog.on_id2Button_toggled</h4>
269 <b>on_id2Button_toggled</b>(<i>checked</i>)
270 <p>
271 Private slot to handle changes of the ID2 select button.
272 </p><dl>
273 <dt><i>checked</i></dt>
274 <dd>
275 state of the button (boolean)
276 </dd>
277 </dl><a NAME="HgRevisionsSelectionDialog.on_id2Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id2Edit_textChanged"></a>
278 <h4>HgRevisionsSelectionDialog.on_id2Edit_textChanged</h4>
279 <b>on_id2Edit_textChanged</b>(<i>txt</i>)
280 <p>
281 Private slot to handle changes of the ID2 edit.
282 </p><dl>
283 <dt><i>txt</i></dt>
284 <dd>
285 text of the edit (string)
286 </dd>
287 </dl><a NAME="HgRevisionsSelectionDialog.on_tag1Button_toggled" ID="HgRevisionsSelectionDialog.on_tag1Button_toggled"></a>
288 <h4>HgRevisionsSelectionDialog.on_tag1Button_toggled</h4>
289 <b>on_tag1Button_toggled</b>(<i>checked</i>)
290 <p>
291 Private slot to handle changes of the Tag1 select button.
292 </p><dl>
293 <dt><i>checked</i></dt>
294 <dd>
295 state of the button (boolean)
296 </dd>
297 </dl><a NAME="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a>
298 <h4>HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4>
299 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>)
300 <p>
301 Private slot to handle changes of the Tag1 combo.
302 </p><dl>
303 <dt><i>txt</i></dt>
304 <dd>
305 text of the combo (string)
306 </dd>
307 </dl><a NAME="HgRevisionsSelectionDialog.on_tag2Button_toggled" ID="HgRevisionsSelectionDialog.on_tag2Button_toggled"></a>
308 <h4>HgRevisionsSelectionDialog.on_tag2Button_toggled</h4>
309 <b>on_tag2Button_toggled</b>(<i>checked</i>)
310 <p>
311 Private slot to handle changes of the Tag2 select button.
312 </p><dl>
313 <dt><i>checked</i></dt>
314 <dd>
315 state of the button (boolean)
316 </dd>
317 </dl><a NAME="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a>
318 <h4>HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4>
319 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>)
320 <p>
321 Private slot to handle changes of the Tag2 combo.
322 </p><dl>
323 <dt><i>txt</i></dt>
324 <dd>
325 text of the combo (string)
107 </dd> 326 </dd>
108 </dl> 327 </dl>
109 <div align="right"><a href="#top">Up</a></div> 328 <div align="right"><a href="#top">Up</a></div>
110 <hr /> 329 <hr />
111 </body></html> 330 </body></html>

eric ide

mercurial