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 : Timer) -> None

TimerRunner(timer : Timer, milli : int, oneShot: bool=False) -> None

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


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, timer : Timer)

Parameters:

timer (wx.Timer) –

Return type:

None



__init__ (self, timer : Timer, milli : int, oneShot: bool=False)

Parameters:
  • timer (wx.Timer) –

  • milli (int) –

  • oneShot (bool) –

Return type:

None





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

  • oneShot (bool) –

Return type:

None