![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 108 of file qquickwindowsxpstyle_p_p.h.
|
default |
|
inline |
Definition at line 116 of file qquickwindowsxpstyle_p_p.h.
References noBorder, noContent, partId, QQC2::XPThemeData::partId, stateId, QQC2::XPThemeData::stateId, theme, and QQC2::XPThemeData::theme.
Referenced by QQC2::QWindowsXPStylePrivate::drawBackgroundThruNativeBuffer().
bool QQC2::ThemeMapKey::noBorder = false |
Definition at line 112 of file qquickwindowsxpstyle_p_p.h.
Referenced by ThemeMapKey(), and QQC2::operator<<().
bool QQC2::ThemeMapKey::noContent = false |
Definition at line 113 of file qquickwindowsxpstyle_p_p.h.
Referenced by ThemeMapKey(), and QQC2::operator<<().
int QQC2::ThemeMapKey::partId = -1 |
Definition at line 110 of file qquickwindowsxpstyle_p_p.h.
Referenced by ThemeMapKey(), QQC2::operator<<(), QQC2::operator==(), and QQC2::qHash().
int QQC2::ThemeMapKey::stateId = -1 |
Definition at line 111 of file qquickwindowsxpstyle_p_p.h.
Referenced by ThemeMapKey(), QQC2::operator<<(), QQC2::operator==(), and QQC2::qHash().
int QQC2::ThemeMapKey::theme = 0 |
Definition at line 109 of file qquickwindowsxpstyle_p_p.h.
Referenced by ThemeMapKey(), QQC2::operator<<(), QQC2::operator==(), and QQC2::qHash().