![]() |
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.h"#include <private/qquickwindowsstyle_p_p.h>#include <QtCore/qmap.h>#include <QtCore/qt_windows.h>#include <uxtheme.h>#include <vssym32.h>#include <limits.h>Go to the source code of this file.
Classes | |
| class | QQC2::XPThemeData |
| struct | QQC2::ThemeMapKey |
| struct | QQC2::ThemeMapData |
| class | QQC2::QWindowsXPStylePrivate |
Namespaces | |
| namespace | QQC2 |
Macros | |
| #define | TMT_TEXTSHADOWCOLOR 3818 |
| #define | TST_NONE 0 |
| #define | MINBS_INACTIVE 5 |
| #define | MAXBS_INACTIVE 5 |
| #define | RBS_INACTIVE 5 |
| #define | HBS_INACTIVE 5 |
| #define | CBS_INACTIVE 5 |
Enumerations | |
| enum | QQC2::AlphaChannelType { QQC2::UnknownAlpha = -1 , QQC2::NoAlpha , QQC2::MaskAlpha , QQC2::RealAlpha } |
Functions | |
| size_t | QQC2::qHash (const ThemeMapKey &key) |
| bool | QQC2::operator== (const ThemeMapKey &k1, const ThemeMapKey &k2) |
| QDebug | QQC2::operator<< (QDebug d, const XPThemeData &t) |
| QDebug | QQC2::operator<< (QDebug d, const ThemeMapKey &k) |
| QDebug | QQC2::operator<< (QDebug d, const ThemeMapData &td) |
| #define CBS_INACTIVE 5 |
Definition at line 61 of file qquickwindowsxpstyle_p_p.h.
| #define HBS_INACTIVE 5 |
Definition at line 58 of file qquickwindowsxpstyle_p_p.h.
| #define MAXBS_INACTIVE 5 |
Definition at line 52 of file qquickwindowsxpstyle_p_p.h.
| #define MINBS_INACTIVE 5 |
Definition at line 49 of file qquickwindowsxpstyle_p_p.h.
| #define RBS_INACTIVE 5 |
Definition at line 55 of file qquickwindowsxpstyle_p_p.h.
| #define TMT_TEXTSHADOWCOLOR 3818 |
Definition at line 40 of file qquickwindowsxpstyle_p_p.h.
| #define TST_NONE 0 |
Definition at line 43 of file qquickwindowsxpstyle_p_p.h.