![]() |
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 "qquickwindowsstyle_p_p.h"#include <QtCore/qmap.h>#include <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 60 of file qquickwindowsxpstyle_p_p.h.
| #define HBS_INACTIVE 5 |
Definition at line 57 of file qquickwindowsxpstyle_p_p.h.
| #define MAXBS_INACTIVE 5 |
Definition at line 51 of file qquickwindowsxpstyle_p_p.h.
| #define MINBS_INACTIVE 5 |
Definition at line 48 of file qquickwindowsxpstyle_p_p.h.
| #define RBS_INACTIVE 5 |
Definition at line 54 of file qquickwindowsxpstyle_p_p.h.
| #define TMT_TEXTSHADOWCOLOR 3818 |
Definition at line 39 of file qquickwindowsxpstyle_p_p.h.
| #define TST_NONE 0 |
Definition at line 42 of file qquickwindowsxpstyle_p_p.h.