Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 786 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 788 of file qwidget_p.h.

Member Data Documentation

◆ flags

QWidgetPrivate::DrawWidgetFlags QWidgetPaintContext::flags

Definition at line 795 of file qwidget_p.h.

◆ offset

QPoint QWidgetPaintContext::offset

Definition at line 794 of file qwidget_p.h.

◆ painter

QPainter* QWidgetPaintContext::painter

Definition at line 798 of file qwidget_p.h.

◆ pdev

QPaintDevice* QWidgetPaintContext::pdev

Definition at line 792 of file qwidget_p.h.

◆ repaintManager

QWidgetRepaintManager* QWidgetPaintContext::repaintManager

Definition at line 797 of file qwidget_p.h.

◆ rgn

QRegion QWidgetPaintContext::rgn

Definition at line 793 of file qwidget_p.h.

◆ sharedPainter

QPainter* QWidgetPaintContext::sharedPainter

Definition at line 796 of file qwidget_p.h.


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