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 Class Reference

#include <qxcbconnection.h>

+ Inheritance diagram for QXcbConnection:
+ Collaboration diagram for QXcbConnection:

Public Member Functions

 QXcbConnection (QXcbNativeInterface *nativeInterface, bool canGrabServer, xcb_visualid_t defaultVisualId, const char *displayName=nullptr)
 
 ~QXcbConnection ()
 
QXcbConnectionconnection () const
 
QXcbEventQueueeventQueue () const
 
const QList< QXcbVirtualDesktop * > & virtualDesktops () const
 
const QList< QXcbScreen * > & screens () const
 
QXcbVirtualDesktopprimaryVirtualDesktop () const
 
QXcbScreenprimaryScreen () const
 
const xcb_format_t * formatForDepth (uint8_t depth) const
 
bool imageNeedsEndianSwap () const
 
QXcbKeyboardkeyboard () const
 
QXcbClipboardclipboard () const
 
QXcbWMSupportwmSupport () const
 
xcb_window_t rootWindow ()
 
xcb_window_t clientLeader ()
 
bool hasDefaultVisualId () const
 
xcb_visualid_t defaultVisualId () const
 
void sync ()
 
void handleXcbError (xcb_generic_error_t *error)
 
void printXcbError (const char *message, xcb_generic_error_t *error)
 
void handleXcbEvent (xcb_generic_event_t *event)
 
void printXcbEvent (const QLoggingCategory &log, const char *message, xcb_generic_event_t *event) const
 
void addWindowEventListener (xcb_window_t id, QXcbWindowEventListener *eventListener)
 
void removeWindowEventListener (xcb_window_t id)
 
QXcbWindowEventListenerwindowEventListenerFromId (xcb_window_t id)
 
QXcbWindowplatformWindowFromId (xcb_window_t id)
 
xcb_timestamp_t time () const
 
void setTime (xcb_timestamp_t t)
 
xcb_timestamp_t netWmUserTime () const
 
void setNetWmUserTime (xcb_timestamp_t t)
 
xcb_timestamp_t getTimestamp ()
 
xcb_window_t selectionOwner (xcb_atom_t atom) const
 
xcb_window_t qtSelectionOwner ()
 
void setButtonState (Qt::MouseButton button, bool down)
 
Qt::MouseButtons buttonState () const
 
Qt::MouseButton button () const
 
Qt::MouseButton translateMouseButton (xcb_button_t s)
 
QXcbWindowfocusWindow () const
 
void setFocusWindow (QWindow *)
 
QXcbWindowmouseGrabber () const
 
void setMouseGrabber (QXcbWindow *)
 
QXcbWindowmousePressWindow () const
 
void setMousePressWindow (QXcbWindow *)
 
QByteArray startupId () const
 
void setStartupId (const QByteArray &nextId)
 
void grabServer ()
 
void ungrabServer ()
 
QString windowManagerName () const
 
QXcbNativeInterfacenativeInterface () const
 
QXcbSystemTrayTrackersystemTrayTracker () const
 
Qt::MouseButtons queryMouseButtons () const
 
bool isUserInputEvent (xcb_generic_event_t *event) const
 
void xi2SelectStateEvents ()
 
void xi2SelectDeviceEvents (xcb_window_t window)
 
bool xi2SetMouseGrabEnabled (xcb_window_t w, bool grab)
 
Qt::MouseButton xiToQtMouseButton (uint32_t b)
 
void xi2UpdateScrollingDevices ()
 
bool isTouchScreen (int id)
 
bool startSystemMoveResizeForTouch (xcb_window_t window, int edges)
 
void abortSystemMoveResize (xcb_window_t window)
 
bool isDuringSystemMoveResize () const
 
void setDuringSystemMoveResize (bool during)
 
bool canGrab () const
 
QXcbGlIntegrationglIntegration () const
 
void flush ()
 
void processXcbEvents (QEventLoop::ProcessEventsFlags flags)
 
QTimerfocusInTimer ()
 
- Public Member Functions inherited from QXcbBasicConnection
 QXcbBasicConnection (const char *displayName)
 
 ~QXcbBasicConnection ()
 
const char * displayName () const
 
int primaryScreenNumber () const
 
xcb_connection_t * xcb_connection () const
 
bool isConnected () const
 
const xcb_setup_t * setup () const
 
