src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,38 +7,37 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitDiffGenerator</h1>
-
 <p>
 Module implementing a class to generate the output of the git diff command
 process.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#GitDiffGenerator">GitDiffGenerator</a></td>
 <td>Class implementing the generation of output of the git diff command.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="GitDiffGenerator" ID="GitDiffGenerator"></a>
 <h2>GitDiffGenerator</h2>
-
 <p>
     Class implementing the generation of output of the git diff command.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -50,19 +49,17 @@
 <h3>Derived from</h3>
 QObject
 <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="#GitDiffGenerator.__init__">GitDiffGenerator</a></td>
 <td>Constructor</td>
@@ -100,19 +97,20 @@
 <td>Public slot to stop the diff processes.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="GitDiffGenerator.__init__" ID="GitDiffGenerator.__init__"></a>
 <h4>GitDiffGenerator (Constructor)</h4>
 <b>GitDiffGenerator</b>(<i>vcs, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>vcs</i> (Git)</dt>
@@ -127,10 +125,10 @@
 <a NAME="GitDiffGenerator.__procFinished" ID="GitDiffGenerator.__procFinished"></a>
 <h4>GitDiffGenerator.__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>
@@ -145,10 +143,10 @@
 <a NAME="GitDiffGenerator.__processFileLine" ID="GitDiffGenerator.__processFileLine"></a>
 <h4>GitDiffGenerator.__processFileLine</h4>
 <b>__processFileLine</b>(<i>line, isTopDiff</i>)
-
 <p>
         Private slot to process a line giving the old/new file.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -164,10 +162,10 @@
 <a NAME="GitDiffGenerator.__processLine" ID="GitDiffGenerator.__processLine"></a>
 <h4>GitDiffGenerator.__processLine</h4>
 <b>__processLine</b>(<i>line, isTopDiff</i>)
-
 <p>
         Private method to process one line of output.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -183,7 +181,6 @@
 <a NAME="GitDiffGenerator.__readStderr" ID="GitDiffGenerator.__readStderr"></a>
 <h4>GitDiffGenerator.__readStderr</h4>
 <b>__readStderr</b>(<i>process</i>)
-
 <p>
         Private slot to handle the readyReadStandardError signal.
 </p>
@@ -191,6 +188,7 @@
         It reads the error output of the process and inserts it into the
         error pane.
 </p>
+
 <dl>
 
 <dt><i>process</i> (QProcess)</dt>
@@ -201,7 +199,6 @@
 <a NAME="GitDiffGenerator.__readStdout" ID="GitDiffGenerator.__readStdout"></a>
 <h4>GitDiffGenerator.__readStdout</h4>
 <b>__readStdout</b>(<i>process</i>)
-
 <p>
         Private slot to handle the readyReadStandardOutput signal.
 </p>
@@ -209,6 +206,7 @@
         It reads the output of the process, formats it and inserts it into
         the contents pane.
 </p>
+
 <dl>
 
 <dt><i>process</i> (QProcess)</dt>
@@ -219,10 +217,10 @@
 <a NAME="GitDiffGenerator.getResult" ID="GitDiffGenerator.getResult"></a>
 <h4>GitDiffGenerator.getResult</h4>
 <b>getResult</b>(<i></i>)
-
 <p>
         Public method to return the result data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -241,10 +239,10 @@
 <a NAME="GitDiffGenerator.start" ID="GitDiffGenerator.start"></a>
 <h4>GitDiffGenerator.start</h4>
 <b>start</b>(<i>fn, versions=None, diffMode="work2repo", stashName=""</i>)
-
 <p>
         Public slot to start the git diff command.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -293,10 +291,10 @@
 <a NAME="GitDiffGenerator.stopProcesses" ID="GitDiffGenerator.stopProcesses"></a>
 <h4>GitDiffGenerator.stopProcesses</h4>
 <b>stopProcesses</b>(<i></i>)
-
 <p>
         Public slot to stop the diff processes.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial