Functions | |||
![]() | ![]() | Display* | xdisplay () |
![]() | ![]() | bool | open_xdisplay (char*) |
![]() | ![]() | void | setup_events () |
![]() | ![]() | bool | set_name (char*) |
![]() | ![]() | bool | set_icon_name (char*) |
![]() | ![]() | bool | set_font_info (char*) |
![]() | ![]() | bool | setup_gcs () |
![]() | ![]() | bool | get_graphics_semaphore () |
![]() | ![]() | bool | handle_polled_events () |
![]() | ![]() | void | handle_reparent_event (XEvent&) |
Variables | |||
![]() | ![]() | Display* | _display |
![]() | ![]() | char* | _display_name |
![]() | ![]() | int | _screen_num |
![]() | ![]() | int | _display_width |
![]() | ![]() | int | _display_height |
![]() | ![]() | Window | _xwindow |
![]() | ![]() | int | _window_x |
![]() | ![]() | int | _window_y |
![]() | ![]() | int | _width |
![]() | ![]() | int | _height |
![]() | ![]() | XFontStruct* | _font_info |
![]() | ![]() | Atom | _wmProtocolsAtom |
![]() | ![]() | Atom | _wmDeleteWindowAtom |
![]() | ![]() | GC | _gc |
![]() | ![]() | bool | _is_mono |
Display * xdisplay () |
bool open_xdisplay (char *) [protected]
|
void setup_events () [protected]
|
bool set_name (char *) [protected]
|
bool set_icon_name (char *) [protected]
|
bool set_font_info (char *) [protected]
|
bool setup_gcs () [protected]
|
bool get_graphics_semaphore () [protected]
|
bool handle_polled_events () [protected]
|
void handle_reparent_event (XEvent &) [protected]
|
Display* _display |
char* _display_name |
int _screen_num |
int _display_width |
int _display_height |
Window _xwindow |
int _window_x |
int _window_y |
int _width |
int _height |
XFontStruct* _font_info |
Atom _wmProtocolsAtom |
Atom _wmDeleteWindowAtom |
GC _gc |
bool _is_mono |