![]() |
Qt 6.x
The Qt SDK
|
#include "qxcbatom.h"#include "qxcbexport.h"#include <QtCore/QPair>#include <QtCore/QObject>#include <QtCore/QByteArray>#include <QtCore/QLoggingCategory>#include <QtGui/private/qtguiglobal_p.h>#include <xcb/xcb.h>#include <memory>
Include dependency graph for qxcbconnection_basic.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QXcbBasicConnection |
| struct | QStdFreeDeleter |
Macros | |
| #define | Q_XCB_REPLY_CONNECTION_ARG(connection, ...) connection |
| #define | Q_XCB_REPLY(call, ...) |
| #define | Q_XCB_REPLY_UNCHECKED(call, ...) |
| #define Q_XCB_REPLY | ( | call, | |
| ... | |||
| ) |
Definition at line 130 of file qxcbconnection_basic.h.
| #define Q_XCB_REPLY_CONNECTION_ARG | ( | connection, | |
| ... | |||
| ) | connection |
Definition at line 124 of file qxcbconnection_basic.h.
| #define Q_XCB_REPLY_UNCHECKED | ( | call, | |
| ... | |||
| ) |
Definition at line 135 of file qxcbconnection_basic.h.