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

#include <qt_x11_p.h>

Collaboration diagram for QXcbX11Data:

Public Attributes

Displaydisplay = nullptr
bool use_xrender = false
int xrender_major = 0
int xrender_version = 0
QX11InfoDatascreens = nullptr
Visual ** argbVisuals = nullptr
ColormapargbColormaps = nullptr
int screenCount = 0
int defaultScreen = 0
int visual_class = 0
int visual_id = 0
int color_count = 0
bool custom_cmap = false
Visual * visual = nullptr
Colormap colormap = 0
bool fc_antialias = true
int fc_hint_style = 0
DesktopEnvironment desktopEnvironment = DE_GNOME

Detailed Description

Definition at line 90 of file qt_x11_p.h.

Member Data Documentation

◆ argbColormaps

Colormap* QXcbX11Data::argbColormaps = nullptr

Definition at line 100 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize(), and qt_xcb_native_x11_info_init().

◆ argbVisuals

Visual** QXcbX11Data::argbVisuals = nullptr

Definition at line 99 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize(), and qt_xcb_native_x11_info_init().

◆ color_count

int QXcbX11Data::color_count = 0

Definition at line 107 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize().

◆ colormap

Colormap QXcbX11Data::colormap = 0

Definition at line 112 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize().

◆ custom_cmap

bool QXcbX11Data::custom_cmap = false

Definition at line 108 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize().

◆ defaultScreen

◆ desktopEnvironment

DesktopEnvironment QXcbX11Data::desktopEnvironment = DE_GNOME

Definition at line 137 of file qt_x11_p.h.

◆ display

◆ fc_antialias

bool QXcbX11Data::fc_antialias = true

Definition at line 134 of file qt_x11_p.h.

◆ fc_hint_style

int QXcbX11Data::fc_hint_style = 0

Definition at line 135 of file qt_x11_p.h.

◆ screenCount

int QXcbX11Data::screenCount = 0

◆ screens

◆ use_xrender

bool QXcbX11Data::use_xrender = false

◆ visual

Visual* QXcbX11Data::visual = nullptr

Definition at line 111 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize().

◆ visual_class

int QXcbX11Data::visual_class = 0

Definition at line 105 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize().

◆ visual_id

int QXcbX11Data::visual_id = 0

Definition at line 106 of file qt_x11_p.h.

Referenced by QXcbColormap::initialize().

◆ xrender_major

int QXcbX11Data::xrender_major = 0

Definition at line 95 of file qt_x11_p.h.

◆ xrender_version

int QXcbX11Data::xrender_version = 0

Definition at line 96 of file qt_x11_p.h.


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