![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 97 of file qxcbnativepainting.cpp.
References QXcbX11Info().
Referenced by QXcbX11Info().
QXcbX11Info::~QXcbX11Info | ( | ) |
Definition at line 101 of file qxcbnativepainting.cpp.
QXcbX11Info::QXcbX11Info | ( | const QXcbX11Info & | other | ) |
Definition at line 104 of file qxcbnativepainting.cpp.
References QXcbX11Info().
Referenced by QXcbX11Info().
|
static |
Definition at line 181 of file qxcbnativepainting.cpp.
References QX11InfoData::cells, QXcbX11Data::defaultScreen, and QXcbX11Data::screens.
Referenced by fromScreen().
|
static |
Definition at line 186 of file qxcbnativepainting.cpp.
References QX11InfoData::colormap, QXcbX11Data::defaultScreen, and QXcbX11Data::screens.
Referenced by fromScreen().
|
static |
Definition at line 201 of file qxcbnativepainting.cpp.
References QX11InfoData::defaultColormap, QXcbX11Data::defaultScreen, and QXcbX11Data::screens.
Referenced by fromScreen().
|
static |
Definition at line 206 of file qxcbnativepainting.cpp.
References QXcbX11Data::defaultScreen, QX11InfoData::defaultVisual, and QXcbX11Data::screens.
Referenced by fromScreen().
|
static |
Definition at line 176 of file qxcbnativepainting.cpp.
References QXcbX11Data::defaultScreen, QX11InfoData::depth, and QXcbX11Data::screens.
Referenced by fromScreen().
|
static |
Definition at line 211 of file qxcbnativepainting.cpp.
References QXcbX11Data::defaultScreen, QX11InfoData::dpiX, QXcbX11Data::screenCount, and QXcbX11Data::screens.
|
static |
Definition at line 222 of file qxcbnativepainting.cpp.
References QXcbX11Data::defaultScreen, QX11InfoData::dpiY, QXcbX11Data::screenCount, and QXcbX11Data::screens.
|
static |
Definition at line 196 of file qxcbnativepainting.cpp.
References QXcbX11Data::defaultScreen, and QXcbX11Data::display.
|
static |
Definition at line 171 of file qxcbnativepainting.cpp.
References QXcbX11Data::defaultScreen.
Referenced by QXcbColormap::instance(), qt_x11SetScreen, setDepth(), and setVisual().
|
static |
Definition at line 191 of file qxcbnativepainting.cpp.
References QXcbX11Data::defaultScreen, QXcbX11Data::screens, and QX11InfoData::visual.
Referenced by fromScreen().
Colormap QXcbX11Info::colormap | ( | ) | const |
Definition at line 153 of file qxcbnativepainting.cpp.
int QXcbX11Info::depth | ( | ) | const |
Definition at line 148 of file qxcbnativepainting.cpp.
|
static |
Definition at line 138 of file qxcbnativepainting.cpp.
References QXcbX11Data::display.
Referenced by qt_x11_drawImage(), and setCapStyle().
|
static |
Definition at line 114 of file qxcbnativepainting.cpp.
References appCells(), appColormap(), appDefaultColormap(), appDefaultVisual(), appDepth(), appVisual(), QX11InfoData::cells, QX11InfoData::colormap, QX11InfoData::defaultColormap, QX11InfoData::defaultVisual, QX11InfoData::depth, QX11InfoData::screen, and QX11InfoData::visual.
Referenced by qt_x11SetScreen, setDepth(), and setVisual().
QXcbX11Info & QXcbX11Info::operator= | ( | const QXcbX11Info & | other | ) |
Definition at line 108 of file qxcbnativepainting.cpp.
Referenced by setDepth(), and setVisual().
int QXcbX11Info::screen | ( | ) | const |
Definition at line 143 of file qxcbnativepainting.cpp.
Referenced by QX11PaintEngine::drawTiledPixmap().
void QXcbX11Info::setDepth | ( | int | depth | ) |
Definition at line 130 of file qxcbnativepainting.cpp.
References appScreen(), fromScreen(), and operator=().
Definition at line 163 of file qxcbnativepainting.cpp.
References appScreen(), fromScreen(), and operator=().
void * QXcbX11Info::visual | ( | ) | const |
Definition at line 158 of file qxcbnativepainting.cpp.
Definition at line 295 of file qpixmap_x11.cpp.
References appScreen(), fromScreen(), and qt_x11SetDefaultScreen().
|
friend |
Definition at line 59 of file qxcbnativepainting.h.
|
friend |
Definition at line 60 of file qxcbnativepainting.h.