140 <p> |
140 <p> |
141 Class method to retrieve the various settings. |
141 Class method to retrieve the various settings. |
142 </p> |
142 </p> |
143 <dl> |
143 <dl> |
144 |
144 |
145 <dt><i>key</i></dt> |
145 <dt><i>key</i> (str)</dt> |
146 <dd> |
146 <dd> |
147 the key of the value to get |
147 the key of the value to get |
148 </dd> |
148 </dd> |
149 </dl> |
149 </dl> |
150 <dl> |
150 <dl> |
151 <dt>Return:</dt> |
151 <dt>Return:</dt> |
152 <dd> |
152 <dd> |
153 the requested setting |
153 the requested setting |
|
154 </dd> |
|
155 </dl> |
|
156 <dl> |
|
157 <dt>Return Type:</dt> |
|
158 <dd> |
|
159 Any |
154 </dd> |
160 </dd> |
155 </dl> |
161 </dl> |
156 <a NAME="VcsMercurialPlugin.setPreferences" ID="VcsMercurialPlugin.setPreferences"></a> |
162 <a NAME="VcsMercurialPlugin.setPreferences" ID="VcsMercurialPlugin.setPreferences"></a> |
157 <h4>VcsMercurialPlugin.setPreferences (class method)</h4> |
163 <h4>VcsMercurialPlugin.setPreferences (class method)</h4> |
158 <b>setPreferences</b>(<i>key, value</i>) |
164 <b>setPreferences</b>(<i>key, value</i>) |
194 </p> |
200 </p> |
195 <dl> |
201 <dl> |
196 <dt>Return:</dt> |
202 <dt>Return:</dt> |
197 <dd> |
203 <dd> |
198 tuple of reference to instantiated viewmanager and |
204 tuple of reference to instantiated viewmanager and |
199 activation status (boolean) |
205 activation status |
|
206 </dd> |
|
207 </dl> |
|
208 <dl> |
|
209 <dt>Return Type:</dt> |
|
210 <dd> |
|
211 tuple of (Hg, bool) |
200 </dd> |
212 </dd> |
201 </dl> |
213 </dl> |
202 <a NAME="VcsMercurialPlugin.deactivate" ID="VcsMercurialPlugin.deactivate"></a> |
214 <a NAME="VcsMercurialPlugin.deactivate" ID="VcsMercurialPlugin.deactivate"></a> |
203 <h4>VcsMercurialPlugin.deactivate</h4> |
215 <h4>VcsMercurialPlugin.deactivate</h4> |
204 <b>deactivate</b>(<i></i>) |
216 <b>deactivate</b>(<i></i>) |
214 Public method to get the filename of the config file. |
226 Public method to get the filename of the config file. |
215 </p> |
227 </p> |
216 <dl> |
228 <dl> |
217 <dt>Return:</dt> |
229 <dt>Return:</dt> |
218 <dd> |
230 <dd> |
219 filename of the config file (string) |
231 filename of the config file |
|
232 </dd> |
|
233 </dl> |
|
234 <dl> |
|
235 <dt>Return Type:</dt> |
|
236 <dd> |
|
237 str |
220 </dd> |
238 </dd> |
221 </dl> |
239 </dl> |
222 <a NAME="VcsMercurialPlugin.getGlobalOptions" ID="VcsMercurialPlugin.getGlobalOptions"></a> |
240 <a NAME="VcsMercurialPlugin.getGlobalOptions" ID="VcsMercurialPlugin.getGlobalOptions"></a> |
223 <h4>VcsMercurialPlugin.getGlobalOptions</h4> |
241 <h4>VcsMercurialPlugin.getGlobalOptions</h4> |
224 <b>getGlobalOptions</b>(<i></i>) |
242 <b>getGlobalOptions</b>(<i></i>) |
227 Public method to build a list of global options. |
245 Public method to build a list of global options. |
228 </p> |
246 </p> |
229 <dl> |
247 <dl> |
230 <dt>Return:</dt> |
248 <dt>Return:</dt> |
231 <dd> |
249 <dd> |
232 list of global options (list of string) |
250 list of global options |
|
251 </dd> |
|
252 </dl> |
|
253 <dl> |
|
254 <dt>Return Type:</dt> |
|
255 <dd> |
|
256 list of str |
233 </dd> |
257 </dd> |
234 </dl> |
258 </dl> |
235 <a NAME="VcsMercurialPlugin.getProjectHelper" ID="VcsMercurialPlugin.getProjectHelper"></a> |
259 <a NAME="VcsMercurialPlugin.getProjectHelper" ID="VcsMercurialPlugin.getProjectHelper"></a> |
236 <h4>VcsMercurialPlugin.getProjectHelper</h4> |
260 <h4>VcsMercurialPlugin.getProjectHelper</h4> |
237 <b>getProjectHelper</b>(<i></i>) |
261 <b>getProjectHelper</b>(<i></i>) |
243 <dt>Return:</dt> |
267 <dt>Return:</dt> |
244 <dd> |
268 <dd> |
245 reference to the project helper object |
269 reference to the project helper object |
246 </dd> |
270 </dd> |
247 </dl> |
271 </dl> |
|
272 <dl> |
|
273 <dt>Return Type:</dt> |
|
274 <dd> |
|
275 HgProjectHelper |
|
276 </dd> |
|
277 </dl> |
248 <a NAME="VcsMercurialPlugin.initToolbar" ID="VcsMercurialPlugin.initToolbar"></a> |
278 <a NAME="VcsMercurialPlugin.initToolbar" ID="VcsMercurialPlugin.initToolbar"></a> |
249 <h4>VcsMercurialPlugin.initToolbar</h4> |
279 <h4>VcsMercurialPlugin.initToolbar</h4> |
250 <b>initToolbar</b>(<i>ui, toolbarManager</i>) |
280 <b>initToolbar</b>(<i>ui, toolbarManager</i>) |
251 |
281 |
252 <p> |
282 <p> |
253 Public slot to initialize the VCS toolbar. |
283 Public slot to initialize the VCS toolbar. |
254 </p> |
284 </p> |
255 <dl> |
285 <dl> |
256 |
286 |
257 <dt><i>ui</i></dt> |
287 <dt><i>ui</i> (UserInterface)</dt> |
258 <dd> |
288 <dd> |
259 reference to the main window (UserInterface) |
289 reference to the main window |
260 </dd> |
290 </dd> |
261 <dt><i>toolbarManager</i></dt> |
291 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> |
262 <dd> |
292 <dd> |
263 reference to a toolbar manager object |
293 reference to a toolbar manager object |
264 (EricToolBarManager) |
|
265 </dd> |
294 </dd> |
266 </dl> |
295 </dl> |
267 <a NAME="VcsMercurialPlugin.prepareUninstall" ID="VcsMercurialPlugin.prepareUninstall"></a> |
296 <a NAME="VcsMercurialPlugin.prepareUninstall" ID="VcsMercurialPlugin.prepareUninstall"></a> |
268 <h4>VcsMercurialPlugin.prepareUninstall</h4> |
297 <h4>VcsMercurialPlugin.prepareUninstall</h4> |
269 <b>prepareUninstall</b>(<i></i>) |
298 <b>prepareUninstall</b>(<i></i>) |
298 <p> |
327 <p> |
299 Module function to create the configuration page. |
328 Module function to create the configuration page. |
300 </p> |
329 </p> |
301 <dl> |
330 <dl> |
302 |
331 |
303 <dt><i>configDlg</i></dt> |
332 <dt><i>configDlg</i> (QDialog)</dt> |
304 <dd> |
333 <dd> |
305 reference to the configuration dialog (QDialog) |
334 reference to the configuration dialog |
306 </dd> |
335 </dd> |
307 </dl> |
336 </dl> |
308 <dl> |
337 <dl> |
309 <dt>Return:</dt> |
338 <dt>Return:</dt> |
310 <dd> |
339 <dd> |
311 reference to the configuration page |
340 reference to the configuration page |
|
341 </dd> |
|
342 </dl> |
|
343 <dl> |
|
344 <dt>Return Type:</dt> |
|
345 <dd> |
|
346 MercurialPage |
312 </dd> |
347 </dd> |
313 </dl> |
348 </dl> |
314 <div align="right"><a href="#top">Up</a></div> |
349 <div align="right"><a href="#top">Up</a></div> |
315 <hr /> |
350 <hr /> |
316 <hr /> |
351 <hr /> |