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 |
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 | ) |
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()