![]() |
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 | |
int | screen |
int | dpiX |
int | dpiY |
int | depth |
int | cells |
Colormap | colormap |
Visual * | visual |
bool | defaultColormap |
bool | defaultVisual |
int | subpixel = 0 |
Definition at line 143 of file qt_x11_p.h.
int QX11InfoData::cells |
Definition at line 148 of file qt_x11_p.h.
Referenced by QXcbX11Info::appCells(), QXcbX11Info::fromScreen(), and QXcbColormap::initialize().
Colormap QX11InfoData::colormap |
Definition at line 149 of file qt_x11_p.h.
Referenced by QXcbX11Info::appColormap(), QXcbX11Info::fromScreen(), and QXcbColormap::initialize().
bool QX11InfoData::defaultColormap |
Definition at line 151 of file qt_x11_p.h.
Referenced by QXcbX11Info::appDefaultColormap(), QXcbX11Info::fromScreen(), and QXcbColormap::initialize().
bool QX11InfoData::defaultVisual |
Definition at line 152 of file qt_x11_p.h.
Referenced by QXcbX11Info::appDefaultVisual(), QXcbX11Info::fromScreen(), and QXcbColormap::initialize().
int QX11InfoData::depth |
Definition at line 147 of file qt_x11_p.h.
Referenced by QXcbX11Info::appDepth(), QXcbX11Info::fromScreen(), and QXcbColormap::initialize().
int QX11InfoData::dpiX |
Definition at line 145 of file qt_x11_p.h.
Referenced by QXcbX11Info::appDpiX(), and qt_xcb_native_x11_info_init().
int QX11InfoData::dpiY |
Definition at line 146 of file qt_x11_p.h.
Referenced by QXcbX11Info::appDpiY(), and qt_xcb_native_x11_info_init().
int QX11InfoData::screen |
Definition at line 144 of file qt_x11_p.h.
Referenced by QXcbX11Info::fromScreen(), and qt_xcb_native_x11_info_init().
int QX11InfoData::subpixel = 0 |
Definition at line 153 of file qt_x11_p.h.
Visual* QX11InfoData::visual |
Definition at line 150 of file qt_x11_p.h.
Referenced by QXcbX11Info::appVisual(), QXcbX11Info::fromScreen(), and QXcbColormap::initialize().