

Public Member Functions | |
| X11TimerLoop (intf_thread_t *pIntf, int connectionNumber) | |
| Create the timer loop with the communication number of the X11 display. | |
| virtual | ~X11TimerLoop () |
| void | addTimer (X11Timer &rTimer) |
| Add a timer in the manager. | |
| void | removeTimer (X11Timer &rTimer) |
| Remove a timer from the manager. | |
| void | waitNextTimer () |
| Wait for the next timer and execute it. | |
| X11TimerLoop::X11TimerLoop | ( | intf_thread_t * | pIntf, | |
| int | connectionNumber | |||
| ) |
Create the timer loop with the communication number of the X11 display.
| virtual X11TimerLoop::~X11TimerLoop | ( | ) | [virtual] |
| void X11TimerLoop::addTimer | ( | X11Timer & | rTimer | ) |
Add a timer in the manager.
| void X11TimerLoop::removeTimer | ( | X11Timer & | rTimer | ) |
Remove a timer from the manager.
| void X11TimerLoop::waitNextTimer | ( | ) |
Wait for the next timer and execute it.
1.5.6