.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.TimerRunner: ========================================================================================================================================== |phoenix_title| **wx.TimerRunner** ========================================================================================================================================== Starts the timer in its constructor, stops in the dtor. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class TimerRunner:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.TimerRunner.__init__` :meth:`~wx.TimerRunner.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. .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

` **__init__** `(self, timer)` :param `timer`: :type `timer`: wx.Timer :html:`

` **__init__** `(self, timer, milli, oneShot=False)` :param `timer`: :type `timer`: wx.Timer :param `milli`: :type `milli`: int :param `oneShot`: :type `oneShot`: bool :html:`

` .. method:: Start(self, milli, oneShot=False) :param `milli`: :type `milli`: int :param `oneShot`: :type `oneShot`: bool