![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/QPaintEngine>
Go to the source code of this file.
Classes | |
class | QX11PaintEngine |
Typedefs | |
typedef unsigned long | XID |
typedef XID | Drawable |
typedef struct _XGC * | GC |
Functions | |
QT_BEGIN_NAMESPACE Drawable | qt_x11Handle (const QPaintDevice *pd) |
GC | qt_x11_get_pen_gc (QPainter *) |
Returns the X11 specific pen GC for the painter p. | |
GC | qt_x11_get_brush_gc (QPainter *) |
Returns the X11 specific brush GC for the painter p. | |
Definition at line 10 of file qpaintengine_x11_p.h.
typedef struct _XGC* GC |
Definition at line 11 of file qpaintengine_x11_p.h.
typedef unsigned long XID |
Definition at line 9 of file qpaintengine_x11_p.h.
Returns the X11 specific brush GC for the painter p.
Note that QPainter::begin() must be called before this function returns a valid GC.
Definition at line 80 of file qpaintengine_x11.cpp.
References QX11PaintEnginePrivate::dpy, QX11PaintEnginePrivate::gc, QX11PaintEnginePrivate::gc_brush, QX11PaintEnginePrivate::has_clipping, QX11PaintEnginePrivate::hd, QX11PaintEnginePrivate::opacity, QX11PaintEnginePrivate::render_hints, QX11PaintEnginePrivate::scrn, QTransform::TxNone, QX11PaintEnginePrivate::txop, QX11PaintEnginePrivate::xform_scale, and QX11PaintEnginePrivate::xinfo.
Returns the X11 specific pen GC for the painter p.
Note that QPainter::begin() must be called before this function returns a valid GC.
Definition at line 79 of file qpaintengine_x11.cpp.
QT_BEGIN_NAMESPACE Drawable qt_x11Handle | ( | const QPaintDevice * | pd | ) |
Definition at line 219 of file qpaintengine_x11.cpp.
References QPaintDevice::devType(), QInternal::Pixmap, and qt_x11PixmapHandle().
Referenced by QX11PaintEngine::begin().