diff -r 78af27bb8201 -r 45159308166f RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.MoveDialog.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.MoveDialog.html Wed Jan 03 16:44:06 2024 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.MoveDialog.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.MoveDialog</h1> - <p> Module implementing the Move Method or Module dialog. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#MoveDialog">MoveDialog</a></td> <td>Class implementing the Move Method or Module dialog.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="MoveDialog" ID="MoveDialog"></a> <h2>MoveDialog</h2> - <p> Class implementing the Move Method or Module dialog. </p> + <h3>Derived from</h3> RefactoringDialogBase, Ui_MoveDialog <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="#MoveDialog.__init__">MoveDialog</a></td> <td>Constructor</td> @@ -99,19 +96,20 @@ <td>Public method to process the change data sent by the refactoring client.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="MoveDialog.__init__" ID="MoveDialog.__init__"></a> <h4>MoveDialog (Constructor)</h4> <b>MoveDialog</b>(<i>refactoring, title, filename, offset, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>refactoring</i> (RefactoringServer)</dt> @@ -138,10 +136,10 @@ <a NAME="MoveDialog.__checkDestination" ID="MoveDialog.__checkDestination"></a> <h4>MoveDialog.__checkDestination</h4> <b>__checkDestination</b>(<i></i>) - <p> Private method to check the destination entered. </p> + <dl> <dt>Return:</dt> <dd> @@ -157,11 +155,11 @@ <a NAME="MoveDialog.__processMoveType" ID="MoveDialog.__processMoveType"></a> <h4>MoveDialog.__processMoveType</h4> <b>__processMoveType</b>(<i>data</i>) - <p> Private method to process the move type data sent by the refactoring client in order to polish the dialog. </p> + <dl> <dt><i>data</i> (dict)</dt> @@ -172,24 +170,24 @@ <a NAME="MoveDialog.__updateUI" ID="MoveDialog.__updateUI"></a> <h4>MoveDialog.__updateUI</h4> <b>__updateUI</b>(<i></i>) - <p> Private method to perform various UI updates. </p> + <a NAME="MoveDialog._calculateChanges" ID="MoveDialog._calculateChanges"></a> <h4>MoveDialog._calculateChanges</h4> <b>_calculateChanges</b>(<i></i>) - <p> Protected method to initiate the calculation of the changes. </p> + <a NAME="MoveDialog.on_attributeEdit_textChanged" ID="MoveDialog.on_attributeEdit_textChanged"></a> <h4>MoveDialog.on_attributeEdit_textChanged</h4> <b>on_attributeEdit_textChanged</b>(<i>text</i>) - <p> Private slot to react to changes of the attribute. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -200,10 +198,10 @@ <a NAME="MoveDialog.on_buttonBox_clicked" ID="MoveDialog.on_buttonBox_clicked"></a> <h4>MoveDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) - <p> Private slot to act on the button pressed. </p> + <dl> <dt><i>button</i> (QAbstractButton)</dt> @@ -214,10 +212,10 @@ <a NAME="MoveDialog.on_destinationEdit_textChanged" ID="MoveDialog.on_destinationEdit_textChanged"></a> <h4>MoveDialog.on_destinationEdit_textChanged</h4> <b>on_destinationEdit_textChanged</b>(<i>text</i>) - <p> Private slot to react to changes of the destination module. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -228,10 +226,10 @@ <a NAME="MoveDialog.on_methodEdit_textChanged" ID="MoveDialog.on_methodEdit_textChanged"></a> <h4>MoveDialog.on_methodEdit_textChanged</h4> <b>on_methodEdit_textChanged</b>(<i>text</i>) - <p> Private slot to react to changes of the method. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -242,19 +240,19 @@ <a NAME="MoveDialog.on_selectButton_clicked" ID="MoveDialog.on_selectButton_clicked"></a> <h4>MoveDialog.on_selectButton_clicked</h4> <b>on_selectButton_clicked</b>(<i></i>) - <p> Private slot called to select the destination module via a file selection dialog. </p> + <a NAME="MoveDialog.processChangeData" ID="MoveDialog.processChangeData"></a> <h4>MoveDialog.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> @@ -264,4 +262,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>