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