![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 126 of file qwindowsthemedata_p.h.
|
inline |
Definition at line 135 of file qwindowsthemedata_p.h.
References dataValid, hadInvalidAlpha, hasAlphaChannel, partIsTransparent, and wasAlphaSwapped.
| AlphaChannelType ThemeMapData::alphaType = UnknownAlpha |
Definition at line 127 of file qwindowsthemedata_p.h.
| bool ThemeMapData::dataValid |
Definition at line 129 of file qwindowsthemedata_p.h.
Referenced by ThemeMapData(), and QWindowsVistaStylePrivate::drawBackgroundThruNativeBuffer().
| bool ThemeMapData::hadInvalidAlpha |
Definition at line 133 of file qwindowsthemedata_p.h.
Referenced by ThemeMapData().
| bool ThemeMapData::hasAlphaChannel |
Definition at line 131 of file qwindowsthemedata_p.h.
Referenced by ThemeMapData().
| bool ThemeMapData::partIsTransparent |
Definition at line 130 of file qwindowsthemedata_p.h.
Referenced by ThemeMapData().
| bool ThemeMapData::wasAlphaSwapped |
Definition at line 132 of file qwindowsthemedata_p.h.
Referenced by ThemeMapData().