Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ argbVisuals

Visual** QXcbX11Data::argbVisuals = nullptr

Definition at line 99 of file qt_x11_p.h.

◆ color_count

int QXcbX11Data::color_count = 0

Definition at line 107 of file qt_x11_p.h.

◆ colormap

Colormap QXcbX11Data::colormap = 0

Definition at line 112 of file qt_x11_p.h.

◆ custom_cmap

bool QXcbX11Data::custom_cmap = false

Definition at line 108 of file qt_x11_p.h.

◆ defaultScreen

int QXcbX11Data::defaultScreen = 0

Definition at line 102 of file qt_x11_p.h.

◆ desktopEnvironment

DesktopEnvironment QXcbX11Data::desktopEnvironment = DE_GNOME

Definition at line 137 of file qt_x11_p.h.

◆ display

Display* QXcbX11Data::display = nullptr

Definition at line 91 of file qt_x11_p.h.

◆ 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

Definition at line 101 of file qt_x11_p.h.

◆ screens

QX11InfoData* QXcbX11Data::screens = nullptr

Definition at line 98 of file qt_x11_p.h.

◆ use_xrender

bool QXcbX11Data::use_xrender = false

Definition at line 94 of file qt_x11_p.h.

◆ visual

Visual* QXcbX11Data::visual = nullptr

Definition at line 111 of file qt_x11_p.h.

◆ visual_class

int QXcbX11Data::visual_class = 0

Definition at line 105 of file qt_x11_p.h.

◆ visual_id

int QXcbX11Data::visual_id = 0

Definition at line 106 of file qt_x11_p.h.

◆ 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: