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>) |