![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QBitmap>#include <QPixmap>#include <qpa/qplatformpixmap.h>#include "qxcbnativepainting.h"Go to the source code of this file.
Classes | |
| class | QX11PlatformPixmap |
Typedefs | |
| typedef XID | Picture |
| typedef XID | Pixmap |
Functions | |
| QX11PlatformPixmap * | qt_x11Pixmap (const QPixmap &pixmap) |
| Picture | qt_x11PictureHandle (const QPixmap &pixmap) |
| Pixmap | qt_x11PixmapHandle (const QPixmap &pixmap) |
| const QXcbX11Info & | qt_x11Info (const QPixmap &pixmap) |
| int | qt_x11SetDefaultScreen (int screen) |
| void | qt_x11SetScreen (QPixmap &pixmap, int screen) |
Definition at line 15 of file qpixmap_x11_p.h.
Definition at line 16 of file qpixmap_x11_p.h.
|
inline |
Definition at line 118 of file qpixmap_x11_p.h.
Definition at line 102 of file qpixmap_x11_p.h.
References qt_x11Pixmap(), and QX11PlatformPixmap::x11PictureHandle().
|
inline |
Definition at line 95 of file qpixmap_x11_p.h.
Referenced by QX11PlatformPixmap::qt_x11Info, qt_x11PictureHandle(), and qt_x11PixmapHandle().
Definition at line 110 of file qpixmap_x11_p.h.
References QX11PlatformPixmap::handle(), and qt_x11Pixmap().
| int qt_x11SetDefaultScreen | ( | int | screen | ) |
Definition at line 288 of file qpixmap_x11.cpp.
References defaultScreen.
Referenced by QX11PaintEngine::drawTiledPixmap(), and QXcbX11Info::qt_x11SetScreen.
Definition at line 295 of file qpixmap_x11.cpp.