![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE bool | qt_xcb_imageFormatForVisual (QXcbConnection *connection, uint8_t depth, const xcb_visualtype_t *visual, QImage::Format *imageFormat, bool *needsRgbSwap=nullptr) |
QPixmap | qt_xcb_pixmapFromXPixmap (QXcbConnection *connection, xcb_pixmap_t pixmap, int width, int height, int depth, const xcb_visualtype_t *visual) |
xcb_pixmap_t | qt_xcb_XPixmapFromBitmap (QXcbScreen *screen, const QImage &image) |
xcb_cursor_t | qt_xcb_createCursorXRender (QXcbScreen *screen, const QImage &image, const QPoint &spot) |
xcb_cursor_t qt_xcb_createCursorXRender | ( | QXcbScreen * | screen, |
const QImage & | image, | ||
const QPoint & | spot ) |
Definition at line 194 of file qxcbimage.cpp.
QT_BEGIN_NAMESPACE bool qt_xcb_imageFormatForVisual | ( | QXcbConnection * | connection, |
uint8_t | depth, | ||
const xcb_visualtype_t * | visual, | ||
QImage::Format * | imageFormat, | ||
bool * | needsRgbSwap = nullptr ) |
Definition at line 69 of file qxcbimage.cpp.
QPixmap qt_xcb_pixmapFromXPixmap | ( | QXcbConnection * | connection, |
xcb_pixmap_t | pixmap, | ||
int | width, | ||
int | height, | ||
int | depth, | ||
const xcb_visualtype_t * | visual ) |
Definition at line 118 of file qxcbimage.cpp.
xcb_pixmap_t qt_xcb_XPixmapFromBitmap | ( | QXcbScreen * | screen, |
const QImage & | image ) |
Definition at line 167 of file qxcbimage.cpp.