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

#include <qwidget_p.h>

+ Collaboration diagram for QTLWExtra:

Public Attributes

std::unique_ptr< QIconicon
 
std::unique_ptr< QWidgetRepaintManagerrepaintManager
 
QBackingStorebackingStore
 
QPaintersharedPainter
 
QWidgetWindowwindow
 
QString caption
 
QString iconText
 
QString role
 
QString filePath
 
short incw
 
short inch
 
short basew
 
short baseh
 
QRect frameStrut
 
QRect normalGeometry
 
Qt::WindowFlags savedFlags
 
QScreeninitialScreen
 
std::vector< std::unique_ptr< QPlatformTextureList > > widgetTextures
 
uint opacity: 8
 
uint posIncludesFrame: 1
 
uint sizeAdjusted: 1
 
uint embedded: 1
 

Detailed Description

Definition at line 89 of file qwidget_p.h.

Member Data Documentation

◆ backingStore

◆ baseh

short QTLWExtra::baseh

Definition at line 107 of file qwidget_p.h.

◆ basew

short QTLWExtra::basew

Definition at line 107 of file qwidget_p.h.

Referenced by QWidget::setBaseSize().

◆ caption

QString QTLWExtra::caption

Definition at line 100 of file qwidget_p.h.

◆ embedded

uint QTLWExtra::embedded

Definition at line 120 of file qwidget_p.h.

◆ filePath

QString QTLWExtra::filePath

Definition at line 103 of file qwidget_p.h.

◆ frameStrut

QRect QTLWExtra::frameStrut

Definition at line 109 of file qwidget_p.h.

Referenced by QWidgetPrivate::frameStrut().

◆ icon

std::unique_ptr<QIcon> QTLWExtra::icon

Definition at line 93 of file qwidget_p.h.

◆ iconText

QString QTLWExtra::iconText

Definition at line 101 of file qwidget_p.h.

◆ inch

short QTLWExtra::inch

Definition at line 106 of file qwidget_p.h.

◆ incw

short QTLWExtra::incw

Definition at line 106 of file qwidget_p.h.

Referenced by QWidget::setSizeIncrement().

◆ initialScreen

QScreen* QTLWExtra::initialScreen

◆ normalGeometry

QRect QTLWExtra::normalGeometry

Definition at line 110 of file qwidget_p.h.

Referenced by QWidgetPrivate::setGeometry_sys().

◆ opacity

uint QTLWExtra::opacity

Definition at line 117 of file qwidget_p.h.

Referenced by QWidget::setWindowOpacity().

◆ posIncludesFrame

uint QTLWExtra::posIncludesFrame

Definition at line 118 of file qwidget_p.h.

Referenced by QWidgetPrivate::create().

◆ repaintManager

std::unique_ptr<QWidgetRepaintManager> QTLWExtra::repaintManager

Definition at line 94 of file qwidget_p.h.

Referenced by QWidgetWindow::~QWidgetWindow().

◆ role

QString QTLWExtra::role

Definition at line 102 of file qwidget_p.h.

◆ savedFlags

Qt::WindowFlags QTLWExtra::savedFlags

Definition at line 111 of file qwidget_p.h.

◆ sharedPainter

QPainter* QTLWExtra::sharedPainter

Definition at line 96 of file qwidget_p.h.

◆ sizeAdjusted

uint QTLWExtra::sizeAdjusted

Definition at line 119 of file qwidget_p.h.

◆ widgetTextures

std::vector<std::unique_ptr<QPlatformTextureList> > QTLWExtra::widgetTextures

Definition at line 114 of file qwidget_p.h.

Referenced by QWidgetWindow::~QWidgetWindow().

◆ window


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