Tue, 10 Dec 2024 15:49:01 +0100
Updated copyright for 2025.
<!DOCTYPE html> <html><head> <title>Plugin_Refactoring_Rope.RefactoringRope.RopeProgressDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>Plugin_Refactoring_Rope.RefactoringRope.RopeProgressDialog</h1> <p> Module implementing a TaskHandle class with a progress dialog. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#RopeProgressDialog">RopeProgressDialog</a></td> <td>Class implementing TaskHandle with a progress dialog.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="RopeProgressDialog" ID="RopeProgressDialog"></a> <h2>RopeProgressDialog</h2> <p> Class implementing TaskHandle with a progress dialog. </p> <h3>Derived from</h3> EricProgressDialog <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="#RopeProgressDialog.__init__">RopeProgressDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#RopeProgressDialog.updateProgress">updateProgress</a></td> <td>Public slot to handle the task progress.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="RopeProgressDialog.__init__" ID="RopeProgressDialog.__init__"></a> <h4>RopeProgressDialog (Constructor)</h4> <b>RopeProgressDialog</b>(<i>server, title, interruptable=True, parent=None</i>) <p> Constructor </p> <dl> <dt><i>server</i> (EricJsonServer)</dt> <dd> reference to the JSON server </dd> <dt><i>title</i> (str)</dt> <dd> title for the dialog </dd> <dt><i>interruptable</i> (bool)</dt> <dd> flag indicating, that the task may be interrupted </dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="RopeProgressDialog.updateProgress" ID="RopeProgressDialog.updateProgress"></a> <h4>RopeProgressDialog.updateProgress</h4> <b>updateProgress</b>(<i>params</i>) <p> Public slot to handle the task progress. </p> <dl> <dt><i>params</i> (dict)</dt> <dd> dictionary containing the data to be set </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>