Module eagle :: Class Progress
[hide private]
[frames] | no frames]

Class Progress
source code

object --+                
         |                
 _EGObject --+            
             |            
     _EGWidget --+        
                 |        
     _EGDataWidget --+    
                     |    
      _EGWidLabelEntry --+
                         |
                        Progress

Progress bar.

Instance Methods [hide private]
  __init__(self, id, label="", value=0.0)
Progress bar constructor.
  __setup_gui__(self)
  get_value(self)
Get data from this widget.
  set_value(self, value)
Set data to this widget.
  pulse(self)
Animate progress bar.

Inherited from _EGWidLabelEntry: __get_resize_mode__, __repr__, __str__, get_label, set_label

Inherited from _EGWidget: __get_widgets__, hide, set_active, set_inactive, show

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__


Class Variables [hide private]

Inherited from _EGDataWidget: persistent

Inherited from object: __class__


Properties [hide private]
value  

Inherited from _EGWidLabelEntry: label

Inherited from _EGWidget: app

Inherited from _EGObject: id


Method Details [hide private]

__init__(self, id, label="", value=0.0)
(Constructor)

source code 

Progress bar constructor.

0 <= value <= 1.0
Parameters:
  • id - unique identifier.
  • label - what to show on a label on the left side of the widget.
  • value - initial content ( 0.0 <= value <= 1.0 )
Overrides: _EGWidLabelEntry.__init__

__setup_gui__(self)

source code 
Overrides: _EGWidLabelEntry.__setup_gui__

get_value(self)

source code 
Get data from this widget.
Overrides: _EGWidLabelEntry.get_value

set_value(self, value)

source code 
Set data to this widget.
Overrides: _EGWidLabelEntry.set_value

pulse(self)

source code 
Animate progress bar.

Property Details [hide private]

value

Get Method:
unreachable.get(self)
Set Method:
unreachable.set(self, value)
Delete Method:
None