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

branch
eric7
changeset 9029
14efd8fa5d8f
parent 8596
d64760b2da50
equal deleted inserted replaced
9028:b3a7f0368163 9029:14efd8fa5d8f
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#HgBookmarkDialog.getData">getData</a></td> 70 <td><a href="#HgBookmarkDialog.getData">getData</a></td>
71 <td>Public method to retrieve the entered data.</td> 71 <td>Public method to retrieve the entered data.</td>
72 </tr> 72 </tr>
73 <tr>
74 <td><a href="#HgBookmarkDialog.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="#HgBookmarkDialog.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="#HgBookmarkDialog.on_branchButton_toggled">on_branchButton_toggled</a></td>
83 <td>Private slot to handle changes of the Branch select button.</td>
84 </tr>
85 <tr>
86 <td><a href="#HgBookmarkDialog.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="#HgBookmarkDialog.on_idButton_toggled">on_idButton_toggled</a></td>
91 <td>Private slot to handle changes of the ID select button.</td>
92 </tr>
93 <tr>
94 <td><a href="#HgBookmarkDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td>
95 <td>Private slot to handle changes of the ID edit.</td>
96 </tr>
97 <tr>
98 <td><a href="#HgBookmarkDialog.on_nameCombo_activated">on_nameCombo_activated</a></td>
99 <td>Private slot to handle changes of the selected bookmark name.</td>
100 </tr>
101 <tr>
102 <td><a href="#HgBookmarkDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
103 <td>Private slot to handle changes of the bookmark name.</td>
104 </tr>
105 <tr>
106 <td><a href="#HgBookmarkDialog.on_tagButton_toggled">on_tagButton_toggled</a></td>
107 <td>Private slot to handle changes of the Tag select button.</td>
108 </tr>
109 <tr>
110 <td><a href="#HgBookmarkDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td>
111 <td>Private slot to handle changes of the Tag combo.</td>
112 </tr>
113 </table> 73 </table>
114 <h3>Static Methods</h3> 74 <h3>Static Methods</h3>
115 75
116 <table> 76 <table>
117 <tr><td>None</td></tr> 77 <tr><td>None</td></tr>
124 <p> 84 <p>
125 Constructor 85 Constructor
126 </p> 86 </p>
127 <dl> 87 <dl>
128 88
129 <dt><i>mode</i></dt> 89 <dt><i>mode</i> (int)</dt>
130 <dd> 90 <dd>
131 of the dialog (integer) 91 of the dialog
132 </dd> 92 </dd>
133 <dt><i>tagsList</i></dt> 93 <dt><i>tagsList</i> (list of str)</dt>
134 <dd> 94 <dd>
135 list of tags (list of strings) 95 list of tags
136 </dd> 96 </dd>
137 <dt><i>branchesList</i></dt> 97 <dt><i>branchesList</i> (list of str)</dt>
138 <dd> 98 <dd>
139 list of branches (list of strings) 99 list of branches
140 </dd> 100 </dd>
141 <dt><i>bookmarksList</i></dt> 101 <dt><i>bookmarksList</i> (list of str)</dt>
142 <dd> 102 <dd>
143 list of bookmarks (list of strings) 103 list of bookmarks
144 </dd> 104 </dd>
145 <dt><i>parent</i></dt> 105 <dt><i>parent</i> (QWidget)</dt>
146 <dd> 106 <dd>
147 reference to the parent widget (QWidget) 107 parent widget
148 </dd> 108 </dd>
149 </dl> 109 </dl>
150 <a NAME="HgBookmarkDialog.__updateBookmarksCombo" ID="HgBookmarkDialog.__updateBookmarksCombo"></a> 110 <a NAME="HgBookmarkDialog.__updateBookmarksCombo" ID="HgBookmarkDialog.__updateBookmarksCombo"></a>
151 <h4>HgBookmarkDialog.__updateBookmarksCombo</h4> 111 <h4>HgBookmarkDialog.__updateBookmarksCombo</h4>
152 <b>__updateBookmarksCombo</b>(<i></i>) 112 <b>__updateBookmarksCombo</b>(<i></i>)
170 </p> 130 </p>
171 <dl> 131 <dl>
172 <dt>Return:</dt> 132 <dt>Return:</dt>
173 <dd> 133 <dd>
174 tuple naming the revision and the bookmark name 134 tuple naming the revision and the bookmark name
175 (string, string)
176 </dd> 135 </dd>
177 </dl> 136 </dl>
178 <a NAME="HgBookmarkDialog.on_bookmarkButton_toggled" ID="HgBookmarkDialog.on_bookmarkButton_toggled"></a>
179 <h4>HgBookmarkDialog.on_bookmarkButton_toggled</h4>
180 <b>on_bookmarkButton_toggled</b>(<i>checked</i>)
181
182 <p>
183 Private slot to handle changes of the Bookmark select button.
184 </p>
185 <dl> 137 <dl>
186 138 <dt>Return Type:</dt>
187 <dt><i>checked</i></dt>
188 <dd> 139 <dd>
189 state of the button (boolean) 140 tuple of (str, str)
190 </dd>
191 </dl>
192 <a NAME="HgBookmarkDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkDialog.on_bookmarkCombo_editTextChanged"></a>
193 <h4>HgBookmarkDialog.on_bookmarkCombo_editTextChanged</h4>
194 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>)
195
196 <p>
197 Private slot to handle changes of the Bookmark combo.
198 </p>
199 <dl>
200
201 <dt><i>txt</i></dt>
202 <dd>
203 text of the combo (string)
204 </dd>
205 </dl>
206 <a NAME="HgBookmarkDialog.on_branchButton_toggled" ID="HgBookmarkDialog.on_branchButton_toggled"></a>
207 <h4>HgBookmarkDialog.on_branchButton_toggled</h4>
208 <b>on_branchButton_toggled</b>(<i>checked</i>)
209
210 <p>
211 Private slot to handle changes of the Branch select button.
212 </p>
213 <dl>
214
215 <dt><i>checked</i></dt>
216 <dd>
217 state of the button (boolean)
218 </dd>
219 </dl>
220 <a NAME="HgBookmarkDialog.on_branchCombo_editTextChanged" ID="HgBookmarkDialog.on_branchCombo_editTextChanged"></a>
221 <h4>HgBookmarkDialog.on_branchCombo_editTextChanged</h4>
222 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
223
224 <p>
225 Private slot to handle changes of the Branch combo.
226 </p>
227 <dl>
228
229 <dt><i>txt</i></dt>
230 <dd>
231 text of the combo (string)
232 </dd>
233 </dl>
234 <a NAME="HgBookmarkDialog.on_idButton_toggled" ID="HgBookmarkDialog.on_idButton_toggled"></a>
235 <h4>HgBookmarkDialog.on_idButton_toggled</h4>
236 <b>on_idButton_toggled</b>(<i>checked</i>)
237
238 <p>
239 Private slot to handle changes of the ID select button.
240 </p>
241 <dl>
242
243 <dt><i>checked</i></dt>
244 <dd>
245 state of the button (boolean)
246 </dd>
247 </dl>
248 <a NAME="HgBookmarkDialog.on_idEdit_textChanged" ID="HgBookmarkDialog.on_idEdit_textChanged"></a>
249 <h4>HgBookmarkDialog.on_idEdit_textChanged</h4>
250 <b>on_idEdit_textChanged</b>(<i>txt</i>)
251
252 <p>
253 Private slot to handle changes of the ID edit.
254 </p>
255 <dl>
256
257 <dt><i>txt</i></dt>
258 <dd>
259 text of the edit (string)
260 </dd>
261 </dl>
262 <a NAME="HgBookmarkDialog.on_nameCombo_activated" ID="HgBookmarkDialog.on_nameCombo_activated"></a>
263 <h4>HgBookmarkDialog.on_nameCombo_activated</h4>
264 <b>on_nameCombo_activated</b>(<i>index</i>)
265
266 <p>
267 Private slot to handle changes of the selected bookmark name.
268 </p>
269 <dl>
270
271 <dt><i>index</i> (int)</dt>
272 <dd>
273 index of the selected entry
274 </dd>
275 </dl>
276 <a NAME="HgBookmarkDialog.on_nameEdit_textChanged" ID="HgBookmarkDialog.on_nameEdit_textChanged"></a>
277 <h4>HgBookmarkDialog.on_nameEdit_textChanged</h4>
278 <b>on_nameEdit_textChanged</b>(<i>txt</i>)
279
280 <p>
281 Private slot to handle changes of the bookmark name.
282 </p>
283 <dl>
284
285 <dt><i>txt</i></dt>
286 <dd>
287 text of the edit (string)
288 </dd>
289 </dl>
290 <a NAME="HgBookmarkDialog.on_tagButton_toggled" ID="HgBookmarkDialog.on_tagButton_toggled"></a>
291 <h4>HgBookmarkDialog.on_tagButton_toggled</h4>
292 <b>on_tagButton_toggled</b>(<i>checked</i>)
293
294 <p>
295 Private slot to handle changes of the Tag select button.
296 </p>
297 <dl>
298
299 <dt><i>checked</i></dt>
300 <dd>
301 state of the button (boolean)
302 </dd>
303 </dl>
304 <a NAME="HgBookmarkDialog.on_tagCombo_editTextChanged" ID="HgBookmarkDialog.on_tagCombo_editTextChanged"></a>
305 <h4>HgBookmarkDialog.on_tagCombo_editTextChanged</h4>
306 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
307
308 <p>
309 Private slot to handle changes of the Tag combo.
310 </p>
311 <dl>
312
313 <dt><i>txt</i></dt>
314 <dd>
315 text of the combo (string)
316 </dd> 141 </dd>
317 </dl> 142 </dl>
318 <div align="right"><a href="#top">Up</a></div> 143 <div align="right"><a href="#top">Up</a></div>
319 <hr /> 144 <hr />
320 </body></html> 145 </body></html>

eric ide

mercurial