#include <x11_loop.hpp>
Inheritance diagram for X11Loop:

Public Member Functions | |
| virtual void | run () |
| Enter the event loop. | |
| virtual void | exit () |
| Exit the main loop. | |
Static Public Member Functions | |
| static OSLoop * | instance (intf_thread_t *pIntf, X11Display &rDisplay) |
| Get the instance of X11Loop. | |
| static void | destroy (intf_thread_t *pIntf) |
| Destroy the instance of X11Loop. | |
Definition at line 37 of file x11_loop.hpp.
1.4.2