Phoenix Logo

phoenix_title wx.lib.progressindicator.ProgressIndicator


class_hierarchy Class Hierarchy

Inheritance diagram for class ProgressIndicator:

super_classes Known Superclasses

wx.Panel


method_summary Methods Summary

__init__  
onTimer  
SetLabel Set the text displayed in the label.
SetRange For determinante mode (non-pulse) set the max value that the gauge can
SetValue For determinante mode (non-pulse) update the progress indicator to the
Start Show (if necessary) and begin displaying progress
Stop Stop showing progress

api Class API



class ProgressIndicator(wx.Panel)

Methods



__init__(self, *args, **kw)


onTimer(self, evt)


SetLabel(self, text)

Set the text displayed in the label.



SetRange(self, maxval)

For determinante mode (non-pulse) set the max value that the gauge can be set to. Defaults to 100.



SetValue(self, value, label=None)

For determinante mode (non-pulse) update the progress indicator to the given value. For example, if the job is 45% done then pass 45 to this method (as long as the range is still set to 100.)



Start(self, label=None)

Show (if necessary) and begin displaying progress



Stop(self, clearLabel=False)

Stop showing progress