src/eric7/Documentation/Source/eric7.UI.DiffDialog.html

branch
eric7
changeset 10479
856476537696
parent 10433
328f3ec4b77a
child 10692
9becf9ca115c
--- a/src/eric7/Documentation/Source/eric7.UI.DiffDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.DiffDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.DiffDialog</h1>
-
 <p>
 Module implementing a dialog to compare two files.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#DiffDialog">DiffDialog</a></td>
 <td>Class implementing a dialog to compare two files.</td>
@@ -29,35 +27,34 @@
 <td>Main window class for the standalone dialog.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="DiffDialog" ID="DiffDialog"></a>
 <h2>DiffDialog</h2>
-
 <p>
     Class implementing a dialog to compare two files.
 </p>
+
 <h3>Derived from</h3>
 QWidget, Ui_DiffDialog
 <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="#DiffDialog.__init__">DiffDialog</a></td>
 <td>Constructor</td>
@@ -95,19 +92,20 @@
 <td>Public slot to show the dialog.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="DiffDialog.__init__" ID="DiffDialog.__init__"></a>
 <h4>DiffDialog (Constructor)</h4>
 <b>DiffDialog</b>(<i>files=None, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>files</i> (list of [str, str])</dt>
@@ -122,10 +120,10 @@
 <a NAME="DiffDialog.__appendText" ID="DiffDialog.__appendText"></a>
 <h4>DiffDialog.__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>
@@ -136,17 +134,17 @@
 <a NAME="DiffDialog.__fileChanged" ID="DiffDialog.__fileChanged"></a>
 <h4>DiffDialog.__fileChanged</h4>
 <b>__fileChanged</b>(<i></i>)
-
 <p>
         Private slot to enable/disable the Compare button.
 </p>
+
 <a NAME="DiffDialog.__generateContextDiff" ID="DiffDialog.__generateContextDiff"></a>
 <h4>DiffDialog.__generateContextDiff</h4>
 <b>__generateContextDiff</b>(<i>a, b, fromfile, tofile, fromfiledate, tofiledate</i>)
-
 <p>
         Private slot to generate a context diff output.
 </p>
+
 <dl>
 
 <dt><i>a</i> (list of str)</dt>
@@ -177,10 +175,10 @@
 <a NAME="DiffDialog.__generateUnifiedDiff" ID="DiffDialog.__generateUnifiedDiff"></a>
 <h4>DiffDialog.__generateUnifiedDiff</h4>
 <b>__generateUnifiedDiff</b>(<i>a, b, fromfile, tofile, fromfiledate, tofiledate</i>)
-
 <p>
         Private slot to generate a unified diff output.
 </p>
+
 <dl>
 
 <dt><i>a</i> (list of str)</dt>
@@ -211,10 +209,10 @@
 <a NAME="DiffDialog.on_buttonBox_clicked" ID="DiffDialog.on_buttonBox_clicked"></a>
 <h4>DiffDialog.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>
@@ -225,14 +223,13 @@
 <a NAME="DiffDialog.on_diffButton_clicked" ID="DiffDialog.on_diffButton_clicked"></a>
 <h4>DiffDialog.on_diffButton_clicked</h4>
 <b>on_diffButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the Compare button press.
 </p>
+
 <a NAME="DiffDialog.on_saveButton_clicked" ID="DiffDialog.on_saveButton_clicked"></a>
 <h4>DiffDialog.on_saveButton_clicked</h4>
 <b>on_saveButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the Save button press.
 </p>
@@ -240,13 +237,14 @@
         It saves the diff shown in the dialog to a file in the local
         filesystem.
 </p>
+
 <a NAME="DiffDialog.show" ID="DiffDialog.show"></a>
 <h4>DiffDialog.show</h4>
 <b>show</b>(<i>filename=None</i>)
-
 <p>
         Public slot to show the dialog.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -259,26 +257,24 @@
 <hr />
 <a NAME="DiffWindow" ID="DiffWindow"></a>
 <h2>DiffWindow</h2>
-
 <p>
     Main window class for the standalone dialog.
 </p>
+
 <h3>Derived from</h3>
 EricMainWindow
 <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="#DiffWindow.__init__">DiffWindow</a></td>
 <td>Constructor</td>
@@ -288,19 +284,20 @@
 <td>Public method to filter events.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="DiffWindow.__init__" ID="DiffWindow.__init__"></a>
 <h4>DiffWindow (Constructor)</h4>
 <b>DiffWindow</b>(<i>files=None, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>files</i> (list of [str, str])</dt>
@@ -315,10 +312,10 @@
 <a NAME="DiffWindow.eventFilter" ID="DiffWindow.eventFilter"></a>
 <h4>DiffWindow.eventFilter</h4>
 <b>eventFilter</b>(<i>obj, event</i>)
-
 <p>
         Public method to filter events.
 </p>
+
 <dl>
 
 <dt><i>obj</i> (QObject)</dt>
@@ -344,4 +341,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