RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html

branch
eric7
changeset 416
45159308166f
parent 375
c61a2f18ed78
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html	Wed Jan 03 16:44:06 2024 +0100
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html	Sun Oct 13 15:49:43 2024 +0200
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase</h1>
-
 <p>
 Module implementing the Refactoring dialog base class.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#RefactoringDialogBase">RefactoringDialogBase</a></td>
 <td>Class implementing the Refactoring dialog base class.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="RefactoringDialogBase" ID="RefactoringDialogBase"></a>
 <h2>RefactoringDialogBase</h2>
-
 <p>
     Class implementing the Refactoring dialog base class.
 </p>
+
 <h3>Derived from</h3>
 QDialog
 <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="#RefactoringDialogBase.__init__">RefactoringDialogBase</a></td>
 <td>Constructor</td>
@@ -87,19 +84,20 @@
 <td>Public method to request a preview of the calculated changes.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="RefactoringDialogBase.__init__" ID="RefactoringDialogBase.__init__"></a>
 <h4>RefactoringDialogBase (Constructor)</h4>
 <b>RefactoringDialogBase</b>(<i>refactoring, title, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>refactoring</i> (RefactoringServer)</dt>
@@ -118,10 +116,10 @@
 <a NAME="RefactoringDialogBase._calculateChanges" ID="RefactoringDialogBase._calculateChanges"></a>
 <h4>RefactoringDialogBase._calculateChanges</h4>
 <b>_calculateChanges</b>(<i></i>)
-
 <p>
         Protected method to initiate the calculation of changes.
 </p>
+
 <dl>
 
 <dt>Raises <b>NotImplementedError</b>:</dt>
@@ -133,17 +131,17 @@
 <a NAME="RefactoringDialogBase.applyChanges" ID="RefactoringDialogBase.applyChanges"></a>
 <h4>RefactoringDialogBase.applyChanges</h4>
 <b>applyChanges</b>(<i></i>)
-
 <p>
         Public method to apply the changes.
 </p>
+
 <a NAME="RefactoringDialogBase.closeEvent" ID="RefactoringDialogBase.closeEvent"></a>
 <h4>RefactoringDialogBase.closeEvent</h4>
 <b>closeEvent</b>(<i>evt</i>)
-
 <p>
         Protected method handling close events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QCloseEvent)</dt>
@@ -154,10 +152,10 @@
 <a NAME="RefactoringDialogBase.getChangeGroupName" ID="RefactoringDialogBase.getChangeGroupName"></a>
 <h4>RefactoringDialogBase.getChangeGroupName</h4>
 <b>getChangeGroupName</b>(<i></i>)
-
 <p>
         Public method to get the name of the change group.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -173,10 +171,10 @@
 <a NAME="RefactoringDialogBase.previewChanges" ID="RefactoringDialogBase.previewChanges"></a>
 <h4>RefactoringDialogBase.previewChanges</h4>
 <b>previewChanges</b>(<i>data</i>)
-
 <p>
         Public method to preview the changes.
 </p>
+
 <dl>
 
 <dt><i>data</i> (dict)</dt>
@@ -187,11 +185,11 @@
 <a NAME="RefactoringDialogBase.processChangeData" ID="RefactoringDialogBase.processChangeData"></a>
 <h4>RefactoringDialogBase.processChangeData</h4>
 <b>processChangeData</b>(<i>data</i>)
-
 <p>
         Public method to process the change data sent by the refactoring
         client.
 </p>
+
 <dl>
 
 <dt><i>data</i> (dict)</dt>
@@ -202,10 +200,10 @@
 <a NAME="RefactoringDialogBase.requestPreview" ID="RefactoringDialogBase.requestPreview"></a>
 <h4>RefactoringDialogBase.requestPreview</h4>
 <b>requestPreview</b>(<i></i>)
-
 <p>
         Public method to request a preview of the calculated changes.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial