RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html

Thu, 30 Dec 2021 12:33:10 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 30 Dec 2021 12:33:10 +0100
branch
eric7
changeset 375
c61a2f18ed78
parent 365
f740b50380df
child 416
45159308166f
permissions
-rw-r--r--

Updated version info to indicate relation to eric7.

<!DOCTYPE html>
<html><head>
<title>Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle</h1>

<p>
Module implementing a distributed 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="#ProgressHandle">ProgressHandle</a></td>
<td>Class implementing distributed TaskHandle with a progress dialog.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="ProgressHandle" ID="ProgressHandle"></a>
<h2>ProgressHandle</h2>

<p>
    Class implementing distributed TaskHandle with a progress dialog.
</p>
<p>
    This is the client side.
</p>
<h3>Derived from</h3>
rope.base.taskhandle.TaskHandle
<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="#ProgressHandle.__init__">ProgressHandle</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#ProgressHandle.__updateProgress">__updateProgress</a></td>
<td>Private slot to handle the task progress.</td>
</tr>
<tr>
<td><a href="#ProgressHandle.reset">reset</a></td>
<td>Public slot to reset the progress dialog.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="ProgressHandle.__init__" ID="ProgressHandle.__init__"></a>
<h4>ProgressHandle (Constructor)</h4>
<b>ProgressHandle</b>(<i>client, title, interruptable=True</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>client</i> (EricJsonClient)</dt>
<dd>
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
</dd>
</dl>
<a NAME="ProgressHandle.__updateProgress" ID="ProgressHandle.__updateProgress"></a>
<h4>ProgressHandle.__updateProgress</h4>
<b>__updateProgress</b>(<i></i>)

<p>
        Private slot to handle the task progress.
</p>
<a NAME="ProgressHandle.reset" ID="ProgressHandle.reset"></a>
<h4>ProgressHandle.reset</h4>
<b>reset</b>(<i></i>)

<p>
        Public slot to reset the progress dialog.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial