#include <qpaintengine.h>
Definition at line 289 of file 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 |
|
inline |
Definition at line 292 of file qpaintengine.h.
QPen pen | ( | ) | const |
QBrush brush | ( | ) | const |
QPointF brushOrigin | ( | ) | const |
QBrush backgroundBrush | ( | ) | const |
Qt::BGMode backgroundMode | ( | ) | const |
QFont font | ( | ) | 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 |
Definition at line 318 of file qpaintengine.h.
|
friend |
Definition at line 319 of file qpaintengine.h.
|
friend |
Definition at line 320 of file qpaintengine.h.
|
friend |
Definition at line 321 of file qpaintengine.h.
|
friend |
Definition at line 322 of file qpaintengine.h.
|
friend |
Definition at line 323 of file qpaintengine.h.
|
protected |
Definition at line 325 of file qpaintengine.h.