![]() |
Qt 6.x
The Qt SDK
|
#include <qxcbnativepainting.h>
Public Member Functions | |
QXcbX11Info () | |
~QXcbX11Info () | |
QXcbX11Info (const QXcbX11Info &other) | |
QXcbX11Info & | operator= (const QXcbX11Info &other) |
int | depth () const |
void | setDepth (int depth) |
int | screen () const |
Colormap | colormap () const |
void * | visual () const |
void | setVisual (void *visual) |
Static Public Member Functions | |
static QXcbX11Info | fromScreen (int screen) |
static Display * | display () |
static int | appScreen () |
static int | appDepth (int screen=-1) |
static int | appCells (int screen=-1) |
static Colormap | appColormap (int screen=-1) |
static void * | appVisual (int screen=-1) |
static Window | appRootWindow (int screen=-1) |
static bool | appDefaultColormap (int screen=-1) |
static bool | appDefaultVisual (int screen=-1) |
static int | appDpiX (int screen=-1) |
static int | appDpiY (int screen=-1) |
Friends | |
class | QX11PaintEngine |
class | QX11PlatformPixmap |
void | qt_x11SetScreen (QPixmap &pixmap, int screen) |
Definition at line 25 of file qxcbnativepainting.h.
QXcbX11Info::QXcbX11Info | ( | ) |
Definition at line 96 of file qxcbnativepainting.cpp.
QXcbX11Info::~QXcbX11Info | ( | ) |
Definition at line 100 of file qxcbnativepainting.cpp.
QXcbX11Info::QXcbX11Info | ( | const QXcbX11Info & | other | ) |
Definition at line 103 of file qxcbnativepainting.cpp.
|
static |
Definition at line 180 of file qxcbnativepainting.cpp.
Referenced by fromScreen().
|
static |
Definition at line 185 of file qxcbnativepainting.cpp.
Referenced by colormap(), and fromScreen().
|
static |
Definition at line 200 of file qxcbnativepainting.cpp.
Referenced by fromScreen().
|
static |
Definition at line 205 of file qxcbnativepainting.cpp.
Referenced by fromScreen().
|
static |
Definition at line 175 of file qxcbnativepainting.cpp.
Referenced by depth(), QX11PlatformPixmap::fromImage(), fromScreen(), and QX11PlatformPixmap::x11ConvertToDefaultDepth().
|
static |
Definition at line 210 of file qxcbnativepainting.cpp.
Referenced by QX11PlatformPixmap::metric().
|
static |
Definition at line 221 of file qxcbnativepainting.cpp.
Referenced by QX11PlatformPixmap::metric().
|
static |
Definition at line 195 of file qxcbnativepainting.cpp.
Referenced by QX11PlatformPixmap::createBitmapFromImage().
|
static |
Definition at line 170 of file qxcbnativepainting.cpp.
References X11.
Referenced by QXcbColormap::instance(), screen(), setDepth(), and setVisual().
|
static |
Definition at line 190 of file qxcbnativepainting.cpp.
Referenced by fromScreen(), qt_xcb_native_x11_info_init(), and visual().
Colormap QXcbX11Info::colormap | ( | ) | const |
Definition at line 152 of file qxcbnativepainting.cpp.
References appColormap(), and QX11InfoData::colormap.
int QXcbX11Info::depth | ( | ) | const |
Definition at line 147 of file qxcbnativepainting.cpp.
References appDepth(), and QX11InfoData::depth.
Referenced by QX11PlatformPixmap::fromImage(), QX11PlatformPixmap::resize(), and setDepth().
|
static |
Definition at line 137 of file qxcbnativepainting.cpp.
References X11.
Referenced by QX11PlatformPixmap::copy(), QX11PlatformPixmap::createBitmapFromImage(), QX11PaintEngine::drawPixmap(), QX11PaintEngine::drawTiledPixmap(), QX11PlatformPixmap::fill(), QX11PlatformPixmap::fromImage(), QX11PlatformPixmap::metric(), QX11PlatformPixmap::paintEngine(), qt_x11_drawImage(), QX11PlatformPixmap::resize(), QX11PlatformPixmap::scroll(), setCapStyle(), QX11PlatformPixmap::setMask(), QX11PlatformPixmap::toImage(), QX11PlatformPixmap::transformed(), and QX11PlatformPixmap::x11ConvertToDefaultDepth().
|
static |
Definition at line 113 of file qxcbnativepainting.cpp.
References appCells(), appColormap(), appDefaultColormap(), appDefaultVisual(), appDepth(), appVisual(), QX11InfoData::cells, QX11InfoData::colormap, QX11InfoData::defaultColormap, QX11InfoData::defaultVisual, QX11InfoData::depth, info, QX11InfoData::screen, screen(), and QX11InfoData::visual.
Referenced by QX11PlatformPixmap::fromImage(), QX11PlatformPixmap::resize(), setDepth(), and setVisual().
QXcbX11Info & QXcbX11Info::operator= | ( | const QXcbX11Info & | other | ) |
Definition at line 107 of file qxcbnativepainting.cpp.
References other().
int QXcbX11Info::screen | ( | ) | const |
Definition at line 142 of file qxcbnativepainting.cpp.
References appScreen(), and QX11InfoData::screen.
Referenced by appCells(), appColormap(), appDefaultColormap(), appDefaultVisual(), appDepth(), appDpiX(), appDpiY(), appRootWindow(), appVisual(), QX11PlatformPixmap::copy(), QX11PlatformPixmap::fill(), QX11PlatformPixmap::fromImage(), fromScreen(), QX11PlatformPixmap::mask(), QX11PlatformPixmap::metric(), QX11PlatformPixmap::paintEngine(), QX11PlatformPixmap::resize(), QX11PlatformPixmap::setMask(), and QX11PlatformPixmap::transformed().
void QXcbX11Info::setDepth | ( | int | depth | ) |
Definition at line 129 of file qxcbnativepainting.cpp.
References appScreen(), QX11InfoData::depth, depth(), and fromScreen().
Referenced by QX11PlatformPixmap::fromImage().
Definition at line 162 of file qxcbnativepainting.cpp.
References appScreen(), fromScreen(), QX11InfoData::visual, and visual().
void * QXcbX11Info::visual | ( | ) | const |
Definition at line 157 of file qxcbnativepainting.cpp.
References appVisual(), and QX11InfoData::visual.
Referenced by QX11PlatformPixmap::copy(), QX11PlatformPixmap::fromImage(), QX11PlatformPixmap::resize(), setVisual(), QX11PlatformPixmap::transformed(), and QX11PlatformPixmap::x11ConvertToDefaultDepth().
Definition at line 294 of file qpixmap_x11.cpp.
|
friend |
Definition at line 59 of file qxcbnativepainting.h.
|
friend |
Definition at line 60 of file qxcbnativepainting.h.