31 enum BoolOptional : qint8 {
40 bool ensurePlatformHandle();
41 void destoryPlatformHandle();
42 void _q_onWindowMotifHintsChanged(quint32 winId);
46 void _q_updateBlurAreaForWindow();
47 void _q_updateClipPath();
48 void _q_ensurePlatformHandle();
49#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
51 void _q_updateWindowPalette();
52 void _q_onPaletteChanged();
55 QWindow *window =
nullptr;
56 DPlatformHandle *handle =
nullptr;
57 BoolOptional explicitEnable {Invalid};
58 BoolOptional explicitTranslucentBackground {Invalid};
59 BoolOptional explicitEnableSystemResize {Invalid};
60 BoolOptional explicitEnableSystemMove {Invalid};
61 BoolOptional explicitEnableBlurWindow {Invalid};
62 qint8 explicitWindowRadius = -1;
63 qint8 explicitBorderWidth = -1;
64 qint8 explicitShadowRadius = -1;
65 QPoint explicitShadowOffset;
66 QColor explicitBorderColor;
67 QColor explicitShadowColor;
68 DPlatformHandle::EffectScenes explicitEffectScene = DPlatformHandle::EffectScenes(0);
69 DPlatformHandle::EffectTypes explicitEffectType = DPlatformHandle::EffectTypes(0);
71 DWindowManagerHelper::WmWindowTypes wmWindowTypes;
72 DWindowManagerHelper::MotifFunctions motifFunctions;
73 DWindowManagerHelper::MotifDecorations motifDecorations;
75 QList<DQuickBehindWindowBlur*> blurList;
76 QQuickPath *clipPath =
nullptr;
77 QQuickTransition *overlayExitedTransition =
nullptr;
78 QQmlComponent *loadingOverlay =
nullptr;
80#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
81 DGuiApplicationHelper::ColorType themeType{DGuiApplicationHelper::UnknownType};
82 bool paletteInit =
false;
83 QQuickPalette *quickPalette =
nullptr;
84 QQuickPalette *inactiveQuickPalette =
nullptr;
85 std::array<QMetaObject::Connection, 2> paletteConnections;