Public Member Functions | |
def | __init__ |
def | update |
Public Member Functions inherited from progressbar.Widget | |
def | update |
Static Public Member Functions | |
def | format_time |
Public Attributes | |
format | |
Static Public Attributes | |
TIME_SENSITIVE = True | |
Static Public Attributes inherited from progressbar.Widget | |
TIME_SENSITIVE = False | |
Static Private Attributes | |
tuple | __slots__ = ('format',) |
Definition at line 37 of file progressbar.py.
def progressbar.Timer.__init__ | ( | self, | |
format = 'Elapsed Time: %s' |
|||
) |
Definition at line 43 of file progressbar.py.
|
static |
Definition at line 47 of file progressbar.py.
def progressbar.Timer.update | ( | self, | |
pbar | |||
) |
Definition at line 53 of file progressbar.py.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget.setZoom().
|
staticprivate |
Definition at line 40 of file progressbar.py.
progressbar.Timer.format |
Definition at line 44 of file progressbar.py.
|
static |
Definition at line 41 of file progressbar.py.