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

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,55 +7,52 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitDiffDialog</h1>
-
 <p>
 Module implementing a dialog to show 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="#GitDiffDialog">GitDiffDialog</a></td>
 <td>Class implementing a dialog to show the output of the git diff command process.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="GitDiffDialog" ID="GitDiffDialog"></a>
 <h2>GitDiffDialog</h2>
-
 <p>
     Class implementing a dialog to show the output of the git diff command
     process.
 </p>
+
 <h3>Derived from</h3>
 QWidget, Ui_GitDiffDialog
 <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="#GitDiffDialog.__init__">GitDiffDialog</a></td>
 <td>Constructor</td>
@@ -93,19 +90,20 @@
 <td>Public slot to start the git diff command.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="GitDiffDialog.__init__" ID="GitDiffDialog.__init__"></a>
 <h4>GitDiffDialog (Constructor)</h4>
 <b>GitDiffDialog</b>(<i>vcs, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>vcs</i> (Git)</dt>
@@ -120,17 +118,17 @@
 <a NAME="GitDiffDialog.__generatorFinished" ID="GitDiffDialog.__generatorFinished"></a>
 <h4>GitDiffDialog.__generatorFinished</h4>
 <b>__generatorFinished</b>(<i></i>)
-
 <p>
         Private slot connected to the finished signal.
 </p>
+
 <a NAME="GitDiffDialog.__mergeFileSeparators" ID="GitDiffDialog.__mergeFileSeparators"></a>
 <h4>GitDiffDialog.__mergeFileSeparators</h4>
 <b>__mergeFileSeparators</b>(<i>fileSeparators</i>)
-
 <p>
         Private method to merge the file separator entries.
 </p>
+
 <dl>
 
 <dt><i>fileSeparators</i> (list of str)</dt>
@@ -153,10 +151,10 @@
 <a NAME="GitDiffDialog.closeEvent" ID="GitDiffDialog.closeEvent"></a>
 <h4>GitDiffDialog.closeEvent</h4>
 <b>closeEvent</b>(<i>e</i>)
-
 <p>
         Protected slot implementing a close event handler.
 </p>
+
 <dl>
 
 <dt><i>e</i> (QCloseEvent)</dt>
@@ -167,10 +165,10 @@
 <a NAME="GitDiffDialog.on_buttonBox_clicked" ID="GitDiffDialog.on_buttonBox_clicked"></a>
 <h4>GitDiffDialog.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>
@@ -181,10 +179,10 @@
 <a NAME="GitDiffDialog.on_filesCombo_activated" ID="GitDiffDialog.on_filesCombo_activated"></a>
 <h4>GitDiffDialog.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>
@@ -195,14 +193,13 @@
 <a NAME="GitDiffDialog.on_refreshButton_clicked" ID="GitDiffDialog.on_refreshButton_clicked"></a>
 <h4>GitDiffDialog.on_refreshButton_clicked</h4>
 <b>on_refreshButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to refresh the display.
 </p>
+
 <a NAME="GitDiffDialog.on_saveButton_clicked" ID="GitDiffDialog.on_saveButton_clicked"></a>
 <h4>GitDiffDialog.on_saveButton_clicked</h4>
 <b>on_saveButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the Save button press.
 </p>
@@ -210,13 +207,14 @@
         It saves the diff shown in the dialog to a file in the local
         filesystem.
 </p>
+
 <a NAME="GitDiffDialog.start" ID="GitDiffDialog.start"></a>
 <h4>GitDiffDialog.start</h4>
 <b>start</b>(<i>fn, versions=None, diffMode="work2repo", stashName="", refreshable=False</i>)
-
 <p>
         Public slot to start the git diff command.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -256,4 +254,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