src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
518 Private method to push patches onto the stack or pop patches off the 518 Private method to push patches onto the stack or pop patches off the
519 stack. 519 stack.
520 </p> 520 </p>
521 <dl> 521 <dl>
522 522
523 <dt><i>operation</i></dt> 523 <dt><i>operation</i> (int)</dt>
524 <dd> 524 <dd>
525 operation type to be performed (Queues.POP, 525 operation type to be performed (Queues.POP,
526 Queues.PUSH, Queues.GOTO) 526 Queues.PUSH, Queues.GOTO)
527 </dd> 527 </dd>
528 <dt><i>doAll</i></dt> 528 <dt><i>doAll</i> (bool)</dt>
529 <dd> 529 <dd>
530 flag indicating to push/pop all (boolean) 530 flag indicating to push/pop all
531 </dd> 531 </dd>
532 <dt><i>named</i></dt> 532 <dt><i>named</i> (bool)</dt>
533 <dd> 533 <dd>
534 flag indicating to push/pop until a named patch 534 flag indicating to push/pop until a named patch
535 is at the top of the stack (boolean) 535 is at the top of the stack
536 </dd> 536 </dd>
537 <dt><i>force</i></dt> 537 <dt><i>force</i> (bool)</dt>
538 <dd> 538 <dd>
539 flag indicating a forceful pop (boolean) 539 flag indicating a forceful pop
540 </dd> 540 </dd>
541 </dl> 541 </dl>
542 <a NAME="QueuesProjectHelper.__hgQueueRefreshPatch" ID="QueuesProjectHelper.__hgQueueRefreshPatch"></a> 542 <a NAME="QueuesProjectHelper.__hgQueueRefreshPatch" ID="QueuesProjectHelper.__hgQueueRefreshPatch"></a>
543 <h4>QueuesProjectHelper.__hgQueueRefreshPatch</h4> 543 <h4>QueuesProjectHelper.__hgQueueRefreshPatch</h4>
544 <b>__hgQueueRefreshPatch</b>(<i></i>) 544 <b>__hgQueueRefreshPatch</b>(<i></i>)
637 <p> 637 <p>
638 Public method to generate the extension menu. 638 Public method to generate the extension menu.
639 </p> 639 </p>
640 <dl> 640 <dl>
641 641
642 <dt><i>mainMenu</i></dt> 642 <dt><i>mainMenu</i> (QMenu)</dt>
643 <dd> 643 <dd>
644 reference to the main menu (QMenu) 644 reference to the main menu
645 </dd> 645 </dd>
646 </dl> 646 </dl>
647 <dl> 647 <dl>
648 <dt>Return:</dt> 648 <dt>Return:</dt>
649 <dd> 649 <dd>
650 populated menu (QMenu) 650 populated menu
651 </dd>
652 </dl>
653 <dl>
654 <dt>Return Type:</dt>
655 <dd>
656 QMenu
651 </dd> 657 </dd>
652 </dl> 658 </dl>
653 <a NAME="QueuesProjectHelper.menuTitle" ID="QueuesProjectHelper.menuTitle"></a> 659 <a NAME="QueuesProjectHelper.menuTitle" ID="QueuesProjectHelper.menuTitle"></a>
654 <h4>QueuesProjectHelper.menuTitle</h4> 660 <h4>QueuesProjectHelper.menuTitle</h4>
655 <b>menuTitle</b>(<i></i>) 661 <b>menuTitle</b>(<i></i>)
658 Public method to get the menu title. 664 Public method to get the menu title.
659 </p> 665 </p>
660 <dl> 666 <dl>
661 <dt>Return:</dt> 667 <dt>Return:</dt>
662 <dd> 668 <dd>
663 title of the menu (string) 669 title of the menu
670 </dd>
671 </dl>
672 <dl>
673 <dt>Return Type:</dt>
674 <dd>
675 str
664 </dd> 676 </dd>
665 </dl> 677 </dl>
666 <div align="right"><a href="#top">Up</a></div> 678 <div align="right"><a href="#top">Up</a></div>
667 <hr /> 679 <hr />
668 </body></html> 680 </body></html>

eric ide

mercurial