
Public Member Functions | |
| mxTimerObject (Class *ptr, unsigned int(Class::*timer)(unsigned int mil)) | |
| void | setTimer (unsigned int interval) |
| void | stopTimer () |
| virtual unsigned int | timerExecution (unsigned int x) |
Protected Attributes | |
| Class * | cls |
| unsigned int(Class::* | timer_func )(unsigned int mili) |
| SDL_TimerID | tid |
Definition at line 59 of file mxtimer.h.
| mx::mxTimerObject< Class >::mxTimerObject | ( | Class * | ptr, | |
| unsigned int(Class::*)(unsigned int mil) | timer | |||
| ) | [inline] |
| void mx::mxTimerObject< Class >::setTimer | ( | unsigned int | interval | ) | [inline] |
| void mx::mxTimerObject< Class >::stopTimer | ( | ) | [inline] |
| unsigned int mx::mxTimerObject< Class >::timerExecution | ( | unsigned int | x | ) | [inline, virtual] |
timerExecution overrided virtual function
| x | interval |
Implements mx::mxTimer_Exec.
Definition at line 106 of file mxtimer.h.
1.5.8