eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html

changeset 7370
5fb53279f2df
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7369:dbeeed55df08 7370:5fb53279f2df
157 <tr> 157 <tr>
158 <td><a href="#HgStatusDialog.__lfAdd">__lfAdd</a></td> 158 <td><a href="#HgStatusDialog.__lfAdd">__lfAdd</a></td>
159 <td>Private slot to add a file to the repository.</td> 159 <td>Private slot to add a file to the repository.</td>
160 </tr> 160 </tr>
161 <tr> 161 <tr>
162 <td><a href="#HgStatusDialog.__procFinished">__procFinished</a></td>
163 <td>Private slot connected to the finished signal.</td>
164 </tr>
165 <tr>
166 <td><a href="#HgStatusDialog.__processOutputLine">__processOutputLine</a></td> 162 <td><a href="#HgStatusDialog.__processOutputLine">__processOutputLine</a></td>
167 <td>Private method to process the lines of output.</td> 163 <td>Private method to process the lines of output.</td>
168 </tr> 164 </tr>
169 <tr> 165 <tr>
170 <td><a href="#HgStatusDialog.__readStderr">__readStderr</a></td>
171 <td>Private slot to handle the readyReadStandardError signal.</td>
172 </tr>
173 <tr>
174 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td>
175 <td>Private slot to handle the readyReadStandardOutput signal.</td>
176 </tr>
177 <tr>
178 <td><a href="#HgStatusDialog.__refreshDiff">__refreshDiff</a></td> 166 <td><a href="#HgStatusDialog.__refreshDiff">__refreshDiff</a></td>
179 <td>Private method to refresh the diff output after a refresh.</td> 167 <td>Private method to refresh the diff output after a refresh.</td>
180 </tr> 168 </tr>
181 <tr> 169 <tr>
182 <td><a href="#HgStatusDialog.__resizeColumns">__resizeColumns</a></td> 170 <td><a href="#HgStatusDialog.__resizeColumns">__resizeColumns</a></td>
209 <tr> 197 <tr>
210 <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td> 198 <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td>
211 <td>Protected slot implementing a close event handler.</td> 199 <td>Protected slot implementing a close event handler.</td>
212 </tr> 200 </tr>
213 <tr> 201 <tr>
214 <td><a href="#HgStatusDialog.keyPressEvent">keyPressEvent</a></td>
215 <td>Protected slot to handle a key press event.</td>
216 </tr>
217 <tr>
218 <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 202 <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
219 <td>Private slot called by a button of the button box clicked.</td> 203 <td>Private slot called by a button of the button box clicked.</td>
220 </tr> 204 </tr>
221 <tr> 205 <tr>
222 <td><a href="#HgStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td>
223 <td>Private slot to handle the press of the return key in the input field.</td>
224 </tr>
225 <tr>
226 <td><a href="#HgStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
227 <td>Private slot to handle the password checkbox toggled.</td>
228 </tr>
229 <tr>
230 <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> 206 <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
231 <td>Private slot to refresh the status display.</td> 207 <td>Private slot to refresh the status display.</td>
232 </tr>
233 <tr>
234 <td><a href="#HgStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
235 <td>Private slot to send the input to the subversion process.</td>
236 </tr> 208 </tr>
237 <tr> 209 <tr>
238 <td><a href="#HgStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> 210 <td><a href="#HgStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td>
239 <td>Private slot to react to the selection of a status filter.</td> 211 <td>Private slot to react to the selection of a status filter.</td>
240 </tr> 212 </tr>
482 <dt><i>mode</i></dt> 454 <dt><i>mode</i></dt>
483 <dd> 455 <dd>
484 add mode (string one of 'normal' or 'large') 456 add mode (string one of 'normal' or 'large')
485 </dd> 457 </dd>
486 </dl> 458 </dl>
487 <a NAME="HgStatusDialog.__procFinished" ID="HgStatusDialog.__procFinished"></a>
488 <h4>HgStatusDialog.__procFinished</h4>
489 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
490
491 <p>
492 Private slot connected to the finished signal.
493 </p>
494 <dl>
495
496 <dt><i>exitCode</i></dt>
497 <dd>
498 exit code of the process (integer)
499 </dd>
500 <dt><i>exitStatus</i></dt>
501 <dd>
502 exit status of the process (QProcess.ExitStatus)
503 </dd>
504 </dl>
505 <a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a> 459 <a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a>
506 <h4>HgStatusDialog.__processOutputLine</h4> 460 <h4>HgStatusDialog.__processOutputLine</h4>
507 <b>__processOutputLine</b>(<i>line</i>) 461 <b>__processOutputLine</b>(<i>line</i>)
508 462
509 <p> 463 <p>
514 <dt><i>line</i></dt> 468 <dt><i>line</i></dt>
515 <dd> 469 <dd>
516 output line to be processed (string) 470 output line to be processed (string)
517 </dd> 471 </dd>
518 </dl> 472 </dl>
519 <a NAME="HgStatusDialog.__readStderr" ID="HgStatusDialog.__readStderr"></a>
520 <h4>HgStatusDialog.__readStderr</h4>
521 <b>__readStderr</b>(<i></i>)
522
523 <p>
524 Private slot to handle the readyReadStandardError signal.
525 </p>
526 <p>
527 It reads the error output of the process and inserts it into the
528 error pane.
529 </p>
530 <a NAME="HgStatusDialog.__readStdout" ID="HgStatusDialog.__readStdout"></a>
531 <h4>HgStatusDialog.__readStdout</h4>
532 <b>__readStdout</b>(<i></i>)
533
534 <p>
535 Private slot to handle the readyReadStandardOutput signal.
536 </p>
537 <p>
538 It reads the output of the process, formats it and inserts it into
539 the contents pane.
540 </p>
541 <a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a> 473 <a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a>
542 <h4>HgStatusDialog.__refreshDiff</h4> 474 <h4>HgStatusDialog.__refreshDiff</h4>
543 <b>__refreshDiff</b>(<i></i>) 475 <b>__refreshDiff</b>(<i></i>)
544 476
545 <p> 477 <p>
613 <dt><i>e</i></dt> 545 <dt><i>e</i></dt>
614 <dd> 546 <dd>
615 close event (QCloseEvent) 547 close event (QCloseEvent)
616 </dd> 548 </dd>
617 </dl> 549 </dl>
618 <a NAME="HgStatusDialog.keyPressEvent" ID="HgStatusDialog.keyPressEvent"></a>
619 <h4>HgStatusDialog.keyPressEvent</h4>
620 <b>keyPressEvent</b>(<i>evt</i>)
621
622 <p>
623 Protected slot to handle a key press event.
624 </p>
625 <dl>
626
627 <dt><i>evt</i></dt>
628 <dd>
629 the key press event (QKeyEvent)
630 </dd>
631 </dl>
632 <a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> 550 <a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a>
633 <h4>HgStatusDialog.on_buttonBox_clicked</h4> 551 <h4>HgStatusDialog.on_buttonBox_clicked</h4>
634 <b>on_buttonBox_clicked</b>(<i>button</i>) 552 <b>on_buttonBox_clicked</b>(<i>button</i>)
635 553
636 <p> 554 <p>
641 <dt><i>button</i></dt> 559 <dt><i>button</i></dt>
642 <dd> 560 <dd>
643 button that was clicked (QAbstractButton) 561 button that was clicked (QAbstractButton)
644 </dd> 562 </dd>
645 </dl> 563 </dl>
646 <a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a>
647 <h4>HgStatusDialog.on_input_returnPressed</h4>
648 <b>on_input_returnPressed</b>(<i></i>)
649
650 <p>
651 Private slot to handle the press of the return key in the input field.
652 </p>
653 <a NAME="HgStatusDialog.on_passwordCheckBox_toggled" ID="HgStatusDialog.on_passwordCheckBox_toggled"></a>
654 <h4>HgStatusDialog.on_passwordCheckBox_toggled</h4>
655 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
656
657 <p>
658 Private slot to handle the password checkbox toggled.
659 </p>
660 <dl>
661
662 <dt><i>isOn</i></dt>
663 <dd>
664 flag indicating the status of the check box (boolean)
665 </dd>
666 </dl>
667 <a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a> 564 <a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a>
668 <h4>HgStatusDialog.on_refreshButton_clicked</h4> 565 <h4>HgStatusDialog.on_refreshButton_clicked</h4>
669 <b>on_refreshButton_clicked</b>(<i></i>) 566 <b>on_refreshButton_clicked</b>(<i></i>)
670 567
671 <p> 568 <p>
672 Private slot to refresh the status display. 569 Private slot to refresh the status display.
673 </p> 570 </p>
674 <a NAME="HgStatusDialog.on_sendButton_clicked" ID="HgStatusDialog.on_sendButton_clicked"></a>
675 <h4>HgStatusDialog.on_sendButton_clicked</h4>
676 <b>on_sendButton_clicked</b>(<i></i>)
677
678 <p>
679 Private slot to send the input to the subversion process.
680 </p>
681 <a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a> 571 <a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a>
682 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4> 572 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4>
683 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) 573 <b>on_statusFilterCombo_activated</b>(<i>txt</i>)
684 574
685 <p> 575 <p>

eric ide

mercurial