![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsthemedata_p.h>
Public Member Functions | |
ThemeMapKey ()=default | |
ThemeMapKey (const QWindowsThemeData &data) | |
Public Attributes | |
int | theme = 0 |
int | partId = -1 |
int | stateId = -1 |
bool | noBorder = false |
bool | noContent = false |
Definition at line 92 of file qwindowsthemedata_p.h.
|
default |
|
inline |
Definition at line 100 of file qwindowsthemedata_p.h.
bool ThemeMapKey::noBorder = false |
Definition at line 96 of file qwindowsthemedata_p.h.
bool ThemeMapKey::noContent = false |
Definition at line 97 of file qwindowsthemedata_p.h.
int ThemeMapKey::partId = -1 |
Definition at line 94 of file qwindowsthemedata_p.h.
Referenced by operator==().
int ThemeMapKey::stateId = -1 |
Definition at line 95 of file qwindowsthemedata_p.h.
Referenced by operator==().
int ThemeMapKey::theme = 0 |
Definition at line 93 of file qwindowsthemedata_p.h.
Referenced by operator==().