Qt 4.8
|
#include <qwidget_p.h>
Public Functions | |
QWidgetPaintContext (QPaintDevice *d, const QRegion &r, const QPoint &o, int f, QPainter *p, QWidgetBackingStore *b) | |
Public Variables | |
QWidgetBackingStore * | backingStore |
int | flags |
QPoint | offset |
QPainter * | painter |
QPaintDevice * | pdev |
QRegion | rgn |
QPainter * | sharedPainter |
Definition at line 929 of file qwidget_p.h.
|
inline |
Definition at line 931 of file qwidget_p.h.
QWidgetBackingStore* QWidgetPaintContext::backingStore |
Definition at line 940 of file qwidget_p.h.
int QWidgetPaintContext::flags |
Definition at line 938 of file qwidget_p.h.
QPoint QWidgetPaintContext::offset |
Definition at line 937 of file qwidget_p.h.
QPainter* QWidgetPaintContext::painter |
Definition at line 941 of file qwidget_p.h.
Referenced by QWidgetPrivate::drawWidget().
QPaintDevice* QWidgetPaintContext::pdev |
Definition at line 935 of file qwidget_p.h.
QRegion QWidgetPaintContext::rgn |
Definition at line 936 of file qwidget_p.h.
QPainter* QWidgetPaintContext::sharedPainter |
Definition at line 939 of file qwidget_p.h.