#include <x11_timer.hpp>
Inheritance diagram for X11TimerLoop:
Public Member Functions | |
X11TimerLoop (intf_thread_t *pIntf, int connectionNumber) | |
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. |
Definition at line 72 of file x11_timer.hpp.
|
Create the timer loop with the communication number of the X11 display |