![]() |
Qt 6.x
The Qt SDK
|
#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::fromScreen().
Colormap QX11InfoData::colormap |
Definition at line 149 of file qt_x11_p.h.
Referenced by QXcbX11Info::colormap(), and QXcbX11Info::fromScreen().
bool QX11InfoData::defaultColormap |
Definition at line 151 of file qt_x11_p.h.
Referenced by QXcbX11Info::fromScreen().
bool QX11InfoData::defaultVisual |
Definition at line 152 of file qt_x11_p.h.
Referenced by QXcbX11Info::fromScreen().
int QX11InfoData::depth |
Definition at line 147 of file qt_x11_p.h.
Referenced by QXcbX11Info::depth(), QXcbX11Info::fromScreen(), and QXcbX11Info::setDepth().
int QX11InfoData::dpiX |
Definition at line 145 of file qt_x11_p.h.
int QX11InfoData::dpiY |
Definition at line 146 of file qt_x11_p.h.
int QX11InfoData::screen |
Definition at line 144 of file qt_x11_p.h.
Referenced by QXcbX11Info::fromScreen(), and QXcbX11Info::screen().
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::fromScreen(), QXcbX11Info::setVisual(), and QXcbX11Info::visual().