Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QWidgetPaintContext Struct Reference

#include <qwidget_p.h>

Collaboration diagram for QWidgetPaintContext:

Public Member Functions

 QWidgetPaintContext (QPaintDevice *d, const QRegion &r, const QPoint &o, QWidgetPrivate::DrawWidgetFlags f, QPainter *p, QWidgetRepaintManager *rpm)

Public Attributes

QPaintDevicepdev
QRegion rgn
QPoint offset
QWidgetPrivate::DrawWidgetFlags flags
QPaintersharedPainter
QWidgetRepaintManagerrepaintManager
QPainterpainter

Detailed Description

Definition at line 797 of file qwidget_p.h.

Constructor & Destructor Documentation

◆ QWidgetPaintContext()

QWidgetPaintContext::QWidgetPaintContext ( QPaintDevice * d,
const QRegion & r,
const QPoint & o,
QWidgetPrivate::DrawWidgetFlags f,
QPainter * p,
QWidgetRepaintManager * rpm )
inline

Definition at line 799 of file qwidget_p.h.

Member Data Documentation

◆ flags

QWidgetPrivate::DrawWidgetFlags QWidgetPaintContext::flags

Definition at line 806 of file qwidget_p.h.

◆ offset

◆ painter

QPainter* QWidgetPaintContext::painter

Definition at line 809 of file qwidget_p.h.

◆ pdev

QPaintDevice* QWidgetPaintContext::pdev

Definition at line 803 of file qwidget_p.h.

◆ repaintManager

QWidgetRepaintManager* QWidgetPaintContext::repaintManager

Definition at line 808 of file qwidget_p.h.

◆ rgn

QRegion QWidgetPaintContext::rgn

Definition at line 804 of file qwidget_p.h.

◆ sharedPainter

QPainter* QWidgetPaintContext::sharedPainter

Definition at line 807 of file qwidget_p.h.


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