![]() |
Qt 6.x
The Qt SDK
|
#include <xcb/xcb.h>
#include <xcb/randr.h>
#include <QtCore/QTimer>
#include <QtGui/qpointingdevice.h>
#include <QtGui/private/qtguiglobal_p.h>
#include "qxcbexport.h"
#include <QHash>
#include <QList>
#include <qpa/qwindowsysteminterface.h>
#include <QtCore/QLoggingCategory>
#include <QtCore/private/qglobal_p.h>
#include "qxcbeventqueue.h"
#include "qxcbconnection_basic.h"
Go to the source code of this file.
Classes | |
class | QXcbWindowEventListener |
class | QXcbSyncWindowRequest |
class | QXcbConnection |
struct | QXcbConnection::TouchDeviceData::ValuatorClassInfo |
class | QXcbConnectionGrabber |
struct | q_padded_xcb_event< T > |
Typedefs | |
typedef QHash< xcb_window_t, QXcbWindowEventListener * > | WindowMapper |
typedef QHash<xcb_window_t, QXcbWindowEventListener *> WindowMapper |
Definition at line 78 of file qxcbconnection.h.