![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 |
| QPointer< QScreen > | initialScreen |
| std::vector< std::unique_ptr< QPlatformTextureList > > | widgetTextures |
| uint | opacity: 8 |
| uint | posIncludesFrame: 1 |
| uint | sizeAdjusted: 1 |
| uint | embedded: 1 |
| uint | explicitContentsMarginsRespectsSafeArea: 1 |
Definition at line 92 of file qwidget_p.h.
| QBackingStore* QTLWExtra::backingStore |
Definition at line 98 of file qwidget_p.h.
| short QTLWExtra::baseh |
Definition at line 110 of file qwidget_p.h.
| short QTLWExtra::basew |
Definition at line 110 of file qwidget_p.h.
| QString QTLWExtra::caption |
Definition at line 103 of file qwidget_p.h.
| uint QTLWExtra::embedded |
Definition at line 123 of file qwidget_p.h.
| uint QTLWExtra::explicitContentsMarginsRespectsSafeArea |
Definition at line 124 of file qwidget_p.h.
| QString QTLWExtra::filePath |
Definition at line 106 of file qwidget_p.h.
| QRect QTLWExtra::frameStrut |
Definition at line 112 of file qwidget_p.h.
| std::unique_ptr<QIcon> QTLWExtra::icon |
Definition at line 96 of file qwidget_p.h.
| QString QTLWExtra::iconText |
Definition at line 104 of file qwidget_p.h.
| short QTLWExtra::inch |
Definition at line 109 of file qwidget_p.h.
| short QTLWExtra::incw |
Definition at line 109 of file qwidget_p.h.
Definition at line 115 of file qwidget_p.h.
| QRect QTLWExtra::normalGeometry |
Definition at line 113 of file qwidget_p.h.
| uint QTLWExtra::opacity |
Definition at line 120 of file qwidget_p.h.
| uint QTLWExtra::posIncludesFrame |
Definition at line 121 of file qwidget_p.h.
| std::unique_ptr<QWidgetRepaintManager> QTLWExtra::repaintManager |
Definition at line 97 of file qwidget_p.h.
| QString QTLWExtra::role |
Definition at line 105 of file qwidget_p.h.
| Qt::WindowFlags QTLWExtra::savedFlags |
Definition at line 114 of file qwidget_p.h.
| QPainter* QTLWExtra::sharedPainter |
Definition at line 99 of file qwidget_p.h.
| uint QTLWExtra::sizeAdjusted |
Definition at line 122 of file qwidget_p.h.
| std::vector<std::unique_ptr<QPlatformTextureList> > QTLWExtra::widgetTextures |
Definition at line 117 of file qwidget_p.h.
| QWidgetWindow* QTLWExtra::window |
Definition at line 100 of file qwidget_p.h.