![]() |
Qt 6.x
The Qt SDK
|
#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 59 of file qquickwindowsxpstyle_p_p.h.
#define HBS_INACTIVE 5 |
Definition at line 56 of file qquickwindowsxpstyle_p_p.h.
#define MAXBS_INACTIVE 5 |
Definition at line 50 of file qquickwindowsxpstyle_p_p.h.
#define MINBS_INACTIVE 5 |
Definition at line 47 of file qquickwindowsxpstyle_p_p.h.
#define RBS_INACTIVE 5 |
Definition at line 53 of file qquickwindowsxpstyle_p_p.h.
#define TMT_TEXTSHADOWCOLOR 3818 |
Definition at line 38 of file qquickwindowsxpstyle_p_p.h.
#define TST_NONE 0 |
Definition at line 41 of file qquickwindowsxpstyle_p_p.h.