blindstation.timer
index
/home/sable/test/blindstation-1.0.7/blindstation-1.0.7/test/blindstation/timer.py

Timer related classes

 
Modules
       
blindstation
weakref

 
Classes
       
__builtin__.object
Timer

 
class Timer(__builtin__.object)
    Timer is a useful widget to measure time
 
  Methods defined here:
__del__(self)
Timer destructor
__init__(self, scene, name)
A timer must be initialised with its name
get_timer_callback(self)
setTime(self, time)
Set the length of the timer and launch it
set_timer_callback(self, callback)

Properties defined here:
timer_callback
Callback to be called when the timer is triggered
get = get_timer_callback(self)
set = set_timer_callback(self, callback)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Timer' objects>
list of weak references to the object (if defined)