size_t maxRequestDataBytes (size_t requestSize) const
 
xcb_atom_t atom (QXcbAtom::Atom qatom) const
 
QXcbAtom::Atom qatom (xcb_atom_t atom) const
 
xcb_atom_t internAtom (const char *name)
 
QByteArray atomName (xcb_atom_t atom)
 
bool hasXFixes () const
 
bool hasXShape () const
 
bool hasXRandr () const
 
bool hasInputShape () const
 
bool hasXKB () const
 
bool hasXRender (int major=-1, int minor=-1) const
 
bool hasXInput2 () const
 
bool hasShm () const
 
bool hasShmFd () const
 
bool hasXSync () const
 
bool hasBigRequest () const
 
bool isAtLeastXRandR12 () const
 
bool isAtLeastXRandR15 () const
 
bool isAtLeastXI21 () const
 
bool isAtLeastXI22 () const
 
bool isAtLeastXI24 () const
 
bool isXIEvent (xcb_generic_event_t *event) const
 
bool isXIType (xcb_generic_event_t *event, uint16_t type) const
 
bool isXFixesType (uint responseType, int eventType) const
 
bool isXRandrType (uint responseType, int eventType) const
 
bool isXkbType (uint responseType) const
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 Constructs an object with parent object parent.
 
virtual ~QObject ()
 Destroys the object, deleting all its child objects.
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 Filters events if this object has been installed as an event filter for the watched object.
 
QString objectName () const
 
Q_WEAK_OVERLOAD void setObjectName (const QString &name)
 Sets the object's name to name.
 
void setObjectName (QAnyStringView name)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 Returns true if the object is a widget; otherwise returns false.
 
bool isWindowType () const
 Returns true if the object is a window; otherwise returns false.
 
bool isQuickItemType () const
 Returns true if the object is a QQuickItem; otherwise returns false.
 
bool signalsBlocked () const noexcept
 Returns true if signals are blocked; otherwise returns false.
 
bool blockSignals (bool b) noexcept
 If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it).
 
QThreadthread () const
 Returns the thread in which the object lives.
 
bool moveToThread (QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL)
 Changes the thread affinity for this object and its children and returns true on success.
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 This is an overloaded function that will start a timer of type timerType and a timeout of interval milliseconds.
 
