Definition at line 285 of file qpaintengine.h.
#include <qpaintengine.h>
Public Member Functions |
|
| QPaintEngine::DirtyFlags | state () const |
| QPen | pen () const |
| QBrush | brush () const |
| QPointF | brushOrigin () const |
| QBrush | backgroundBrush () const |
| Qt::BGMode | backgroundMode () const |
| QFont | font () const |
| QMatrix | matrix () const |
| QTransform | transform () const |
| Qt::ClipOperation | clipOperation () const |
| QRegion | clipRegion () const |
| QPainterPath | clipPath () const |
| bool | isClipEnabled () const |
| QPainter::RenderHints | renderHints () const |
| QPainter::CompositionMode | compositionMode () const |
| qreal | opacity () const |
| QPainter * | painter () const |
| bool | brushNeedsResolving () const |
| bool | penNeedsResolving () const |
Protected Attributes |
|
| QPaintEngine::DirtyFlags | dirtyFlags |
Friends |
|
| class | QPaintEngine |
| class | QRasterPaintEngine |
| class | QWidget |
| class | QPainter |
| class | QPainterPrivate |
| class | QMacPrintEnginePrivate |
| QPaintEngine::DirtyFlags state | ( | ) | const [inline] |
| QPen pen | ( | ) | const |
| QBrush brush | ( | ) | const |
| QPointF brushOrigin | ( | ) | const |
| QBrush backgroundBrush | ( | ) | const |
| Qt::BGMode backgroundMode | ( | ) | const |
| QFont font | ( | ) | const |
| QMatrix matrix | ( | ) | const |
| QTransform transform | ( | ) | const |
| Qt::ClipOperation clipOperation | ( | ) | const |
| QRegion clipRegion | ( | ) | const |
| QPainterPath clipPath | ( | ) | const |
| bool isClipEnabled | ( | ) | const |
| QPainter::RenderHints renderHints | ( | ) | const |
| QPainter::CompositionMode compositionMode | ( | ) | const |
| qreal opacity | ( | ) | const |
| QPainter* painter | ( | ) | const |
| bool brushNeedsResolving | ( | ) | const |
| bool penNeedsResolving | ( | ) | const |
friend class QPaintEngine
[friend] |
Definition at line 314 of file qpaintengine.h.
friend class QRasterPaintEngine
[friend] |
Definition at line 315 of file qpaintengine.h.
friend class QWidget [friend] |
Definition at line 316 of file qpaintengine.h.
friend class QPainter [friend] |
Definition at line 317 of file qpaintengine.h.
friend class QPainterPrivate
[friend] |
Definition at line 318 of file qpaintengine.h.
friend class QMacPrintEnginePrivate
[friend] |
Definition at line 319 of file qpaintengine.h.
QPaintEngine::DirtyFlags
dirtyFlags [protected] |
Definition at line 321 of file qpaintengine.h.