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

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,55 +7,52 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.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 process.</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
     process.
 </p>
+
 <h3>Derived from</h3>
 QWidget, 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>
@@ -129,19 +126,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>
@@ -156,10 +154,10 @@
 <a NAME="SvnDiffDialog.__appendText" ID="SvnDiffDialog.__appendText"></a>
 <h4>SvnDiffDialog.__appendText</h4>
 <b>__appendText</b>(<i>txt</i>)
-
 <p>
         Private method to append text to the end of the contents pane.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -170,10 +168,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>
@@ -196,10 +194,10 @@
 <a NAME="SvnDiffDialog.__getVersionArg" ID="SvnDiffDialog.__getVersionArg"></a>
 <h4>SvnDiffDialog.__getVersionArg</h4>
 <b>__getVersionArg</b>(<i>version</i>)
-
 <p>
         Private method to get a svn revision argument for the given revision.
 </p>
+
 <dl>
 
 <dt><i>version</i> (int or str)</dt>
@@ -222,10 +220,10 @@
 <a NAME="SvnDiffDialog.__procFinished" ID="SvnDiffDialog.__procFinished"></a>
 <h4>SvnDiffDialog.__procFinished</h4>
 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
-
 <p>
         Private slot connected to the finished signal.
 </p>
+
 <dl>
 
 <dt><i>exitCode</i> (int)</dt>
@@ -240,10 +238,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>
@@ -254,7 +252,6 @@
 <a NAME="SvnDiffDialog.__readStderr" ID="SvnDiffDialog.__readStderr"></a>
 <h4>SvnDiffDialog.__readStderr</h4>
 <b>__readStderr</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardError signal.
 </p>
@@ -262,10 +259,10 @@
         It reads the error output of the process and inserts it into the
         error pane.
 </p>
+
 <a NAME="SvnDiffDialog.__readStdout" ID="SvnDiffDialog.__readStdout"></a>
 <h4>SvnDiffDialog.__readStdout</h4>
 <b>__readStdout</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardOutput signal.
 </p>
@@ -273,13 +270,14 @@
         It reads the output of the process, formats it and inserts it into
         the contents pane.
 </p>
+
 <a NAME="SvnDiffDialog.closeEvent" ID="SvnDiffDialog.closeEvent"></a>
 <h4>SvnDiffDialog.closeEvent</h4>
 <b>closeEvent</b>(<i>e</i>)
-
 <p>
         Protected slot implementing a close event handler.
 </p>
+
 <dl>
 
 <dt><i>e</i> (QCloseEvent)</dt>
@@ -290,10 +288,10 @@
 <a NAME="SvnDiffDialog.keyPressEvent" ID="SvnDiffDialog.keyPressEvent"></a>
 <h4>SvnDiffDialog.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
-
 <p>
         Protected slot to handle a key press event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QKeyEvent)</dt>
@@ -304,10 +302,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>
@@ -318,10 +316,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>
@@ -332,17 +330,17 @@
 <a NAME="SvnDiffDialog.on_input_returnPressed" ID="SvnDiffDialog.on_input_returnPressed"></a>
 <h4>SvnDiffDialog.on_input_returnPressed</h4>
 <b>on_input_returnPressed</b>(<i></i>)
-
 <p>
         Private slot to handle the press of the return key in the input field.
 </p>
+
 <a NAME="SvnDiffDialog.on_passwordCheckBox_toggled" ID="SvnDiffDialog.on_passwordCheckBox_toggled"></a>
 <h4>SvnDiffDialog.on_passwordCheckBox_toggled</h4>
 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
-
 <p>
         Private slot to handle the password checkbox toggled.
 </p>
+
 <dl>
 
 <dt><i>isOn</i> (bool)</dt>
@@ -353,14 +351,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>
@@ -368,20 +365,21 @@
         It saves the diff shown in the dialog to a file in the local
         filesystem.
 </p>
+
 <a NAME="SvnDiffDialog.on_sendButton_clicked" ID="SvnDiffDialog.on_sendButton_clicked"></a>
 <h4>SvnDiffDialog.on_sendButton_clicked</h4>
 <b>on_sendButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to send the input to the subversion process.
 </p>
+
 <a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a>
 <h4>SvnDiffDialog.start</h4>
 <b>start</b>(<i>fn, versions=None, urls=None, summary=False, refreshable=False</i>)
-
 <p>
         Public slot to start the svn diff command.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -408,4 +406,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial