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

(02de77535f2a94cbeb7e0ea01895ba4e556e165c)

#include <QBitmap>
#include <QPixmap>
#include <qpa/qplatformpixmap.h>
#include "qxcbnativepainting.h"
Include dependency graph for qpixmap_x11_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QX11PlatformPixmap

Typedefs

typedef XID Picture
typedef XID Pixmap

Functions

QX11PlatformPixmapqt_x11Pixmap (const QPixmap &pixmap)
Picture qt_x11PictureHandle (const QPixmap &pixmap)
Pixmap qt_x11PixmapHandle (const QPixmap &pixmap)
const QXcbX11Infoqt_x11Info (const QPixmap &pixmap)
int qt_x11SetDefaultScreen (int screen)
void qt_x11SetScreen (QPixmap &pixmap, int screen)

Typedef Documentation

◆ Picture

typedef XID Picture

Definition at line 15 of file qpixmap_x11_p.h.

◆ Pixmap

typedef XID Pixmap

Definition at line 16 of file qpixmap_x11_p.h.

Function Documentation

◆ qt_x11Info()

const QXcbX11Info & qt_x11Info ( const QPixmap & pixmap)
inline

Definition at line 118 of file qpixmap_x11_p.h.

◆ qt_x11PictureHandle()

Picture qt_x11PictureHandle ( const QPixmap & pixmap)
inline

Definition at line 102 of file qpixmap_x11_p.h.

References qt_x11Pixmap(), and QX11PlatformPixmap::x11PictureHandle().

Here is the call graph for this function:

◆ qt_x11Pixmap()

QX11PlatformPixmap * qt_x11Pixmap ( const QPixmap & pixmap)
inline

Definition at line 95 of file qpixmap_x11_p.h.

Referenced by QX11PlatformPixmap::qt_x11Info, qt_x11PictureHandle(), and qt_x11PixmapHandle().

Here is the caller graph for this function:

◆ qt_x11PixmapHandle()

Pixmap qt_x11PixmapHandle ( const QPixmap & pixmap)
inline

Definition at line 110 of file qpixmap_x11_p.h.

References QX11PlatformPixmap::handle(), and qt_x11Pixmap().

Here is the call graph for this function:

◆ qt_x11SetDefaultScreen()

int qt_x11SetDefaultScreen ( int screen)

Definition at line 288 of file qpixmap_x11.cpp.

References defaultScreen.

Referenced by QX11PaintEngine::drawTiledPixmap(), and QXcbX11Info::qt_x11SetScreen.

Here is the caller graph for this function:

◆ qt_x11SetScreen()

void qt_x11SetScreen ( QPixmap & pixmap,
int screen )

Definition at line 295 of file qpixmap_x11.cpp.