184 <p> |
184 <p> |
185 Constructor |
185 Constructor |
186 </p> |
186 </p> |
187 <dl> |
187 <dl> |
188 |
188 |
189 <dt><i>vcsObject</i></dt> |
189 <dt><i>vcsObject</i> (Subversion)</dt> |
190 <dd> |
190 <dd> |
191 reference to the vcs object |
191 reference to the vcs object |
192 </dd> |
192 </dd> |
193 <dt><i>browserObject</i></dt> |
193 <dt><i>browserObject</i> (ProjectBaseBrowser)</dt> |
194 <dd> |
194 <dd> |
195 reference to the project browser object |
195 reference to the project browser object |
196 </dd> |
196 </dd> |
197 <dt><i>projectObject</i></dt> |
197 <dt><i>projectObject</i> (Project)</dt> |
198 <dd> |
198 <dd> |
199 reference to the project object |
199 reference to the project object |
200 </dd> |
200 </dd> |
201 <dt><i>isTranslationsBrowser</i></dt> |
201 <dt><i>isTranslationsBrowser</i> (bool)</dt> |
202 <dd> |
202 <dd> |
203 flag indicating, the helper is requested |
203 flag indicating, the helper is requested |
204 for the translations browser (this needs some special treatment) |
204 for the translations browser (this needs some special treatment) |
205 </dd> |
205 </dd> |
206 <dt><i>parent</i></dt> |
206 <dt><i>parent</i> (QWidget)</dt> |
207 <dd> |
207 <dd> |
208 parent widget (QWidget) |
208 parent widget |
209 </dd> |
209 </dd> |
210 <dt><i>name</i></dt> |
210 <dt><i>name</i> (str)</dt> |
211 <dd> |
211 <dd> |
212 name of this object (string) |
212 name of this object |
213 </dd> |
213 </dd> |
214 </dl> |
214 </dl> |
215 <a NAME="SvnProjectBrowserHelper.__SVNAddToChangelist" ID="SvnProjectBrowserHelper.__SVNAddToChangelist"></a> |
215 <a NAME="SvnProjectBrowserHelper.__SVNAddToChangelist" ID="SvnProjectBrowserHelper.__SVNAddToChangelist"></a> |
216 <h4>SvnProjectBrowserHelper.__SVNAddToChangelist</h4> |
216 <h4>SvnProjectBrowserHelper.__SVNAddToChangelist</h4> |
217 <b>__SVNAddToChangelist</b>(<i></i>) |
217 <b>__SVNAddToChangelist</b>(<i></i>) |
366 <p> |
366 <p> |
367 Private method to check, if items contain file type items. |
367 Private method to check, if items contain file type items. |
368 </p> |
368 </p> |
369 <dl> |
369 <dl> |
370 |
370 |
371 <dt><i>items</i></dt> |
371 <dt><i>items</i> (list of QTreeWidgetItems)</dt> |
372 <dd> |
372 <dd> |
373 items to check (list of QTreeWidgetItems) |
373 items to check |
374 </dd> |
374 </dd> |
375 </dl> |
375 </dl> |
376 <dl> |
376 <dl> |
377 <dt>Return:</dt> |
377 <dt>Return:</dt> |
378 <dd> |
378 <dd> |
379 flag indicating items contain file type items (boolean) |
379 flag indicating items contain file type items |
|
380 </dd> |
|
381 </dl> |
|
382 <dl> |
|
383 <dt>Return Type:</dt> |
|
384 <dd> |
|
385 bool |
380 </dd> |
386 </dd> |
381 </dl> |
387 </dl> |
382 <a NAME="SvnProjectBrowserHelper._addVCSMenu" ID="SvnProjectBrowserHelper._addVCSMenu"></a> |
388 <a NAME="SvnProjectBrowserHelper._addVCSMenu" ID="SvnProjectBrowserHelper._addVCSMenu"></a> |
383 <h4>SvnProjectBrowserHelper._addVCSMenu</h4> |
389 <h4>SvnProjectBrowserHelper._addVCSMenu</h4> |
384 <b>_addVCSMenu</b>(<i>mainMenu</i>) |
390 <b>_addVCSMenu</b>(<i>mainMenu</i>) |
461 It enables/disables the VCS menu entries depending on the overall |
467 It enables/disables the VCS menu entries depending on the overall |
462 VCS status and the file status. |
468 VCS status and the file status. |
463 </p> |
469 </p> |
464 <dl> |
470 <dl> |
465 |
471 |
466 <dt><i>menu</i></dt> |
472 <dt><i>menu</i> (QMenu)</dt> |
467 <dd> |
473 <dd> |
468 reference to the menu to be shown |
474 reference to the menu to be shown |
469 </dd> |
475 </dd> |
470 <dt><i>standardItems</i></dt> |
476 <dt><i>standardItems</i> (list of QAction)</dt> |
471 <dd> |
477 <dd> |
472 array of standard items that need |
478 array of standard items that need |
473 activation/deactivation depending on the overall VCS status |
479 activation/deactivation depending on the overall VCS status |
474 </dd> |
480 </dd> |
475 </dl> |
481 </dl> |
484 It enables/disables the VCS menu entries depending on the overall |
490 It enables/disables the VCS menu entries depending on the overall |
485 VCS status and the directory status. |
491 VCS status and the directory status. |
486 </p> |
492 </p> |
487 <dl> |
493 <dl> |
488 |
494 |
489 <dt><i>menu</i></dt> |
495 <dt><i>menu</i> (QMenu)</dt> |
490 <dd> |
496 <dd> |
491 reference to the menu to be shown |
497 reference to the menu to be shown |
492 </dd> |
498 </dd> |
493 <dt><i>standardItems</i></dt> |
499 <dt><i>standardItems</i> (list of QAction)</dt> |
494 <dd> |
500 <dd> |
495 array of standard items that need |
501 array of standard items that need |
496 activation/deactivation depending on the overall VCS status |
502 activation/deactivation depending on the overall VCS status |
497 </dd> |
503 </dd> |
498 </dl> |
504 </dl> |
507 It enables/disables the VCS menu entries depending on the overall |
513 It enables/disables the VCS menu entries depending on the overall |
508 VCS status and the directory status. |
514 VCS status and the directory status. |
509 </p> |
515 </p> |
510 <dl> |
516 <dl> |
511 |
517 |
512 <dt><i>menu</i></dt> |
518 <dt><i>menu</i> (QMenu)</dt> |
513 <dd> |
519 <dd> |
514 reference to the menu to be shown |
520 reference to the menu to be shown |
515 </dd> |
521 </dd> |
516 <dt><i>standardItems</i></dt> |
522 <dt><i>standardItems</i> (list of QAction)</dt> |
517 <dd> |
523 <dd> |
518 array of standard items that need |
524 array of standard items that need |
519 activation/deactivation depending on the overall VCS status |
525 activation/deactivation depending on the overall VCS status |
520 </dd> |
526 </dd> |
521 </dl> |
527 </dl> |
531 It enables/disables the VCS menu entries depending on the overall |
537 It enables/disables the VCS menu entries depending on the overall |
532 VCS status and the files status. |
538 VCS status and the files status. |
533 </p> |
539 </p> |
534 <dl> |
540 <dl> |
535 |
541 |
536 <dt><i>menu</i></dt> |
542 <dt><i>menu</i> (QMenu)</dt> |
537 <dd> |
543 <dd> |
538 reference to the menu to be shown |
544 reference to the menu to be shown |
539 </dd> |
545 </dd> |
540 <dt><i>standardItems</i></dt> |
546 <dt><i>standardItems</i> (list of QAction)</dt> |
541 <dd> |
547 <dd> |
542 array of standard items that need |
548 array of standard items that need |
543 activation/deactivation depending on the overall VCS status |
549 activation/deactivation depending on the overall VCS status |
544 </dd> |
550 </dd> |
545 </dl> |
551 </dl> |