![]() |
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 | |
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 95 of file qwindowsthemedata_p.h.
|
default |
|
inline |
bool ThemeMapKey::noBorder = false |
Definition at line 99 of file qwindowsthemedata_p.h.
Referenced by ThemeMapKey().
bool ThemeMapKey::noContent = false |
Definition at line 100 of file qwindowsthemedata_p.h.
Referenced by ThemeMapKey().
int ThemeMapKey::partId = -1 |
Definition at line 97 of file qwindowsthemedata_p.h.
Referenced by ThemeMapKey(), operator==(), and qHash().
int ThemeMapKey::stateId = -1 |
Definition at line 98 of file qwindowsthemedata_p.h.
Referenced by ThemeMapKey(), operator==(), and qHash().
int ThemeMapKey::theme = 0 |
Definition at line 96 of file qwindowsthemedata_p.h.
Referenced by ThemeMapKey(), operator==(), and qHash().