![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/QPaintEngine>
Go to the source code of this file.
Classes | |
class | QX11PaintEngine |
Typedefs | |
typedef XID | Drawable |
typedef struct _XGC * | GC |
Functions | |
QT_BEGIN_NAMESPACE Drawable | qt_x11Handle (const QPaintDevice *pd) |
GC | qt_x11_get_pen_gc (QPainter *p) |
Returns the X11 specific pen GC for the painter p. | |
GC | qt_x11_get_brush_gc (QPainter *p) |
Returns the X11 specific brush GC for the painter p. | |
Definition at line 9 of file qpaintengine_x11_p.h.
typedef struct _XGC* GC |
Definition at line 10 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 79 of file qpaintengine_x11.cpp.
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 78 of file qpaintengine_x11.cpp.
QT_BEGIN_NAMESPACE Drawable qt_x11Handle | ( | const QPaintDevice * | pd | ) |
Definition at line 219 of file qpaintengine_x11.cpp.