![]() |
Qt 6.x
The Qt SDK
|
#include <qwidget_p.h>
Public Attributes | |
std::unique_ptr< QIcon > | icon |
std::unique_ptr< QWidgetRepaintManager > | repaintManager |
QBackingStore * | backingStore |
QPainter * | sharedPainter |
QWidgetWindow * | window |
QString | caption |
QString | iconText |
QString | role |
QString | filePath |
short | incw |
short | inch |
short | basew |
short | baseh |
QRect | frameStrut |
QRect | normalGeometry |
Qt::WindowFlags | savedFlags |
QScreen * | initialScreen |
std::vector< std::unique_ptr< QPlatformTextureList > > | widgetTextures |
uint | opacity: 8 |
uint | posIncludesFrame: 1 |
uint | sizeAdjusted: 1 |
uint | embedded: 1 |
Definition at line 88 of file qwidget_p.h.
QBackingStore* QTLWExtra::backingStore |
Definition at line 94 of file qwidget_p.h.
Referenced by QWidget::backingStore(), QWidgetPrivate::create(), deleteBackingStore(), QWidgetPrivate::invalidateBackingStore(), QWidgetPrivate::repaint(), and QWidgetPrivate::update().
short QTLWExtra::baseh |
Definition at line 106 of file qwidget_p.h.
short QTLWExtra::basew |
Definition at line 106 of file qwidget_p.h.
QString QTLWExtra::caption |
Definition at line 99 of file qwidget_p.h.
uint QTLWExtra::embedded |
Definition at line 119 of file qwidget_p.h.
QString QTLWExtra::filePath |
Definition at line 102 of file qwidget_p.h.
QRect QTLWExtra::frameStrut |
Definition at line 108 of file qwidget_p.h.
Referenced by QWidgetPrivate::frameStrut().
std::unique_ptr<QIcon> QTLWExtra::icon |
Definition at line 92 of file qwidget_p.h.
QString QTLWExtra::iconText |
Definition at line 100 of file qwidget_p.h.
short QTLWExtra::inch |
Definition at line 105 of file qwidget_p.h.
short QTLWExtra::incw |
Definition at line 105 of file qwidget_p.h.
QScreen* QTLWExtra::initialScreen |
Definition at line 111 of file qwidget_p.h.
Referenced by QWidgetTextControlPrivate::contextMenuEvent(), QWidgetPrivate::create(), QMenuPrivate::popup(), QMenuBarPrivate::popupAction(), QWidgetPrivate::setParent_sys(), and QWidgetPrivate::setScreen().
QRect QTLWExtra::normalGeometry |
Definition at line 109 of file qwidget_p.h.
Referenced by QWidgetPrivate::setGeometry_sys().
uint QTLWExtra::opacity |
Definition at line 116 of file qwidget_p.h.
Referenced by QWidget::setWindowOpacity().
uint QTLWExtra::posIncludesFrame |
Definition at line 117 of file qwidget_p.h.
Referenced by QWidgetPrivate::create().
std::unique_ptr<QWidgetRepaintManager> QTLWExtra::repaintManager |
Definition at line 93 of file qwidget_p.h.
Referenced by QWidgetPrivate::invalidateBackingStore(), QWidgetPrivate::repaint(), and QWidgetPrivate::update().
QString QTLWExtra::role |
Definition at line 101 of file qwidget_p.h.
Qt::WindowFlags QTLWExtra::savedFlags |
Definition at line 110 of file qwidget_p.h.
QPainter* QTLWExtra::sharedPainter |
Definition at line 95 of file qwidget_p.h.
uint QTLWExtra::sizeAdjusted |
Definition at line 118 of file qwidget_p.h.
Referenced by QWidgetPrivate::prepareToRender().
std::vector<std::unique_ptr<QPlatformTextureList> > QTLWExtra::widgetTextures |
Definition at line 113 of file qwidget_p.h.
Referenced by findAllTextureWidgetsRecursively(), and widgetTexturesFor().
QWidgetWindow* QTLWExtra::window |
Definition at line 96 of file qwidget_p.h.
Referenced by QWidget::clearFocus(), QWidgetPrivate::create(), QWidgetPrivate::invalidateBackingStore(), QWidgetPrivate::maybeRepaintManager(), QWidgetPrivate::repaint(), QWidgetPrivate::setSharedPainter(), QWidgetPrivate::sharedPainter(), and QWidgetPrivate::update().