Phoenix Logo

phoenix_title wx.TimerRunner

Starts the timer in its constructor, stops in the dtor.


class_hierarchy Class Hierarchy

Inheritance diagram for class TimerRunner:


method_summary Methods Summary

__init__  
Start  

api Class API



class wx.TimerRunner(object)

Possible constructors:

TimerRunner(timer)

TimerRunner(timer, milli, oneShot=False)

Starts the timer in its constructor, stops in the dtor.


Methods



__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, timer)

Parameters:timer (wx.Timer) –



__init__ (self, timer, milli, oneShot=False)

Parameters:
  • timer (wx.Timer) –
  • milli (int) –
  • oneShot (bool) –





Start(self, milli, oneShot=False)
Parameters:
  • milli (int) –
  • oneShot (bool) –