![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qt_x11_p.h>
Public Attributes | |
| Display * | display = nullptr |
| bool | use_xrender = false |
| int | xrender_major = 0 |
| int | xrender_version = 0 |
| QX11InfoData * | screens = nullptr |
| Visual ** | argbVisuals = nullptr |
| Colormap * | argbColormaps = 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 |
Definition at line 90 of file qt_x11_p.h.
| 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().
| 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().
| int QXcbX11Data::color_count = 0 |
Definition at line 107 of file qt_x11_p.h.
Referenced by QXcbColormap::initialize().
| Colormap QXcbX11Data::colormap = 0 |
Definition at line 112 of file qt_x11_p.h.
Referenced by QXcbColormap::initialize().
| bool QXcbX11Data::custom_cmap = false |
Definition at line 108 of file qt_x11_p.h.
Referenced by QXcbColormap::initialize().
| int QXcbX11Data::defaultScreen = 0 |
Definition at line 102 of file qt_x11_p.h.
Referenced by QXcbX11Info::appCells(), QXcbX11Info::appColormap(), QXcbX11Info::appDefaultColormap(), QXcbX11Info::appDefaultVisual(), QXcbX11Info::appDepth(), QXcbX11Info::appDpiX(), QXcbX11Info::appDpiY(), QXcbX11Info::appRootWindow(), QXcbX11Info::appScreen(), QXcbX11Info::appVisual(), and qt_xcb_native_x11_info_init().
| DesktopEnvironment QXcbX11Data::desktopEnvironment = DE_GNOME |
Definition at line 137 of file qt_x11_p.h.
| Display* QXcbX11Data::display = nullptr |
Definition at line 91 of file qt_x11_p.h.
Referenced by QXcbColormap::~QXcbColormap(), QXcbX11Info::appRootWindow(), QXcbColormap::cleanup(), QXcbX11Info::display(), init_gray(), init_indexed(), QXcbColormap::initialize(), qt_xcb_native_x11_info_init(), and query_colormap().
| bool QXcbX11Data::fc_antialias = true |
Definition at line 134 of file qt_x11_p.h.
| int QXcbX11Data::fc_hint_style = 0 |
Definition at line 135 of file qt_x11_p.h.
| int QXcbX11Data::screenCount = 0 |
Definition at line 101 of file qt_x11_p.h.
Referenced by QXcbX11Info::appDpiX(), QXcbX11Info::appDpiY(), and qt_xcb_native_x11_info_init().
| QX11InfoData* QXcbX11Data::screens = nullptr |
Definition at line 98 of file qt_x11_p.h.
Referenced by QXcbX11Info::appCells(), QXcbX11Info::appColormap(), QXcbX11Info::appDefaultColormap(), QXcbX11Info::appDefaultVisual(), QXcbX11Info::appDepth(), QXcbX11Info::appDpiX(), QXcbX11Info::appDpiY(), QXcbX11Info::appVisual(), QXcbColormap::initialize(), and qt_xcb_native_x11_info_init().
| bool QXcbX11Data::use_xrender = false |
Definition at line 94 of file qt_x11_p.h.
Referenced by QX11AlphaDetector::hasXRenderAndAlpha(), qt_decide_features(), and qt_xcb_native_x11_info_init().
| Visual* QXcbX11Data::visual = nullptr |
Definition at line 111 of file qt_x11_p.h.
Referenced by QXcbColormap::initialize().
| int QXcbX11Data::visual_class = 0 |
Definition at line 105 of file qt_x11_p.h.
Referenced by QXcbColormap::initialize().
| int QXcbX11Data::visual_id = 0 |
Definition at line 106 of file qt_x11_p.h.
Referenced by QXcbColormap::initialize().
| int QXcbX11Data::xrender_major = 0 |
Definition at line 95 of file qt_x11_p.h.
| int QXcbX11Data::xrender_version = 0 |
Definition at line 96 of file qt_x11_p.h.