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.h File Reference

(02de77535f2a94cbeb7e0ea01895ba4e556e165c)

#include <QSharedDataPointer>
#include "qt_x11_p.h"
Include dependency graph for qxcbnativepainting.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QXcbX11Info

Typedefs

typedef struct _FcPattern FcPattern
typedef unsigned long XID
typedef XID Colormap
typedef XID Window

Functions

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

Typedef Documentation

◆ Colormap

typedef XID Colormap

Definition at line 12 of file qxcbnativepainting.h.

◆ FcPattern

typedef struct _FcPattern FcPattern

Definition at line 10 of file qxcbnativepainting.h.

◆ Window

typedef XID Window

Definition at line 13 of file qxcbnativepainting.h.

◆ XID

typedef unsigned long XID

Definition at line 11 of file qxcbnativepainting.h.

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: