![]() |
Qt 4.8
|
#include "qxcbconnection.h"#include "qxcbkeyboard.h"#include "qxcbscreen.h"#include "qxcbwindow.h"#include <QtAlgorithms>#include <QSocketNotifier>#include <QtGui/private/qapplication_p.h>#include <QAbstractEventDispatcher>#include <QtCore/QDebug>#include <stdio.h>#include <errno.h>Go to the source code of this file.
Macros | |
| #define | HANDLE_KEYBOARD_EVENT(event_t, handler) |
| #define | HANDLE_PLATFORM_WINDOW_EVENT(event_t, window, handler) |
Functions | |
| QXcbWindow * | platformWindowFromId (xcb_window_t id) |
| void | printXcbEvent (const char *message, xcb_generic_event_t *event) |
Variables | |
| static const char * | xcb_atomnames |
| const char * | xcb_errors [] |
| const char * | xcb_protocol_request_codes [] |
| #define HANDLE_KEYBOARD_EVENT | ( | event_t, | |
| handler | |||
| ) |
Definition at line 165 of file qxcbconnection.cpp.
Referenced by QXcbConnection::processXcbEvents().
Definition at line 154 of file qxcbconnection.cpp.
Referenced by QXcbConnection::processXcbEvents().
| QXcbWindow* platformWindowFromId | ( | xcb_window_t | id | ) |
Definition at line 146 of file qxcbconnection.cpp.
| void printXcbEvent | ( | const char * | message, |
| xcb_generic_event_t * | event | ||
| ) |
Definition at line 175 of file qxcbconnection.cpp.
Referenced by QXcbConnection::processXcbEvents().
|
static |
Definition at line 475 of file qxcbconnection.cpp.
Referenced by QXcbConnection::initializeAllAtoms().
| const char* xcb_errors[] |
Definition at line 225 of file qxcbconnection.cpp.
Referenced by QXcbConnection::handleXcbError().
| const char* xcb_protocol_request_codes[] |
Definition at line 248 of file qxcbconnection.cpp.
Referenced by QXcbConnection::handleXcbError().