Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpaintengine_x11_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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 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.
 

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.

◆ XID

typedef unsigned long XID

Definition at line 9 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.

References gc(), and QTransform::TxNone.

+ Here is the call graph for this function:

◆ 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 219 of file qpaintengine_x11.cpp.

References QPaintDevice::devType(), QInternal::Pixmap, and qt_x11PixmapHandle().

Referenced by QX11PaintEngine::begin().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: