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
QWExtra Struct Reference

#include <qwidget_p.h>

+ Collaboration diagram for QWExtra:

Public Attributes

voidglContext
 
std::unique_ptr< QTLWExtratopextra
 
std::unique_ptr< QCursorcurs
 
QPointer< QStylestyle
 
QPointer< QWidgetfocus_proxy
 
QRegion mask
 
QString styleSheet
 
qint32 minw
 
qint32 minh
 
qint32 maxw
 
qint32 maxh
 
quint16 customDpiX
 
quint16 customDpiY
 
QSize staticContentsSize
 
uint explicitMinSize: 2
 
uint explicitMaxSize: 2
 
uint autoFillBackground: 1
 
uint nativeChildrenForced: 1
 
uint inRenderWithPainter: 1
 
uint hasMask: 1
 
uint hasWindowContainer: 1
 

Detailed Description

Definition at line 123 of file qwidget_p.h.

Member Data Documentation

◆ autoFillBackground

uint QWExtra::autoFillBackground

Definition at line 154 of file qwidget_p.h.

◆ curs

std::unique_ptr<QCursor> QWExtra::curs

Definition at line 133 of file qwidget_p.h.

◆ customDpiX

quint16 QWExtra::customDpiX

Definition at line 147 of file qwidget_p.h.

◆ customDpiY

quint16 QWExtra::customDpiY

Definition at line 148 of file qwidget_p.h.

◆ explicitMaxSize

uint QWExtra::explicitMaxSize

Definition at line 153 of file qwidget_p.h.

◆ explicitMinSize

uint QWExtra::explicitMinSize

Definition at line 152 of file qwidget_p.h.

◆ focus_proxy

QPointer<QWidget> QWExtra::focus_proxy

Definition at line 136 of file qwidget_p.h.

◆ glContext

void* QWExtra::glContext

Definition at line 127 of file qwidget_p.h.

◆ hasMask

uint QWExtra::hasMask

Definition at line 157 of file qwidget_p.h.

◆ hasWindowContainer

uint QWExtra::hasWindowContainer

Definition at line 158 of file qwidget_p.h.

◆ inRenderWithPainter

uint QWExtra::inRenderWithPainter

Definition at line 156 of file qwidget_p.h.

◆ mask

QRegion QWExtra::mask

Definition at line 139 of file qwidget_p.h.

◆ maxh

qint32 QWExtra::maxh

Definition at line 146 of file qwidget_p.h.

◆ maxw

qint32 QWExtra::maxw

Definition at line 145 of file qwidget_p.h.

◆ minh

qint32 QWExtra::minh

Definition at line 144 of file qwidget_p.h.

◆ minw

qint32 QWExtra::minw

Definition at line 143 of file qwidget_p.h.

◆ nativeChildrenForced

uint QWExtra::nativeChildrenForced

Definition at line 155 of file qwidget_p.h.

◆ staticContentsSize

QSize QWExtra::staticContentsSize

Definition at line 149 of file qwidget_p.h.

◆ style

QPointer<QStyle> QWExtra::style

Definition at line 135 of file qwidget_p.h.

◆ styleSheet

QString QWExtra::styleSheet

Definition at line 140 of file qwidget_p.h.

◆ topextra

std::unique_ptr<QTLWExtra> QWExtra::topextra

Definition at line 128 of file qwidget_p.h.


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