eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html

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

eric ide

mercurial