Module ProcessView :: Class _Window
[hide private]
[frames] | no frames]

Class _Window

source code


Shows current process state.

Instance Methods [hide private]
 
__init__(self, root, system)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
update(self)
regularly called update of visualization.
source code

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

Class Variables [hide private]
  _update_time = 50
ms
  _width = 3
radius
  _scale_x = 50
  _scale_length = 50
  _canvas_width = 530
  _canvas_height = 400
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, root, system)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)