![]() |
Qt 6.x
The Qt SDK
|
#include <qquickwindowsxpstyle_p_p.h>
Public Member Functions | |
ThemeMapKey ()=default | |
ThemeMapKey (const XPThemeData &data) | |
Public Attributes | |
int | theme = 0 |
int | partId = -1 |
int | stateId = -1 |
bool | noBorder = false |
bool | noContent = false |
Definition at line 107 of file qquickwindowsxpstyle_p_p.h.
|
default |
|
inline |
Definition at line 115 of file qquickwindowsxpstyle_p_p.h.
bool QQC2::ThemeMapKey::noBorder = false |
Definition at line 111 of file qquickwindowsxpstyle_p_p.h.
Referenced by QQC2::operator<<().
bool QQC2::ThemeMapKey::noContent = false |
Definition at line 112 of file qquickwindowsxpstyle_p_p.h.
Referenced by QQC2::operator<<().
int QQC2::ThemeMapKey::partId = -1 |
Definition at line 109 of file qquickwindowsxpstyle_p_p.h.
Referenced by QQC2::operator<<(), and QQC2::operator==().
int QQC2::ThemeMapKey::stateId = -1 |
Definition at line 110 of file qquickwindowsxpstyle_p_p.h.
Referenced by QQC2::operator<<(), and QQC2::operator==().
int QQC2::ThemeMapKey::theme = 0 |
Definition at line 108 of file qquickwindowsxpstyle_p_p.h.
Referenced by QQC2::operator<<(), and QQC2::operator==().