Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpaintengine_x11_p.h File Reference

(02de77535f2a94cbeb7e0ea01895ba4e556e165c)

#include <QtGui/QPaintEngine>
Include dependency graph for qpaintengine_x11_p.h:
This graph shows which files directly or indirectly include this file:

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.

Typedef Documentation

◆ Drawable

typedef XID Drawable

Definition at line 10 of file qpaintengine_x11_p.h.

◆ GC

typedef struct _XGC* GC

Definition at line 11 of file qpaintengine_x11_p.h.

Function Documentation

◆ qt_x11_get_brush_gc()

GC qt_x11_get_brush_gc ( QPainter * p)

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.

◆ qt_x11_get_pen_gc()

GC qt_x11_get_pen_gc ( QPainter * p)

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_x11Handle()

QT_BEGIN_NAMESPACE Drawable qt_x11Handle ( const QPaintDevice * pd)

Definition at line 220 of file qpaintengine_x11.cpp.