34 bool ensurePlatformHandle();
35 void destoryPlatformHandle();
36 void _q_onWindowMotifHintsChanged(quint32 winId);
40 void _q_updateBlurAreaForWindow();
41 void _q_updateClipPath();
42 void _q_ensurePlatformHandle();
44 QWindow *window =
nullptr;
45 DPlatformHandle *handle =
nullptr;
46 bool explicitEnable =
false;
48 DWindowManagerHelper::WmWindowTypes wmWindowTypes;
49 DWindowManagerHelper::MotifFunctions motifFunctions;
50 DWindowManagerHelper::MotifDecorations motifDecorations;
52 QList<DQuickBehindWindowBlur*> blurList;
53 QQuickPath *clipPath =
nullptr;
54 QQuickTransition *overlayExitedTransition =
nullptr;
55 QQmlComponent *loadingOverlay =
nullptr;