SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Feedback.progress Class Reference

This decorator is provided to create a ProgressDialog. More...

Methods defined here:

def __call__
def __init__

Class methods defined here:

def Update

Detailed Description

This decorator is provided to create a ProgressDialog.

It takes the same arguments as ProgressDialog's constructor. This decorator modifies the decorated function: You need to have an argument called "progress" which will be set to the ProgressDialog object managed by this decorator. It's best to put this progress argument at the end of your argument list. It won't change the way in which you call the function. You should use that object normally. It will be cleaned up when the function exits, even if an exception exits the function.

Constructor & Destructor Documentation

def Feedback.progress.__init__ (   args)
 __init__(args)

Member Function Documentation

def Feedback.progress.__call__ (   args)
 __call__(args)
def Feedback.progress.Update (   args)
 Update(args)

builtin.classobj_cls_m Class Methods from builtin.classobj