7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
160 <dd> | 160 <dd> |
161 the key of the value to get | 161 the key of the value to get |
162 </dd> | 162 </dd> |
163 </dl> | 163 </dl> |
164 <dl> | 164 <dl> |
165 <dt>Returns:</dt> | 165 <dt>Return:</dt> |
166 <dd> | 166 <dd> |
167 the requested setting | 167 the requested setting |
168 </dd> | 168 </dd> |
169 </dl> | 169 </dl> |
170 <a NAME="VcsGitPlugin.setPreferences" ID="VcsGitPlugin.setPreferences"></a> | 170 <a NAME="VcsGitPlugin.setPreferences" ID="VcsGitPlugin.setPreferences"></a> |
212 | 212 |
213 <p> | 213 <p> |
214 Public method to activate this plugin. | 214 Public method to activate this plugin. |
215 </p> | 215 </p> |
216 <dl> | 216 <dl> |
217 <dt>Returns:</dt> | 217 <dt>Return:</dt> |
218 <dd> | 218 <dd> |
219 tuple of reference to instantiated viewmanager and | 219 tuple of reference to instantiated viewmanager and |
220 activation status (boolean) | 220 activation status (boolean) |
221 </dd> | 221 </dd> |
222 </dl> | 222 </dl> |
233 | 233 |
234 <p> | 234 <p> |
235 Public method to get the filename of the config file. | 235 Public method to get the filename of the config file. |
236 </p> | 236 </p> |
237 <dl> | 237 <dl> |
238 <dt>Returns:</dt> | 238 <dt>Return:</dt> |
239 <dd> | 239 <dd> |
240 filename of the config file (string) | 240 filename of the config file (string) |
241 </dd> | 241 </dd> |
242 </dl> | 242 </dl> |
243 <a NAME="VcsGitPlugin.getProjectHelper" ID="VcsGitPlugin.getProjectHelper"></a> | 243 <a NAME="VcsGitPlugin.getProjectHelper" ID="VcsGitPlugin.getProjectHelper"></a> |
246 | 246 |
247 <p> | 247 <p> |
248 Public method to get a reference to the project helper object. | 248 Public method to get a reference to the project helper object. |
249 </p> | 249 </p> |
250 <dl> | 250 <dl> |
251 <dt>Returns:</dt> | 251 <dt>Return:</dt> |
252 <dd> | 252 <dd> |
253 reference to the project helper object | 253 reference to the project helper object |
254 </dd> | 254 </dd> |
255 </dl> | 255 </dl> |
256 <a NAME="VcsGitPlugin.initToolbar" ID="VcsGitPlugin.initToolbar"></a> | 256 <a NAME="VcsGitPlugin.initToolbar" ID="VcsGitPlugin.initToolbar"></a> |
312 <dd> | 312 <dd> |
313 reference to the configuration dialog (QDialog) | 313 reference to the configuration dialog (QDialog) |
314 </dd> | 314 </dd> |
315 </dl> | 315 </dl> |
316 <dl> | 316 <dl> |
317 <dt>Returns:</dt> | 317 <dt>Return:</dt> |
318 <dd> | 318 <dd> |
319 reference to the configuration page | 319 reference to the configuration page |
320 </dd> | 320 </dd> |
321 </dl> | 321 </dl> |
322 <div align="right"><a href="#top">Up</a></div> | 322 <div align="right"><a href="#top">Up</a></div> |
328 | 328 |
329 <p> | 329 <p> |
330 Public function to get the display string. | 330 Public function to get the display string. |
331 </p> | 331 </p> |
332 <dl> | 332 <dl> |
333 <dt>Returns:</dt> | 333 <dt>Return:</dt> |
334 <dd> | 334 <dd> |
335 display string (string) | 335 display string (string) |
336 </dd> | 336 </dd> |
337 </dl> | 337 </dl> |
338 <div align="right"><a href="#top">Up</a></div> | 338 <div align="right"><a href="#top">Up</a></div> |
344 | 344 |
345 <p> | 345 <p> |
346 Public method to support the display of some executable info. | 346 Public method to support the display of some executable info. |
347 </p> | 347 </p> |
348 <dl> | 348 <dl> |
349 <dt>Returns:</dt> | 349 <dt>Return:</dt> |
350 <dd> | 350 <dd> |
351 dictionary containing the data to query the presence of | 351 dictionary containing the data to query the presence of |
352 the executable | 352 the executable |
353 </dd> | 353 </dd> |
354 </dl> | 354 </dl> |
361 | 361 |
362 <p> | 362 <p> |
363 Module function returning data as required by the configuration dialog. | 363 Module function returning data as required by the configuration dialog. |
364 </p> | 364 </p> |
365 <dl> | 365 <dl> |
366 <dt>Returns:</dt> | 366 <dt>Return:</dt> |
367 <dd> | 367 <dd> |
368 dictionary with key "zzz_gitPage" containing the relevant | 368 dictionary with key "zzz_gitPage" containing the relevant |
369 data | 369 data |
370 </dd> | 370 </dd> |
371 </dl> | 371 </dl> |
378 | 378 |
379 <p> | 379 <p> |
380 Public function to get the indicators for this version control system. | 380 Public function to get the indicators for this version control system. |
381 </p> | 381 </p> |
382 <dl> | 382 <dl> |
383 <dt>Returns:</dt> | 383 <dt>Return:</dt> |
384 <dd> | 384 <dd> |
385 dictionary with indicator as key and a tuple with the vcs name | 385 dictionary with indicator as key and a tuple with the vcs name |
386 (string) and vcs display string (string) | 386 (string) and vcs display string (string) |
387 </dd> | 387 </dd> |
388 </dl> | 388 </dl> |