#include <wx/timer.h>
Starts the timer in its ctor, stops in the dtor.
Public Member Functions | |
wxTimerRunner (wxTimer &timer) | |
wxTimerRunner (wxTimer &timer, int milli, bool oneShot=false) | |
void | Start (int milli, bool oneShot=false) |
~wxTimerRunner () | |
wxTimerRunner::wxTimerRunner | ( | wxTimer & | timer | ) |
wxTimerRunner::~wxTimerRunner | ( | ) |