Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qxcbnativepainting.cpp File Reference

(02de77535f2a94cbeb7e0ea01895ba4e556e165c)

#include <QtCore/qrandom.h>
#include "qxcbconnection.h"
#include "qcolormap_x11_p.h"
#include "qxcbnativepainting.h"
#include "qt_x11_p.h"
Include dependency graph for qxcbnativepainting.cpp:

Go to the source code of this file.

Classes

class  QXcbX11InfoData

Functions

void qt_xcb_native_x11_info_init (QXcbConnection *conn)
QList< XRectangle > qt_region_to_xrectangles (const QRegion &r)

Variables

QT_BEGIN_NAMESPACE QXcbX11Dataqt_x11Data = nullptr

Function Documentation

◆ qt_region_to_xrectangles()

QList< XRectangle > qt_region_to_xrectangles ( const QRegion & r)

Definition at line 78 of file qxcbnativepainting.cpp.

◆ qt_xcb_native_x11_info_init()

void qt_xcb_native_x11_info_init ( QXcbConnection * conn)

Definition at line 16 of file qxcbnativepainting.cpp.

References QXcbX11Data::argbColormaps, QXcbX11Data::argbVisuals, QXcbX11Data::defaultScreen, QXcbX11Data::display, QX11InfoData::dpiX, QX11InfoData::dpiY, QXcbColormap::initialize(), qt_x11Data, QX11InfoData::screen, QXcbX11Data::screenCount, QXcbX11Data::screens, and QXcbX11Data::use_xrender.

Here is the call graph for this function:

Variable Documentation

◆ qt_x11Data

QT_BEGIN_NAMESPACE QXcbX11Data* qt_x11Data = nullptr

Definition at line 14 of file qxcbnativepainting.cpp.

Referenced by qt_xcb_native_x11_info_init().