![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwidget.h>
#include <qt_windows.h>
#include <uxtheme.h>
#include <vssym32.h>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | QWindowsThemeData |
struct | ThemeMapKey |
struct | ThemeMapData |
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 | AlphaChannelType { UnknownAlpha = -1 , NoAlpha , MaskAlpha , RealAlpha } |
Functions | |
size_t | qHash (const ThemeMapKey &key) |
bool | operator== (const ThemeMapKey &k1, const ThemeMapKey &k2) |
QDebug | operator<< (QDebug d, const QWindowsThemeData &t) |
QDebug | operator<< (QDebug d, const ThemeMapKey &k) |
QDebug | operator<< (QDebug d, const ThemeMapData &td) |
#define CBS_INACTIVE 5 |
Definition at line 50 of file qwindowsthemedata_p.h.
#define HBS_INACTIVE 5 |
Definition at line 47 of file qwindowsthemedata_p.h.
#define MAXBS_INACTIVE 5 |
Definition at line 41 of file qwindowsthemedata_p.h.
#define MINBS_INACTIVE 5 |
Definition at line 38 of file qwindowsthemedata_p.h.
#define RBS_INACTIVE 5 |
Definition at line 44 of file qwindowsthemedata_p.h.
#define TMT_TEXTSHADOWCOLOR 3818 |
Definition at line 29 of file qwindowsthemedata_p.h.
#define TST_NONE 0 |
Definition at line 32 of file qwindowsthemedata_p.h.
enum AlphaChannelType |
Enumerator | |
---|---|
UnknownAlpha | |
NoAlpha | |
MaskAlpha | |
RealAlpha |
Definition at line 119 of file qwindowsthemedata_p.h.
QDebug operator<< | ( | QDebug | d, |
const QWindowsThemeData & | t ) |
QDebug operator<< | ( | QDebug | d, |
const ThemeMapData & | td ) |
QDebug operator<< | ( | QDebug | d, |
const ThemeMapKey & | k ) |
|
inline |
Definition at line 112 of file qwindowsthemedata_p.h.
References ThemeMapKey::partId, ThemeMapKey::stateId, and ThemeMapKey::theme.
|
inline |
Definition at line 109 of file qwindowsthemedata_p.h.
References ThemeMapKey::partId, ThemeMapKey::stateId, and ThemeMapKey::theme.