![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsthemedata_p.h>
Public Member Functions | |
ThemeMapData () | |
Public Attributes | |
AlphaChannelType | alphaType = UnknownAlpha |
bool | dataValid: 1 |
bool | partIsTransparent: 1 |
bool | hasAlphaChannel: 1 |
bool | wasAlphaSwapped: 1 |
bool | hadInvalidAlpha: 1 |
Definition at line 123 of file qwindowsthemedata_p.h.
|
inline |
Definition at line 132 of file qwindowsthemedata_p.h.
AlphaChannelType ThemeMapData::alphaType = UnknownAlpha |
Definition at line 124 of file qwindowsthemedata_p.h.
bool ThemeMapData::dataValid |
Definition at line 126 of file qwindowsthemedata_p.h.
Referenced by QWindowsVistaStylePrivate::drawBackgroundThruNativeBuffer(), and QQC2::QWindowsXPStylePrivate::drawBackgroundThruNativeBuffer().
bool ThemeMapData::hadInvalidAlpha |
Definition at line 130 of file qwindowsthemedata_p.h.
bool ThemeMapData::hasAlphaChannel |
Definition at line 128 of file qwindowsthemedata_p.h.
bool ThemeMapData::partIsTransparent |
Definition at line 127 of file qwindowsthemedata_p.h.
bool ThemeMapData::wasAlphaSwapped |
Definition at line 129 of file qwindowsthemedata_p.h.