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

#include <qt_x11_p.h>

+ Inheritance diagram for QX11InfoData:
+ Collaboration diagram for QX11InfoData:

Public Attributes

int screen
 
int dpiX
 
int dpiY
 
int depth
 
int cells
 
Colormap colormap
 
Visual * visual
 
bool defaultColormap
 
bool defaultVisual
 
int subpixel = 0
 

Detailed Description

Definition at line 143 of file qt_x11_p.h.

Member Data Documentation

◆ cells

int QX11InfoData::cells

Definition at line 148 of file qt_x11_p.h.

◆ colormap

Colormap QX11InfoData::colormap

Definition at line 149 of file qt_x11_p.h.

Referenced by QXcbX11Info::colormap().

◆ defaultColormap

bool QX11InfoData::defaultColormap

Definition at line 151 of file qt_x11_p.h.

◆ defaultVisual

bool QX11InfoData::defaultVisual

Definition at line 152 of file qt_x11_p.h.

◆ depth

int QX11InfoData::depth

Definition at line 147 of file qt_x11_p.h.

Referenced by QXcbX11Info::depth(), and QXcbX11Info::setDepth().

◆ dpiX

int QX11InfoData::dpiX

Definition at line 145 of file qt_x11_p.h.

◆ dpiY

int QX11InfoData::dpiY

Definition at line 146 of file qt_x11_p.h.

◆ screen

int QX11InfoData::screen

Definition at line 144 of file qt_x11_p.h.

Referenced by QXcbX11Info::fromScreen(), and QXcbX11Info::screen().

◆ subpixel

int QX11InfoData::subpixel = 0

Definition at line 153 of file qt_x11_p.h.

◆ visual

Visual* QX11InfoData::visual

Definition at line 150 of file qt_x11_p.h.

Referenced by QXcbX11Info::setVisual(), and QXcbX11Info::visual().


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