int startTimer (std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 Kills the timer with timer identifier, id.
 
void killTimer (Qt::TimerId id)
 
template<typename T >
findChild (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns the child of this object that can be cast into type T and that is called name, or \nullptr if there is no such object.
 
template<typename T >
QList< T > findChildren (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects.
 
template<typename T >
findChild (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename T >
QList< T > findChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
const QObjectListchildren () const
 Returns a list of child objects.
 
void setParent (QObject *parent)
 Makes the object a child of parent.
 
void installEventFilter (QObject *filterObj)
 Installs an event filter filterObj on this object.
 
void removeEventFilter (QObject *obj)
 Removes an event filter object obj from this object.
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 Dumps a tree of children to the debug output.
 
void dumpObjectInfo () const
 Dumps information about signal connections, etc.
 
bool setProperty (const char *name, const QVariant &value)
 Sets the value of the object's name property to value.
 
bool setProperty (const char *name, QVariant &&value)
 
QVariant property (const char *name) const
 Returns the value of the object's name property.
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 Returns a pointer to the parent object.
 
bool inherits (const char *classname) const
 Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false.
 

Protected Member Functions

bool event (QEvent *e) override
 This virtual function receives events to an object and should return true if the event e was recognized and processed.
 
- Protected Member Functions inherited from QXcbBasicConnection
void initializeShm ()
 
void initializeXFixes ()
 
void initializeXRender ()
 
void initializeXRandr ()
 
void initializeXShape ()
 
void initializeXKB ()
 
void initializeXSync ()
 
void initializeXInput2 ()
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns \nullptr.
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 Returns the number of receivers connected to the signal.
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 This event handler can be reimplemented in a subclass to receive timer events for the object.
 
virtual void childEvent (QChildEvent *event)
 This event handler can be reimplemented in a subclass to receive child events.
 
virtual void customEvent (QEvent *event)
 This event handler can be reimplemented in a subclass to receive custom events.
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 

Friends

class QXcbEventQueue
 

Additional Inherited Members

- Public Slots inherited from QObject
void deleteLater ()
 \threadsafe
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 This signal is emitted immediately before the object obj is destroyed, after any instances of QPointer have been notified, and cannot be blocked.
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 This signal is emitted after the object's name has been changed.
 
- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 \threadsafe
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 \threadsafe
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 Disconnect a connection.
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Properties inherited from QObject
QString objectName
 the name of this object
 

Detailed Description

Definition at line 91 of file qxcbconnection.h.

Constructor & Destructor Documentation

◆ QXcbConnection()

QXcbConnection::QXcbConnection ( QXcbNativeInterface * nativeInterface,
bool canGrabServer,
xcb_visualid_t defaultVisualId,
const char * displayName = nullptr )

Definition at line 56 of file qxcbconnection.cpp.

◆ ~QXcbConnection()

QXcbConnection::~QXcbConnection ( )

Definition at line 102 of file qxcbconnection.cpp.

Member Function Documentation

◆ abortSystemMoveResize()

void QXcbConnection::abortSystemMoveResize ( xcb_window_t window)

Definition at line 1011 of file qxcbconnection_xi2.cpp.

◆ addWindowEventListener()

void QXcbConnection::addWindowEventListener ( xcb_window_t id,
QXcbWindowEventListener * eventListener )

Definition at line 135 of file qxcbconnection.cpp.

◆ button()

Qt::MouseButton QXcbConnection::button ( ) const
inline

Definition at line 162 of file qxcbconnection.h.

◆ buttonState()

Qt::MouseButtons QXcbConnection::buttonState ( ) const
inline

Definition at line 161 of file qxcbconnection.h.

◆ canGrab()

bool QXcbConnection::canGrab ( ) const
inline

Definition at line 201 of file qxcbconnection.h.

◆ clientLeader()

xcb_window_t QXcbConnection::clientLeader ( )

Definition at line 901 of file qxcbconnection.cpp.

◆ clipboard()

QXcbClipboard * QXcbConnection::clipboard ( ) const
inline

Definition at line 124 of file qxcbconnection.h.

◆ connection()

QXcbConnection * QXcbConnection::connection ( ) const
inline

Definition at line 98 of file qxcbconnection.h.

◆ defaultVisualId()

xcb_visualid_t QXcbConnection::defaultVisualId ( ) const
inline

Definition at line 135 of file qxcbconnection.h.

◆ event()

bool QXcbConnection::event ( QEvent * e)
overrideprotectedvirtual

This virtual function receives events to an object and should return true if the event e was recognized and processed.

The event() function can be reimplemented to customize the behavior of an object.

Make sure you call the parent event class implementation for all the events you did not handle.

Example:

class MyClass : public QWidget
{
public:
MyClass(QWidget *parent = nullptr);
bool event(QEvent* ev) override
{
if (ev->type() == QEvent::PolishRequest) {
// overwrite handling of PolishRequest if any
doThings();
return true;
} else if (ev->type() == QEvent::Show) {
// complement handling of Show if any
doThings2();
return true;
}
// Make sure the rest of events are handled
return QWidget::event(ev);
}
};
See also
installEventFilter(), timerEvent(), QCoreApplication::sendEvent(), QCoreApplication::postEvent()

Reimplemented from QObject.

Definition at line 1179 of file qxcbconnection.cpp.

◆ eventQueue()

QXcbEventQueue * QXcbConnection::eventQueue ( ) const
inline

Definition at line 99 of file qxcbconnection.h.

◆ flush()

void QXcbConnection::flush ( )
inline

Definition at line 205 of file qxcbconnection.h.

Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().

+ Here is the caller graph for this function:

◆ focusInTimer()

QTimer & QXcbConnection::focusInTimer ( )
inline

Definition at line 208 of file qxcbconnection.h.

◆ focusWindow()

QXcbWindow * QXcbConnection::focusWindow ( ) const
inline

Definition at line 165 of file qxcbconnection.h.

◆ formatForDepth()

const xcb_format_t * QXcbConnection::formatForDepth ( uint8_t depth) const

Definition at line 1101 of file qxcbconnection.cpp.

◆ getTimestamp()

xcb_timestamp_t QXcbConnection::getTimestamp ( )

Definition at line 820 of file qxcbconnection.cpp.

◆ glIntegration()

QXcbGlIntegration * QXcbConnection::glIntegration ( ) const

Definition at line 1143 of file qxcbconnection.cpp.

◆ grabServer()

void QXcbConnection::grabServer ( )

Definition at line 799 of file qxcbconnection.cpp.

◆ handleXcbError()

void QXcbConnection::handleXcbError ( xcb_generic_error_t * error)

Definition at line 440 of file qxcbconnection.cpp.

◆ handleXcbEvent()

void QXcbConnection::handleXcbEvent ( xcb_generic_event_t * event)

Definition at line 532 of file qxcbconnection.cpp.

◆ hasDefaultVisualId()

bool QXcbConnection::hasDefaultVisualId ( ) const
inline

Definition at line 134 of file qxcbconnection.h.

◆ imageNeedsEndianSwap()

bool QXcbConnection::imageNeedsEndianSwap ( ) const
inline

Definition at line 110 of file qxcbconnection.h.

◆ isDuringSystemMoveResize()

bool QXcbConnection::isDuringSystemMoveResize ( ) const

Definition at line 1035 of file qxcbconnection_xi2.cpp.

◆ isTouchScreen()

bool QXcbConnection::isTouchScreen ( int id)

Definition at line 806 of file qxcbconnection_xi2.cpp.

◆ isUserInputEvent()

bool QXcbConnection::isUserInputEvent ( xcb_generic_event_t * event) const

Definition at line 1027 of file qxcbconnection.cpp.

◆ keyboard()

QXcbKeyboard * QXcbConnection::keyboard ( ) const
inline

Definition at line 121 of file qxcbconnection.h.

◆ mouseGrabber()

QXcbWindow * QXcbConnection::mouseGrabber ( ) const
inline

Definition at line 167 of file qxcbconnection.h.

◆ mousePressWindow()

QXcbWindow * QXcbConnection::mousePressWindow ( ) const
inline

Definition at line 169 of file qxcbconnection.h.

◆ nativeInterface()

QXcbNativeInterface * QXcbConnection::nativeInterface ( ) const
inline

Definition at line 180 of file qxcbconnection.h.

◆ netWmUserTime()

xcb_timestamp_t QXcbConnection::netWmUserTime ( ) const
inline

Definition at line 153 of file qxcbconnection.h.

◆ platformWindowFromId()

QXcbWindow * QXcbConnection::platformWindowFromId ( xcb_window_t id)

Definition at line 150 of file qxcbconnection.cpp.

◆ primaryScreen()

QXcbScreen * QXcbConnection::primaryScreen ( ) const

Definition at line 125 of file qxcbconnection.cpp.

◆ primaryVirtualDesktop()

QXcbVirtualDesktop * QXcbConnection::primaryVirtualDesktop ( ) const
inline

Definition at line 103 of file qxcbconnection.h.

◆ printXcbError()

void QXcbConnection::printXcbError ( const char * message,
xcb_generic_error_t * error )

Definition at line 450 of file qxcbconnection.cpp.

◆ printXcbEvent()

void QXcbConnection::printXcbEvent ( const QLoggingCategory & log,
const char * message,
xcb_generic_event_t * event ) const

Definition at line 180 of file qxcbconnection.cpp.

◆ processXcbEvents()

void QXcbConnection::processXcbEvents ( QEventLoop::ProcessEventsFlags flags)

Definition at line 1065 of file qxcbconnection.cpp.

◆ qtSelectionOwner()

xcb_window_t QXcbConnection::qtSelectionOwner ( )

Definition at line 871 of file qxcbconnection.cpp.

◆ queryMouseButtons()

Qt::MouseButtons QXcbConnection::queryMouseButtons ( ) const

Definition at line 1136 of file qxcbconnection.cpp.

◆ removeWindowEventListener()

void QXcbConnection::removeWindowEventListener ( xcb_window_t id)

Definition at line 140 of file qxcbconnection.cpp.

◆ rootWindow()

xcb_window_t QXcbConnection::rootWindow ( )

Definition at line 895 of file qxcbconnection.cpp.

◆ screens()

const QList< QXcbScreen * > & QXcbConnection::screens ( ) const
inline

Definition at line 102 of file qxcbconnection.h.

◆ selectionOwner()

xcb_window_t QXcbConnection::selectionOwner ( xcb_atom_t atom) const

Definition at line 860 of file qxcbconnection.cpp.

◆ setButtonState()

void QXcbConnection::setButtonState ( Qt::MouseButton button,
bool down )

Definition at line 475 of file qxcbconnection.cpp.

◆ setDuringSystemMoveResize()

void QXcbConnection::setDuringSystemMoveResize ( bool during)

Definition at line 1040 of file qxcbconnection_xi2.cpp.

◆ setFocusWindow()

void QXcbConnection::setFocusWindow ( QWindow * w)

Definition at line 763 of file qxcbconnection.cpp.

◆ setMouseGrabber()

void QXcbConnection::setMouseGrabber ( QXcbWindow * w)

Definition at line 767 of file qxcbconnection.cpp.

◆ setMousePressWindow()

void QXcbConnection::setMousePressWindow ( QXcbWindow * w)

Definition at line 772 of file qxcbconnection.cpp.

◆ setNetWmUserTime()

void QXcbConnection::setNetWmUserTime ( xcb_timestamp_t t)
inline

Definition at line 154 of file qxcbconnection.h.

◆ setStartupId()

void QXcbConnection::setStartupId ( const QByteArray & nextId)

Definition at line 781 of file qxcbconnection.cpp.

◆ setTime()

void QXcbConnection::setTime ( xcb_timestamp_t t)
inline

Definition at line 151 of file qxcbconnection.h.

◆ startSystemMoveResizeForTouch()

bool QXcbConnection::startSystemMoveResizeForTouch ( xcb_window_t window,
int edges )

Definition at line 987 of file qxcbconnection_xi2.cpp.

◆ startupId()

QByteArray QXcbConnection::startupId ( ) const

Definition at line 777 of file qxcbconnection.cpp.

◆ sync()

void QXcbConnection::sync ( )

Definition at line 1117 of file qxcbconnection.cpp.

◆ systemTrayTracker()

QXcbSystemTrayTracker * QXcbConnection::systemTrayTracker ( ) const

Definition at line 1124 of file qxcbconnection.cpp.

◆ time()

xcb_timestamp_t QXcbConnection::time ( ) const
inline

Definition at line 150 of file qxcbconnection.h.

◆ translateMouseButton()

Qt::MouseButton QXcbConnection::translateMouseButton ( xcb_button_t s)

Definition at line 481 of file qxcbconnection.cpp.

◆ ungrabServer()

void QXcbConnection::ungrabServer ( )

Definition at line 805 of file qxcbconnection.cpp.

◆ virtualDesktops()

const QList< QXcbVirtualDesktop * > & QXcbConnection::virtualDesktops ( ) const
inline

Definition at line 101 of file qxcbconnection.h.

◆ windowEventListenerFromId()

QXcbWindowEventListener * QXcbConnection::windowEventListenerFromId ( xcb_window_t id)

Definition at line 145 of file qxcbconnection.cpp.

◆ windowManagerName()

QString QXcbConnection::windowManagerName ( ) const

Definition at line 811 of file qxcbconnection.cpp.

◆ wmSupport()

QXcbWMSupport * QXcbConnection::wmSupport ( ) const
inline

Definition at line 130 of file qxcbconnection.h.

◆ xi2SelectDeviceEvents()

void QXcbConnection::xi2SelectDeviceEvents ( xcb_window_t window)

Definition at line 54 of file qxcbconnection_xi2.cpp.

◆ xi2SelectStateEvents()

void QXcbConnection::xi2SelectStateEvents ( )

Definition at line 41 of file qxcbconnection_xi2.cpp.

◆ xi2SetMouseGrabEnabled()

bool QXcbConnection::xi2SetMouseGrabEnabled ( xcb_window_t w,
bool grab )

Definition at line 1045 of file qxcbconnection_xi2.cpp.

◆ xi2UpdateScrollingDevices()

void QXcbConnection::xi2UpdateScrollingDevices ( )

Definition at line 1344 of file qxcbconnection_xi2.cpp.

◆ xiToQtMouseButton()

Qt::MouseButton QXcbConnection::xiToQtMouseButton ( uint32_t b)

Definition at line 1479 of file qxcbconnection_xi2.cpp.

Friends And Related Symbol Documentation

◆ QXcbEventQueue

friend class QXcbEventQueue
friend

Definition at line 355 of file qxcbconnection.h.


The documentation for this class was generated from the following files: