Qt 4.8
Public Functions | Public Variables | List of all members
QWidgetPaintContext Struct Reference

#include <qwidget_p.h>

Public Functions

 QWidgetPaintContext (QPaintDevice *d, const QRegion &r, const QPoint &o, int f, QPainter *p, QWidgetBackingStore *b)
 

Public Variables

QWidgetBackingStorebackingStore
 
int flags
 
QPoint offset
 
QPainterpainter
 
QPaintDevicepdev
 
QRegion rgn
 
QPaintersharedPainter
 

Detailed Description

Definition at line 929 of file qwidget_p.h.

Constructors and Destructors

◆ QWidgetPaintContext()

QWidgetPaintContext::QWidgetPaintContext ( QPaintDevice d,
const QRegion r,
const QPoint o,
int  f,
QPainter p,
QWidgetBackingStore b 
)
inline

Definition at line 931 of file qwidget_p.h.

933  : pdev(d), rgn(r), offset(o), flags(f), sharedPainter(p), backingStore(b), painter(0) {}
QPainter * painter
Definition: qwidget_p.h:941
QPainter * sharedPainter
Definition: qwidget_p.h:939
QPaintDevice * pdev
Definition: qwidget_p.h:935
QWidgetBackingStore * backingStore
Definition: qwidget_p.h:940

Properties

◆ backingStore

QWidgetBackingStore* QWidgetPaintContext::backingStore

Definition at line 940 of file qwidget_p.h.

◆ flags

int QWidgetPaintContext::flags

Definition at line 938 of file qwidget_p.h.

◆ offset

QPoint QWidgetPaintContext::offset

Definition at line 937 of file qwidget_p.h.

◆ painter

QPainter* QWidgetPaintContext::painter

Definition at line 941 of file qwidget_p.h.

Referenced by QWidgetPrivate::drawWidget().

◆ pdev

QPaintDevice* QWidgetPaintContext::pdev

Definition at line 935 of file qwidget_p.h.

◆ rgn

QRegion QWidgetPaintContext::rgn

Definition at line 936 of file qwidget_p.h.

◆ sharedPainter

QPainter* QWidgetPaintContext::sharedPainter

Definition at line 939 of file qwidget_p.h.


The documentation for this struct was generated from the following file: