SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
Feedback Namespace Reference

Classes

class  feedback
 This decorator is provided to mark a method as possibly slow running. More...
class  Feedback
 No documentation available. More...
class  OneMomentPlease
 No documentation available. More...
class  progress
 This decorator is provided to create a ProgressDialog. More...
class  ProgressDialog
 No documentation available. More...
class  ProgressException
 No documentation available. More...

Functions

def subtask
def UpdateDisplay

Function Documentation

def Feedback.subtask (   args)
 This decorator is used to aid in the creation of a 
 dual progress bar.  A function can be marked as a "subtask"
 which will cause it to be one task within a progress bar.
 Essentially subtask automates the handling of the ResetSubtask call.
def Feedback.UpdateDisplay (   args)
Returns
Instance of type None
     Call this method periodically in slow running code.  Be careful with it though as other things could have pending events which would be ran when you call this.
 
     C++ signature :
         void UpdateDisplay()