Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qxcbconnection_basic.h File Reference

(02de77535f2a94cbeb7e0ea01895ba4e556e165c)

#include "qxcbatom.h"
#include "qxcbexport.h"
#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, ...)
#define Q_XCB_REPLY(call, ...)
#define Q_XCB_REPLY_UNCHECKED(call, ...)

Macro Definition Documentation

◆ Q_XCB_REPLY

#define Q_XCB_REPLY ( call,
... )
Value:
std::unique_ptr<call##_reply_t, QStdFreeDeleter>( \
call##_reply(Q_XCB_REPLY_CONNECTION_ARG(__VA_ARGS__), call(__VA_ARGS__), nullptr) \
)
#define Q_XCB_REPLY_CONNECTION_ARG(connection,...)

Definition at line 130 of file qxcbconnection_basic.h.

◆ Q_XCB_REPLY_CONNECTION_ARG

#define Q_XCB_REPLY_CONNECTION_ARG ( connection,
... )
Value:
DBusConnection * connection

Definition at line 124 of file qxcbconnection_basic.h.

◆ Q_XCB_REPLY_UNCHECKED

#define Q_XCB_REPLY_UNCHECKED ( call,
... )
Value:
std::unique_ptr<call##_reply_t, QStdFreeDeleter>( \
call##_reply(Q_XCB_REPLY_CONNECTION_ARG(__VA_ARGS__), call##_unchecked(__VA_ARGS__), nullptr) \
)

Definition at line 135 of file qxcbconnection_basic.h.