diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,54 +7,51 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog</h1> - <p> Module implementing a dialog to show the output of the svn diff command process. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#SvnDiffDialog">SvnDiffDialog</a></td> <td>Class implementing a dialog to show the output of the svn diff command.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="SvnDiffDialog" ID="SvnDiffDialog"></a> <h2>SvnDiffDialog</h2> - <p> Class implementing a dialog to show the output of the svn diff command. </p> + <h3>Derived from</h3> QWidget, SvnDialogMixin, Ui_SvnDiffDialog <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#SvnDiffDialog.__init__">SvnDiffDialog</a></td> <td>Constructor</td> @@ -108,19 +105,20 @@ <td>Public slot to start the svn diff command.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="SvnDiffDialog.__init__" ID="SvnDiffDialog.__init__"></a> <h4>SvnDiffDialog (Constructor)</h4> <b>SvnDiffDialog</b>(<i>vcs, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>vcs</i> (Subversion)</dt> @@ -135,10 +133,10 @@ <a NAME="SvnDiffDialog.__appendText" ID="SvnDiffDialog.__appendText"></a> <h4>SvnDiffDialog.__appendText</h4> <b>__appendText</b>(<i>line</i>) - <p> Private method to append text to the end of the contents pane. </p> + <dl> <dt><i>line</i> (str)</dt> @@ -149,10 +147,10 @@ <a NAME="SvnDiffDialog.__extractFileName" ID="SvnDiffDialog.__extractFileName"></a> <h4>SvnDiffDialog.__extractFileName</h4> <b>__extractFileName</b>(<i>line</i>) - <p> Private method to extract the file name out of a file separator line. </p> + <dl> <dt><i>line</i> (str)</dt> @@ -175,17 +173,17 @@ <a NAME="SvnDiffDialog.__finish" ID="SvnDiffDialog.__finish"></a> <h4>SvnDiffDialog.__finish</h4> <b>__finish</b>(<i></i>) - <p> Private slot called when the user pressed the button. </p> + <a NAME="SvnDiffDialog.__getDiffSummaryKind" ID="SvnDiffDialog.__getDiffSummaryKind"></a> <h4>SvnDiffDialog.__getDiffSummaryKind</h4> <b>__getDiffSummaryKind</b>(<i>summaryKind</i>) - <p> Private method to get a string descripion of the diff summary. </p> + <dl> <dt><i>summaryKind</i> (pysvn.diff_summarize.summarize_kind)</dt> @@ -208,11 +206,11 @@ <a NAME="SvnDiffDialog.__getVersionArg" ID="SvnDiffDialog.__getVersionArg"></a> <h4>SvnDiffDialog.__getVersionArg</h4> <b>__getVersionArg</b>(<i>version</i>) - <p> Private method to get a pysvn revision object for the given version number. </p> + <dl> <dt><i>version</i> (int or str)</dt> @@ -235,10 +233,10 @@ <a NAME="SvnDiffDialog.__processFileLine" ID="SvnDiffDialog.__processFileLine"></a> <h4>SvnDiffDialog.__processFileLine</h4> <b>__processFileLine</b>(<i>line</i>) - <p> Private slot to process a line giving the old/new file. </p> + <dl> <dt><i>line</i> (str)</dt> @@ -249,10 +247,10 @@ <a NAME="SvnDiffDialog.__showError" ID="SvnDiffDialog.__showError"></a> <h4>SvnDiffDialog.__showError</h4> <b>__showError</b>(<i>msg</i>) - <p> Private slot to show an error message. </p> + <dl> <dt><i>msg</i> (str)</dt> @@ -263,10 +261,10 @@ <a NAME="SvnDiffDialog.on_buttonBox_clicked" ID="SvnDiffDialog.on_buttonBox_clicked"></a> <h4>SvnDiffDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) - <p> Private slot called by a button of the button box clicked. </p> + <dl> <dt><i>button</i> (QAbstractButton)</dt> @@ -277,10 +275,10 @@ <a NAME="SvnDiffDialog.on_filesCombo_activated" ID="SvnDiffDialog.on_filesCombo_activated"></a> <h4>SvnDiffDialog.on_filesCombo_activated</h4> <b>on_filesCombo_activated</b>(<i>index</i>) - <p> Private slot to handle the selection of a file. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -291,14 +289,13 @@ <a NAME="SvnDiffDialog.on_refreshButton_clicked" ID="SvnDiffDialog.on_refreshButton_clicked"></a> <h4>SvnDiffDialog.on_refreshButton_clicked</h4> <b>on_refreshButton_clicked</b>(<i></i>) - <p> Private slot to refresh the display. </p> + <a NAME="SvnDiffDialog.on_saveButton_clicked" ID="SvnDiffDialog.on_saveButton_clicked"></a> <h4>SvnDiffDialog.on_saveButton_clicked</h4> <b>on_saveButton_clicked</b>(<i></i>) - <p> Private slot to handle the Save button press. </p> @@ -306,13 +303,14 @@ It saves the diff shown in the dialog to a file in the local filesystem. </p> + <a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a> <h4>SvnDiffDialog.start</h4> <b>start</b>(<i>fn, versions=None, urls=None, summary=False, pegRev=None, refreshable=False, </i>) - <p> Public slot to start the svn diff command. </p> + <dl> <dt><i>fn</i> (str)</dt> @@ -343,4 +341,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>