src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 10259
b51dfacef37f
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
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>)
386 <p> 392 <p>
387 Protected method used to add the VCS menu to all project browsers. 393 Protected method used to add the VCS menu to all project browsers.
388 </p> 394 </p>
389 <dl> 395 <dl>
390 396
391 <dt><i>mainMenu</i></dt> 397 <dt><i>mainMenu</i> (QMenu)</dt>
392 <dd> 398 <dd>
393 reference to the menu to be amended 399 reference to the menu to be amended
394 </dd> 400 </dd>
395 </dl> 401 </dl>
396 <a NAME="SvnProjectBrowserHelper._addVCSMenuBack" ID="SvnProjectBrowserHelper._addVCSMenuBack"></a> 402 <a NAME="SvnProjectBrowserHelper._addVCSMenuBack" ID="SvnProjectBrowserHelper._addVCSMenuBack"></a>
400 <p> 406 <p>
401 Protected method used to add the VCS menu to all project browsers. 407 Protected method used to add the VCS menu to all project browsers.
402 </p> 408 </p>
403 <dl> 409 <dl>
404 410
405 <dt><i>mainMenu</i></dt> 411 <dt><i>mainMenu</i> (QMenu)</dt>
406 <dd> 412 <dd>
407 reference to the menu to be amended 413 reference to the menu to be amended
408 </dd> 414 </dd>
409 </dl> 415 </dl>
410 <a NAME="SvnProjectBrowserHelper._addVCSMenuDir" ID="SvnProjectBrowserHelper._addVCSMenuDir"></a> 416 <a NAME="SvnProjectBrowserHelper._addVCSMenuDir" ID="SvnProjectBrowserHelper._addVCSMenuDir"></a>
414 <p> 420 <p>
415 Protected method used to add the VCS menu to all project browsers. 421 Protected method used to add the VCS menu to all project browsers.
416 </p> 422 </p>
417 <dl> 423 <dl>
418 424
419 <dt><i>mainMenu</i></dt> 425 <dt><i>mainMenu</i> (QMenu)</dt>
420 <dd> 426 <dd>
421 reference to the menu to be amended 427 reference to the menu to be amended
422 </dd> 428 </dd>
423 </dl> 429 </dl>
424 <a NAME="SvnProjectBrowserHelper._addVCSMenuDirMulti" ID="SvnProjectBrowserHelper._addVCSMenuDirMulti"></a> 430 <a NAME="SvnProjectBrowserHelper._addVCSMenuDirMulti" ID="SvnProjectBrowserHelper._addVCSMenuDirMulti"></a>
428 <p> 434 <p>
429 Protected method used to add the VCS menu to all project browsers. 435 Protected method used to add the VCS menu to all project browsers.
430 </p> 436 </p>
431 <dl> 437 <dl>
432 438
433 <dt><i>mainMenu</i></dt> 439 <dt><i>mainMenu</i> (QMenu)</dt>
434 <dd> 440 <dd>
435 reference to the menu to be amended 441 reference to the menu to be amended
436 </dd> 442 </dd>
437 </dl> 443 </dl>
438 <a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a> 444 <a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a>
443 Protected method used to add the VCS menu for multi selection to all 449 Protected method used to add the VCS menu for multi selection to all
444 project browsers. 450 project browsers.
445 </p> 451 </p>
446 <dl> 452 <dl>
447 453
448 <dt><i>mainMenu</i></dt> 454 <dt><i>mainMenu</i> (QMenu)</dt>
449 <dd> 455 <dd>
450 reference to the menu to be amended 456 reference to the menu to be amended
451 </dd> 457 </dd>
452 </dl> 458 </dl>
453 <a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> 459 <a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a>
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>

eric ide

mercurial