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
QXcbEventNode Struct Reference

#include <qxcbeventqueue.h>

Collaboration diagram for QXcbEventNode:

Public Member Functions

 QXcbEventNode (xcb_generic_event_t *e=nullptr)

Public Attributes

xcb_generic_event_t * event
QXcbEventNodenext = nullptr
bool fromHeap = false

Detailed Description

Definition at line 21 of file qxcbeventqueue.h.

Constructor & Destructor Documentation

◆ QXcbEventNode()

QXcbEventNode::QXcbEventNode ( xcb_generic_event_t * e = nullptr)
inline

Definition at line 22 of file qxcbeventqueue.h.

Member Data Documentation

◆ event

xcb_generic_event_t* QXcbEventNode::event

Definition at line 25 of file qxcbeventqueue.h.

◆ fromHeap

bool QXcbEventNode::fromHeap = false

Definition at line 27 of file qxcbeventqueue.h.

◆ next

QXcbEventNode* QXcbEventNode::next = nullptr

Definition at line 26 of file qxcbeventqueue.h.


The documentation for this struct was generated from the following file: