CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Static Private Attributes
progressbar.Timer Class Reference
Inheritance diagram for progressbar.Timer:
progressbar.Widget progressbar.FormatLabel

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',)
 

Detailed Description

Definition at line 37 of file progressbar.py.

Constructor & Destructor Documentation

def progressbar.Timer.__init__ (   self,
  format = 'Elapsed Time: %s' 
)

Definition at line 43 of file progressbar.py.

Member Function Documentation

def progressbar.Timer.format_time (   seconds)
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().

Member Data Documentation

tuple progressbar.Timer.__slots__ = ('format',)
staticprivate

Definition at line 40 of file progressbar.py.

progressbar.Timer.format

Definition at line 44 of file progressbar.py.

progressbar.Timer.TIME_SENSITIVE = True
static

Definition at line 41 of file progressbar.py.