--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html Fri Sep 29 10:23:35 2017 +0200 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html Fri Sep 29 10:32:30 2017 +0200 @@ -21,7 +21,7 @@ <body><a NAME="top" ID="top"></a> <h1>Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle</h1> <p> -Module implementing a TaskHandle class with a progress dialog. +Module implementing a distributed TaskHandle class with a progress dialog. </p> <h3>Global Attributes</h3> <table> @@ -31,7 +31,7 @@ <table> <tr> <td><a href="#ProgressHandle">ProgressHandle</a></td> -<td>Class implementing TaskHandle with a progress dialog.</td> +<td>Class implementing distributed TaskHandle with a progress dialog.</td> </tr> </table> <h3>Functions</h3> @@ -42,7 +42,9 @@ <a NAME="ProgressHandle" ID="ProgressHandle"></a> <h2>ProgressHandle</h2> <p> - Class implementing TaskHandle with a progress dialog. + Class implementing distributed TaskHandle with a progress dialog. +</p><p> + This is the client side. </p> <h3>Derived from</h3> rope.base.taskhandle.TaskHandle @@ -65,9 +67,6 @@ </tr><tr> <td><a href="#ProgressHandle.reset">reset</a></td> <td>Public slot to reset the progress dialog.</td> -</tr><tr> -<td><a href="#ProgressHandle.show">show</a></td> -<td>Public slot to show the progress dialog.</td> </tr> </table> <h3>Static Methods</h3> @@ -76,20 +75,20 @@ </table> <a NAME="ProgressHandle.__init__" ID="ProgressHandle.__init__"></a> <h4>ProgressHandle (Constructor)</h4> -<b>ProgressHandle</b>(<i>title, interruptable=True, parent=None</i>) +<b>ProgressHandle</b>(<i>client, title, interruptable=True</i>) <p> Constructor </p><dl> -<dt><i>title</i></dt> +<dt><i>client</i> (JsonClient)</dt> <dd> -title for the taskhandle (string) -</dd><dt><i>interruptable</i></dt> +reference to the JSON client +</dd><dt><i>title</i> (str)</dt> +<dd> +title for the taskhandle +</dd><dt><i>interruptable</i> (bool)</dt> <dd> flag indicating, that the task may be - interrupted (boolean) -</dd><dt><i>parent</i></dt> -<dd> -reference to the parent widget (QWidget) + interrupted </dd> </dl><a NAME="ProgressHandle.__updateProgress" ID="ProgressHandle.__updateProgress"></a> <h4>ProgressHandle.__updateProgress</h4> @@ -101,11 +100,6 @@ <b>reset</b>(<i></i>) <p> Public slot to reset the progress dialog. -</p><a NAME="ProgressHandle.show" ID="ProgressHandle.show"></a> -<h4>ProgressHandle.show</h4> -<b>show</b>(<i></i>) -<p> - Public slot to show the progress dialog. </p> <div align="right"><a href="#top">Up</a></div> <hr />