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

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
565 Private slot to handle the Lock context menu entry. 565 Private slot to handle the Lock context menu entry.
566 </p> 566 </p>
567 567
568 <a NAME="SvnStatusDialog.__procFinished" ID="SvnStatusDialog.__procFinished"></a> 568 <a NAME="SvnStatusDialog.__procFinished" ID="SvnStatusDialog.__procFinished"></a>
569 <h4>SvnStatusDialog.__procFinished</h4> 569 <h4>SvnStatusDialog.__procFinished</h4>
570 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 570 <b>__procFinished</b>(<i>_exitCode, _exitStatus</i>)
571 <p> 571 <p>
572 Private slot connected to the finished signal. 572 Private slot connected to the finished signal.
573 </p> 573 </p>
574 574
575 <dl> 575 <dl>
576 576
577 <dt><i>exitCode</i> (int)</dt> 577 <dt><i>_exitCode</i> (int)</dt>
578 <dd> 578 <dd>
579 exit code of the process 579 exit code of the process (unused)
580 </dd> 580 </dd>
581 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> 581 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt>
582 <dd> 582 <dd>
583 exit status of the process 583 exit status of the process (unused)
584 </dd> 584 </dd>
585 </dl> 585 </dl>
586 <a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a> 586 <a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a>
587 <h4>SvnStatusDialog.__readStderr</h4> 587 <h4>SvnStatusDialog.__readStderr</h4>
588 <b>__readStderr</b>(<i></i>) 588 <b>__readStderr</b>(<i></i>)
822 index of the selected entry 822 index of the selected entry
823 </dd> 823 </dd>
824 </dl> 824 </dl>
825 <a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> 825 <a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a>
826 <h4>SvnStatusDialog.on_statusList_itemChanged</h4> 826 <h4>SvnStatusDialog.on_statusList_itemChanged</h4>
827 <b>on_statusList_itemChanged</b>(<i>item, column</i>) 827 <b>on_statusList_itemChanged</b>(<i>_item, column</i>)
828 <p> 828 <p>
829 Private slot to act upon item changes. 829 Private slot to act upon item changes.
830 </p> 830 </p>
831 831
832 <dl> 832 <dl>
833 833
834 <dt><i>item</i> (QTreeWidgetItem)</dt> 834 <dt><i>_item</i> (QTreeWidgetItem)</dt>
835 <dd> 835 <dd>
836 reference to the changed item 836 reference to the changed item (unused)
837 </dd> 837 </dd>
838 <dt><i>column</i> (int)</dt> 838 <dt><i>column</i> (int)</dt>
839 <dd> 839 <dd>
840 index of column that changed 840 index of column that changed
841 </dd> 841 </dd>

eric ide

mercurial