Home
last modified time | relevance | path

Searched refs:compositingActive (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/qmlcontrols/kwindowsystemplugin/
H A Dkwindowsystemproxy.h67 Q_PROPERTY(bool compositingActive READ compositingActive NOTIFY compositingActiveChanged)
82 bool compositingActive() const;
147 void compositingActiveChanged(bool compositingActive);
H A Dkwindowsystemproxy.cpp83 bool KWindowSystemProxy::compositingActive() const in compositingActive() function in KWindowSystemProxy
85 return KWindowSystem::compositingActive(); in compositingActive()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt4/style/
H A Dutils.cpp46 compositingActive() in compositingActive() function
51 return KWindowSystem::compositingActive(); in compositingActive()
62 return compositingActive(); in hasAlphaChannel()
H A Dutils.h30 bool compositingActive();
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt4/style/
H A Dutils.cpp46 compositingActive() in compositingActive() function
51 return KWindowSystem::compositingActive(); in compositingActive()
62 return compositingActive(); in hasAlphaChannel()
H A Dutils.h30 bool compositingActive();
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt4/style/
H A Dutils.cpp46 compositingActive() in compositingActive() function
51 return KWindowSystem::compositingActive(); in compositingActive()
62 return compositingActive(); in hasAlphaChannel()
H A Dutils.h30 bool compositingActive();
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt4/style/
H A Dutils.cpp46 compositingActive() in compositingActive() function
51 return KWindowSystem::compositingActive(); in compositingActive()
62 return compositingActive(); in hasAlphaChannel()
H A Dutils.h30 bool compositingActive();
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/style/
H A Dutils.cpp40 compositingActive() in compositingActive() function
48 return KWindowSystem::compositingActive(); in compositingActive()
92 return compositingActive(); in hasAlphaChannel()
H A Dutils.h31 bool compositingActive();
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/style/
H A Dutils.cpp40 compositingActive() in compositingActive() function
48 return KWindowSystem::compositingActive(); in compositingActive()
92 return compositingActive(); in hasAlphaChannel()
H A Dutils.h31 bool compositingActive();
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/style/
H A Dutils.cpp40 compositingActive() in compositingActive() function
48 return KWindowSystem::compositingActive(); in compositingActive()
92 return compositingActive(); in hasAlphaChannel()
H A Dutils.h31 bool compositingActive();
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/style/
H A Dutils.cpp40 compositingActive() in compositingActive() function
48 return KWindowSystem::compositingActive(); in compositingActive()
92 return compositingActive(); in hasAlphaChannel()
H A Dutils.h31 bool compositingActive();
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/core/
H A Dquickwindowsystem.h25 Q_PROPERTY(bool compositingActive READ compositingActive NOTIFY compositingChanged FINAL)
33 bool compositingActive() const;
H A Dquickwindowsystem.cpp34 m_compositing = KWindowSystem::compositingActive(); in QuickWindowSystem()
43 bool QuickWindowSystem::compositingActive() const in compositingActive() function in Latte::QuickWindowSystem
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dcompositingenabled_test.cpp21 QVERIFY(!KWindowSystem::compositingActive()); in testRecreatingNetEventFilter()
37 QTRY_VERIFY(KWindowSystem::compositingActive()); in testRecreatingNetEventFilter()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenwindecooptions.cpp35 const bool compositingActive(false); // TODO: implement check for this in getMetric() local
58 else if( compositingActive && frameBorder == QtSettings::BorderTiny ) { in getMetric()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygenwindecooptions.cpp35 const bool compositingActive(false); // TODO: implement check for this in getMetric() local
58 else if( compositingActive && frameBorder == QtSettings::BorderTiny ) { in getMetric()
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/background/
H A DMultiLayered.qml276 enabled: LatteCore.WindowSystem.compositingActive
283 enabled: !LatteCore.WindowSystem.compositingActive
330 enabled: LatteCore.WindowSystem.compositingActive
336 enabled: !LatteCore.WindowSystem.compositingActive
356 enabled: LatteCore.WindowSystem.compositingActive
361 enabled: !LatteCore.WindowSystem.compositingActive
448 if (!LatteCore.WindowSystem.compositingActive) {
500 enabled: !LatteCore.WindowSystem.compositingActive
577 enabled: LatteCore.WindowSystem.compositingActive
582 enabled: !LatteCore.WindowSystem.compositingActive
[all …]
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/task/animations/
H A DShowWindowAnimation.qml115 && LatteCore.WindowSystem.compositingActive);
119 && LatteCore.WindowSystem.compositingActive);
125 && LatteCore.WindowSystem.compositingActive);
146 } else if (!LatteCore.WindowSystem.compositingActive || root.inDraggingPhase

123456789