21 : windowAttach(
nullptr)
22 , blendColor(Qt::transparent)
28 void _q_onHasBlurWindowChanged();
29 void _q_updateBlurArea();
30 bool updateBlurEnable();
32 inline bool isValidBlur()
const {
33 Q_ASSERT(effectiveBlurEnabled);
34 if (!blurPath.isEmpty())
36 return blurArea.width > 0 && blurArea.height > 0;
38 inline void makeToInvalidBlur() {
39#if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)
42 blurPath = QPainterPath();
44 blurArea.width = blurArea.height = -1;
51 DPlatformHandle::WMBlurArea blurArea;
52 QPainterPath blurPath;
53 bool blurEnabled =
true;
54 bool effectiveBlurEnabled =
false;